修改 /etc/X11/xorg.conf 文件。 找到 Section "InputDevice" 并在其后添加或修改 Driver "mouse" 和 Option "Protocol" "IMPS/2" 然后重启
sudo vi /etc/X11/xorg.conf
....
....
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "CorePointer"
Option "Device" "/dev/input/mice"
EndSection
Comments