Subject: Re: Trouble configuring wsmouse
To: TODD WITTER <witter@wpr.org>
From: Frederick Bruckman <fb@enteract.com>
List: netbsd-users
Date: 02/10/2001 11:14:59
On Sat, 10 Feb 2001, TODD WITTER wrote:
> So, what should I be doing with my mouse information?
> Do I need to configure wscons to designate my mouse as
> /dev/wsmouse0 or 1 or... well, I just don't know what I should be
> doing at the moment.
Wscons doesn't adopt the serial mice. For "Device", you give it the device
of the serial port. Something like...
Section "Pointer"
Protocol "Microsoft"
Device "/dev/tty00"
Frederick