From owner-freebsd-sparc64@FreeBSD.ORG Wed Jan 11 16:32:51 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F050716A41F for ; Wed, 11 Jan 2006 16:32:51 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34FC143D45 for ; Wed, 11 Jan 2006 16:32:51 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.11/8.12.11/ZEIST.DE) with ESMTP id k0BGWjJx048850; Wed, 11 Jan 2006 17:32:45 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id k0BGWeAB048849; Wed, 11 Jan 2006 17:32:40 +0100 (CET) (envelope-from marius) Date: Wed, 11 Jan 2006 17:32:40 +0100 From: Marius Strobl To: Robert Slade Message-ID: <20060111173240.C42977@newtrinity.zeist.de> References: <20060107191130.92707.qmail@web34014.mail.mud.yahoo.com> <1136662200.17772.19.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1136662200.17772.19.camel@lmail.bathnetworks.co.uk>; from bsd@bathnetworks.com on Sat, Jan 07, 2006 at 07:30:01PM +0000 X-AntiVirus-modified: yes X-AntiVirus: checked by AntiVir Milter (version: 1.1.2-1; AVE: 6.33.0.27; VDF: 6.33.0.114; host: newtrinity.zeist.de) Cc: "freebsd-sparc64@freebsd.org" Subject: Re: type 5 kbd/mouse woes X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 16:32:52 -0000 On Sat, Jan 07, 2006 at 07:30:01PM +0000, Robert Slade wrote: > On Sat, 2006-01-07 at 19:11, mdh lists wrote: > > > > sysmouse is created by running moused. moused > > provides the /dev/sysmouse utility. To activate > > moused for a Sun type5 setup, you'll almost certainly > > want the command `moused -t mousesystems -p > > /dev/cuau3`. This will allow you to have Xorg access > > the mouse via /dev/sysmouse, as well as providing > > mouse functionality on a syscons console. So yes, the > > mouse does in fact work on the console with FreeBSD > > 6.0 on sparc64. :-) > > > > The LED problem is a known issue, and I have a GNATS > > ticket open on it, you can check out the FreeBSD bug > > tracking system and see if you maybe have anything to > > add to the information I've already provided in that > > ticket to assist the kernel dev folks in identifying > > and addressing the lock key LED problem. However, as > > all the toggles still work just fine, I marked the > > ticket as non-critical. > > > > Many thanks - I was trying to figure the mouse out. Is it possible to > change the console keyboard layout to gb rather than us? For the Xorg-server it should work but so far not for the console and the TTYs. Both the LED issue and the fact that loading keyboard maps doesn't work on sparc64 basically are the same problem - endian bugs in the keyboard IOCTLs. Fixing them however currently is low priority for me as it would open can of worms as it also means fixing the Xorg-server to actually send the right LED codes for Sun RS232 keyboards, importing keyboard maps for Sun RS232 keyboards and getting rid of the assumption that every keyboard is PS/2 compatible in kbdmux(4)... > I've actually > got a type6 kb and remembering which keys do what is a real pain. And non-US keyboard layouts are a PITA for most programming and scripting languages, who does need stuff like accent-signs, currency-symbols and umlauts anyway? :) Marius -- This mail was scanned by AntiVir Milter. This product is licensed for non-commercial use. See www.antivir.de for details.