On Sun, Apr 07, 2002 at 01:48:55PM +0100, James wrote:
>
> I've just discovered /dev/input/mice, which is aparrently input from
> all mice. Should this be the device I tell X to use?
A google search reveals this to be common, and I can personally vouch
for it. I use a USB mouse with the following in XFree86 and it works
fine:
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5" # Wheel Mouse Support
Option "Buttons" "3"
Option "Protocol" "IMPS/2"
EndSection
m.
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
