WEB开发网
开发学院操作系统Ubuntu VMware中安装Ubuntu后鼠标滚轮问题解决 阅读

VMware中安装Ubuntu后鼠标滚轮问题解决

 2008-05-30 11:09:05 来源:WEB开发网   
核心提示: Windows中通过VMware嵌套Ubuntu,发现鼠标滚轮功能不能使用,VMware中安装Ubuntu后鼠标滚轮问题解决,网上找了一下,都说是要将xorg.conf配置文件的问题,还是没有效果, 网上在查了下,改动过程: sudo gedit /etc/X11/xorg.conf 将"Input Dev
 

Windows中通过VMware嵌套Ubuntu,发现鼠标滚轮功能不能使用。网上找了一下,都说是要将xorg.conf配置文件的问题,改动过程:

sudo gedit /etc/X11/xorg.conf

将"Input Device" 这个section的

Option "PRotocol" "ps/2"

替换为

Option "Protocol" "IMPS/2"

我的xorg.conf原来没有这个语句,就添加了。

Ctrl+alt+backspace 重启X,还是没有效果。

网上在查了下,发现我的配置还少了句:

Option "Emulate3Buttons" "yes“

另外,我的驱动是: Driver "vmmouse"

而一般常见的是: Driver "mouse"

完整的配置段落:

Section "InputDevice"

Identifier "Configured Mouse"

Driver "vmmouse"

Option "Protocol" "ImPS/2"

Option "CorePointer"

Option "Device" "/dev/input/mice"

Option "ZAxisMapping" "4 5"

Option "Emulate3Buttons" "yes"

EndSection

Tags:VMware Ubuntu

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接