Date: Thu, 29 Dec 2005 23:12:20 -0800 (PST) From: mdh lists <mdh_lists@yahoo.com> To: Bruce O'Neel <edoneel@sdf.lonestar.org>, Adrian Urquhart <adrian@urquhart-consultancy.com> Cc: freebsd-sparc64@freebsd.org Subject: Re: Sun Type 5 keyboard on an ultra 2 w/ X Message-ID: <20051230071220.90150.qmail@web34003.mail.mud.yahoo.com> In-Reply-To: <20051229152930.GB26476@SDF.LONESTAR.ORG>
next in thread | previous in thread | raw e-mail | index | archive | help
/dev/sysmouse is managed by moused. If you run moused, you'll want to have X access the mouse via /dev/sysmouse... Pointing to the serial interface for the mouse directly from X works, also. In this case (as is the case on most sun4u workstations) /dev/cuau3 is the port to which the mouse is connected. In case anyone's curious, and for the saking of thoroughness, if you wanted to run moused and have X access the mouse via /dev/sysmouse, you'd want to run moused with the 'mousesystems' type, and /dev/cuau3 as the port. In this case, you'd want to specify the protocol as "auto" in the Xorg configuration. Take care and enjoy! --- Bruce O'Neel <edoneel@sdf.lonestar.org> wrote: > Excellent! This exactly solves it. > > Thanks! > > cheers > > bruce > > On Thu, Dec 29, 2005 at 03:16:32PM +0000, Adrian > Urquhart wrote: > > On Thu, 29 Dec 2005 14:41:55 +0000 > > "Bruce O'Neel" <edoneel@sdf.lonestar.org> wrote: > > > > > Hi, > > > > > > We're getting somewhere. The keyboard works if > I do: > > > Section "InputDevice" > > > Identifier "Keyboard0" > > > Driver "kbd" > > > Option "Protocol" "standard" > > > Option "AutoRepeat" "500 30" > > > Option "XkbRules" "sun" > > > Option "XkbModel" "type5" > > > Option "XkbLayout" "us" > > > Option "XkbKeycodes" "sun(type5)" > > > EndSection > > > > > > Still no mouse though. I wonder if > /dev/sysmouse is wrong... > > > > > > cheers > > > > > > bruce > > > > > Hi > > > > Try: > > > > /dev/cuau3 > > > > for the mouse device. This worked for me on a U60. > > > > -Adrian > > _______________________________________________ > > freebsd-sparc64@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 > > To unsubscribe, send any mail to > "freebsd-sparc64-unsubscribe@freebsd.org" > > -- > edoneel@sdf.lonestar.org > SDF Public Access UNIX System - > http://sdf.lonestar.org > _______________________________________________ > freebsd-sparc64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 > To unsubscribe, send any mail to > "freebsd-sparc64-unsubscribe@freebsd.org" > __________________________________________ Yahoo! DSL – Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051230071220.90150.qmail>