修改/etc/X11/xorg.conf文件,添加如下内容:
“Section
ServerLayout”中的Section与EndSection之间加入:InputDevice "Mouse0" "CorePointer"
Identifier "vmware"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "vmmouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mouse0"
EndSection