|
X freezes on mouse click.
X freezes on mouse click. At any time, not too often, but annoying. Mouse is a ps/2, in /dev/ttyS0. I can ssh from another machine and reboot it, so I know the system didn't freeze with it, only X.
Debian is sid, kernel is 2.6.5-1-k7.
This is my XFConfig-4 mouse-related part:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/ttyS0"
Option "Protocol" "Microsoft"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Do you guys see any breach for tweaking here?
What the heck is "ZAxisMapping"?
Thanks!
|