修改/etc/X11/XF86Config-4(也可能是XF86config) :
Section "InputDevice"
Identifier "Configured Mouse" #Configured is your Mouse model!!ex. PS/2,USB,and so on.
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option " rotocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection |