[lug] USB Mouse w/Debian
Jeff Schroeder
jeff at neobox.net
Thu Jan 22 15:22:51 MST 2004
Gary wrote:
> I've tried a bunch of different things in the XF86Config-4 file,
> including cut and pastes from the Debian site. Here is my last
> attempt:
>
> Identifier "USB Mice"
> Driver "mouse"
> # Option "CorePointer"
> Option "Protocol" "imps/2"
> Option "Device" "/dev/input/mice"
From your "Device" specification it looks like you're using devfs... is
that true?
If so, the device you probably want is /dev/misc/psaux (for a PS/2
mouse). My devfsd sets up a symlink from /dev/mouse to there, so my X
configuration file actually has:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection
If you're not using devfs, hopefully someone else can point you to the
correct setup... :)
HTH,
Jeff
More information about the LUG
mailing list