很容易,在/etc/x11/xorg.conf文件中找到如下字段:
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "VMMouse" "CorePointer"
InputDevice "XWorkAround"
EndSection
解决方案就是注释掉InputDevice "XWorkAround"这一行,很简单!