Subject: Re: logitech usb mouse
To: Daniel Picker <dp3@cec.wustl.edu>
From: Perry E. Metzger <perry@piermont.com>
List: netbsd-help
Date: 07/02/2002 22:42:49
Daniel Picker <dp3@cec.wustl.edu> writes:
> 	I have a logitech mouse, and I am configuring X. I have a problem
> that no matter what device i pick for my mouse I am running into a
> problem. If i use /dev/ums0 then the mouse wont move, if I use /dev/tty00
> then when i move the mouse the screen goes crazy. When looking at the logs
> I see for the latter case it cannot get the commands from the ioctrl
> correctly which would explain the spastic mouse movement. What I am
> asking is what device should I use in my XF86config mouse to get my X
> working. I have a logitech usb mouseman. Any help would be appreciated.

/dev/wsmouse0

Make sure you use the wsmouse protocol.

(tty00 is very obviously wrong, by the way, since it is one of your
serial ports.)

Perry