View Single Post

   
  #2 (permalink)  
Old 03-28-2008, 04:36 AM
=?iso-8859-1?Q?Patrick_Lamaizi=E8re?=
 
Posts: n/a
Default 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


Reply With Quote