On Monday 15 April 2002 21:43, you wrote: > I'm running XFree86-4.1.0-15 under Enigma, and I can't figure out how to > get the wheel on my Logitech PS/2 wheel mouse working. The only Logitech > wheel mouse listed in mouseconfig v4.23 is a USB-type. > > Is my mouse not supported, or is there another entry I should use? > Edit your mouse configuration in/etc/X11/XF86config-4 like this: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Device" "/dev/mouse" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "off" Option "ZAxisMapping" "4 5" EndSection Antoine