1) in /etc/gpm.conf set
repeat_type=raw
device=/dev/input/mice
type=imps2
type=autops2
(If you are woody. See more with gpm -t help|less)
But if you use autops2 here then what do you put for the "Protocol"
value in the XF86Config-4 file? It seems you have to give a specific
protocol there and do not have the option of letting it autodetect.
2) in /etc/X11/XF86Config
Section "InputDevice"
Identifier "Logitech MouseMan Wheel"
Driver "mouse"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/gpmdata"
# Note: Protocol must match the 'type' set to gpm
Option "Protocol" "IMPS/2"
EndSection
Also, I just changed my settings to exactly what dman suggested and now
the mouse seems more erratic. It seems to occasionally select text when
I haven't pressed any buttons and jump to the bottom left corner of the
screen if I move it rapidly.
BTW: The mouse I have is a Logitech MouseMan Dual Optical. I would be
gratefull if someone could post a copy of their gpm.conf and
XF86Config-4 files for this mouse.