VMWare 鼠标不准 - 日记 [2010年03月29日]
时间:2010-03-30 来源:owen0725
安装完 VMWare Tool时,再次 Reboot VMWare发现鼠标不准了,上网查了一下,原来 VMWare 6.5的版本有一些BUG。
以下是修改方法:
在 /etc/X11/xorg.conf 文件中加入
Section "InputDevice"
Identifier "VMware Mouse"
Driver "vmmouse"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection # Add following code Section "ServerFlags"
Option "NoAutoAddDevices"
EndSection
Identifier "VMware Mouse"
Driver "vmmouse"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection # Add following code Section "ServerFlags"
Option "NoAutoAddDevices"
EndSection
相关阅读 更多 +
排行榜 更多 +