| 论坛注册| 加入收藏 | 设为首页| RSS
Google
您当前的位置:首页 > Linux频道 > Linux入门与提高 > 安装与配置

使VMware下的Ubuntu支持鼠标滚轮的方法

时间:2007-12-21 12:55:41  来源:Linux联盟收集整理  作者:
 

在/etc/X11 目录下有一个xorg.conf文件,鼠标的配置就是在这里了。在这个目录下,你还会发现另一个文件,叫 xorg.conf.BeforeVMwareToolsInstall,看这个文件名和内容,应该是vmware-tools装完后,对 xorg.conf修改了,所以做了一个备份,进后入,看鼠标配置的几个参数,有一个明显是不同的,配置如下: Y9aLinux联盟

Section "InputDevice" Identifier "Mouse0" 
Driver "mouse" Option "Protocol" "IMPS/2" 
Option "Device" "/dev/input/mice" 
Option "ZAxisMapping" "4 5" 
Option "Emulate3Buttons" "yes" EndSection

这是备份里的配置,而xorg.conf的配置是: Y9aLinux联盟

Section "InputDevice" Identifier "Mouse0" 
Driver "mouse" Option "Protocol" "ps/2" 
Option "Device" "/dev/input/mice" 
Option "ZAxisMapping" "4 5" 
Option "Emulate3Buttons" "yes" 
EndSection

那个ps/2改成IMPS/2,然后,重启了一下机器。 Y9aLinux联盟

鼠标滚轮可以用了。 Y9aLinux联盟

来顶一下
近回首页
返回首页
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表
相关文章
栏目更新
栏目热门