Re: Sun Sparc U30 mouse: /dev/cuaua? Le Thu, 20 Mar 2008 05:29:29 +0100 (CET),
"s. keeling" <keeling@nucleus.com> a écrit :
> Hi. I couldn't find the mouse while running OBSD. In FreeBSD,
> /dev/cuau3 works. Will that work in OBSD, or where will OBSD put
> /dev/cuaua? Thanks.
I've got for my mouse attached to the keyboard :
xorg.conf:
# Serial mice on zstty ports
Section "InputDevice"
Identifier "commouse0"
Driver "mouse"
Option "Protocol" "SunMouse"
Option "Device" "/dev/tty00"
Option "Baudrate" "1200"
EndSection |