热门关键字:  ubuntu  分区  函数  Fedora  linux系统进程

当前位置 :| 主页>Linux发行版>Fedora>

Fedora8安装VMware Tools后鼠标滚轮不能用的解决方法

来源: 作者: 时间:2008-07-11 Tag: 点击:

在虚拟机VM中安装完Fedora8后,提示安装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

将红色部分注释就可以了

最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册