Subject: Re: Questions about (setting up) X on NetBSD v1.6.2/i386
To: Ib-Michael Martinsen <imm@nethotel.dk>
From: Pavel Cahyna <pavel.cahyna@st.cuni.cz>
List: tech-x11
Date: 11/17/2004 21:43:37
On Wed, 17 Nov 2004 16:18:08 +0000, Ib-Michael Martinsen wrote:

> com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo

This is the serial port. The corresponding device file should be
/dev/tty00. 

Maybe you don't know that there are no kernel drivers for serial mouse,
only for the serial port. There is an userspace driver (a daemon), called
moused. If you get it to work, mouse should work in X11, if the
Xserver is configured to use wsmouse. Look at the moused manual page,
you'll need to tell it the serial port device and the mouse type (it has
some autodetection capabilities which could help you with that).

Bye	Pavel