Subject: Re: X Windows and the mouse...
To: <>
From: Sam Carleton <scarleton@miltonstreet.com>
List: netbsd-help
Date: 07/21/2001 21:39:32
Matthias,
Thank you! Wsmouse as the protocol solved the problem!!!!!
Sam
Matthias Buelow wrote:
> Sam Carleton writes:
>
> >am doing that right now. But mean time, what is the device for my PS2
> >style mouse? I am using the Logitech 3 button MouseMan. I know it is
> >not /dev/mouse, I don't have one of those:)
>
> try
>
> Section "Pointer"
> Protocol "Wsmouse"
> Device "/dev/wsmouse0"
> EndSection
>
> If the device does not exist, make it via "cd /dev; sh MAKEDEV wsmouse0".
>
> --mkb