Subject: RE: PS/2-Mouse in NetBSD 1.5
To: None <Matthias.Gack@gmx.de>
From: Philipp Huber <philipp@bugat.at>
List: netbsd-users
Date: 03/09/2001 18:58:46
On 09-Mar-2001 Matthias.Gack@gmx.de wrote:
> Hello,
> 
> I`ve got a PS/2-Mouse (Logitech wheel mouse) an want to use it with
> NetBSD 1.5.
> On writing a xf86config-file after installation follows "no such file
> or directory".
> I tried the protocols /dev/psaux (like in linux) and  /dev/pms0 ,
> there was two times the same error.
> Who can help me ?

you have to use "wsmouse" as protocol and /dev/wsmouse0 as device in
your /etc/XF86Config.
if you want to use the wheel of your mouse, install imwhell (i don't
know if it's in pkgsrc, for me it didn't compile, though this was some
time ago. anyway, the linux binary works fine), and
        ZAxisMapping  4 5
as well in your /etc/XF86Config.

Philipp