Click to See Complete Forum and Search --> : usb mouse problems. . .


lnxNewb
09-24-2002, 05:49 PM
I can't get the mouse to work in X or in console. I have enabled usb-ohci, hid and "mousedev" in the rc.modules file for usb support. This is what I have in my Xf86Config file:

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMaping" "4 5"
Option "Buttons" "3"
EndSection

gpm is also running. Do you think gpm could cause a problem (and does anyone know how to disable it. I tried running XF86Config but I didn't see it in there)? I can see the mouse pointer when I start X, but I just can't move it. I'm running Slackware 8.1 and I have a Logitech 3 button optical mouse.

Any help is greatly appreciated

lnxNewb
09-24-2002, 08:12 PM
Forget it I figured it out