Most likely, just hand edit the file:
/etc/X11/XF86Config and switch the type of pointer that looks like:
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
to PS/2 from whatever it is now. The possible types are:
Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2 Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2 MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse ThinkingMouse ThinkingMousePS/2 Xqueue
You'll have to restart X to get it to take effect between tries, also, you might want to change the device if it says /dev/usb/blah blah blah, you can switch that to:
/dev/mouse
or, more likely:
/dev/psaux
Cheers,
Finegan
|