您的位置:首页 > 其它

Ubuntu 在VMware中鼠标滚动解决方法

2009-06-03 08:50 218 查看
解决方案:
1、sudo gedit /etc/X11/xorg.conf
2、编辑xorg.conf

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

3、重启计算机
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: