Anyway, I don't want to bore you
Code: Select all
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
# Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
# Option "Buttons" "5"
Option "ZAxisMapping" "6 7"
# Option "ZAxisMapping" "4 5"
EndSectionI did a cat /dev/mouse and discovered that the wheel and the 2 additional buttons do not produce any output. Only movement and buttons 1-3 produces the usual binnary garbage.
Well, I'm stuck. I need your help.




