Chinaunix首页 | 论坛 | 博客
  • 博客访问: 266612
  • 博文数量: 11
  • 博客积分: 3331
  • 博客等级: 中校
  • 技术积分: 500
  • 用 户 组: 普通用户
  • 注册时间: 2005-06-15 14:51
文章分类

全部博文(11)

文章存档

2010年(4)

2009年(1)

2008年(6)

分类: LINUX

2008-07-10 20:26:22

在虚拟机VM中安装完8后,提示安装VMware Tools,在根据提示安装完VMware Tools后结果原来可以用的鼠标滚轮不会动了,不管怎样在

什么程序下鼠标滚轮都不能用。

后来经过查找终于发现是VMware Tools修改了 /etc/X11/xorg.conf 文件,在终端中输入

vi /etc/X11/xorg.conf   root用户操作

文件可以看到文件如下:

# Xorg configuration created by system-config-display

Section "ServerLayout"
    Identifier     "single head configuration"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "VMMouse" "CorePointer"
    InputDevice    "XWorkAround"
EndSection

Section "InputDevice"
    Identifier  "XWorkAround"
    Driver      "void"
EndSection

将红色部分注释就可以了
阅读(2208) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~