Micha Feigin wrote:
The problem is
that under X the mouse only works when scrolling down and not when
scrolling up.
/etc/gpm.conf:
device=/dev/input/mice
responsiveness=
repeat_type=raw
type=autops2
append=""
sample_rate=
The X setup for this mouse:
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/gpmdata"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
I believe both places need to use the same protocol. -- Kent