Subject: Re: schizo mouse
To: None <port-i386@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-i386
Date: 04/29/2001 16:37:10
In article <200104291626.JAA17209@hawk.mail.pas.earthlink.net>,
todd marek <todd@somahq.com> wrote:
>-=-=-=-=-=-
>
>Hello-
>I got x up and running, with the exception of my mouse.  At first I 
>couldn't move it at all, and then I  used
># ln -sf /dev/wsmouse0 /dev/mouse
>to get the server to recognize  the mouse.  However now the mouse just 
>jumps around erratically, executing an endless list of commands with not 
>enough arguments.
>Does anyone have any ideas?
>Todd

Your mouse protocol is wrong. Remove the symlink, edit /etc/XF86Config, find
the mouse section and make it read:

Section "Pointer"
	Protocol	"wsmouse"
	Device		"/dev/wsmouse0"
EndSection

christos