Subject: Re: X Windows and the mouse...
To: Sam Carleton <scarleton@miltonstreet.com>
From: Matthias Buelow <mkb@moghedien.mukappabeta.net>
List: netbsd-help
Date: 07/22/2001 01:23:08
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