On Mon, 2004-10-04 at 07:30, James Wilkinson wrote: > I mentioned: > > ... check /etc/X11/XF86.conf for > > Section "InputDevice" where it says Identifier "Mouse", and change > > the Device to /dev/input/mice . > > W. Guy Thomas pointed out: > > hrmmm...no such file. > > Oops, sorry. > > Try /etc/X11/XF86Config. (The name changed between FC1 and FC2, due to > the replacement of XF86 by x.org). > > James. > > -- > E-mail address: james | CH3-¬_ _ _ _ 1,2-dimethylchickenwire > @westexe.demon.co.uk | CH3-<_>-<_>-<_>-<_> > | <_>-<_>-<_>-<_> > | <_>-<_>-<_>-<_> the files exists by that name in /etc/X11 and contains the following for input devices Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection Section "InputDevice" # If the normal CorePointer mouse is not a USB mouse then # this input device can be used in AlwaysCore mode to let you # also use USB mice at the same time. Identifier "DevInputMice" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection both /dev/input/mice and /dev/psaux exist. perplexing. god, maybe the built in pointerstick is actually running on the USB port somehow??? =G