From owner-freebsd-sparc64@FreeBSD.ORG Fri Jul 15 21:46:32 2005 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 062D716A41C; Fri, 15 Jul 2005 21:46:32 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D6E43D48; Fri, 15 Jul 2005 21:46:30 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 048CC17B8D2; Fri, 15 Jul 2005 23:46:30 +0200 (CEST) Received: from patsy.ijs.si ([127.0.0.1]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 76464-01-3; Fri, 15 Jul 2005 23:46:28 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id DAD0817B8AE; Fri, 15 Jul 2005 23:46:27 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id BDE7E1702B; Fri, 15 Jul 2005 23:46:27 +0200 (CEST) From: Dejan Lesjak To: Matthias Muthmann Date: Fri, 15 Jul 2005 23:46:26 +0200 User-Agent: KMail/1.8.1 References: <200506201856.19739.dejan.lesjak@ijs.si> <1121275965.32505.6.camel@localhost> In-Reply-To: <1121275965.32505.6.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507152346.27359.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: x11@freebsd.org, freebsd-sparc64@freebsd.org Subject: Re: sparc64 X and kbd keyboard driver 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: Fri, 15 Jul 2005 21:46:32 -0000 On Wednesday 13 of July 2005 19:32, Matthias Muthmann wrote: > Am Montag, den 20.06.2005, 18:56 +0200 schrieb Dejan Lesjak: > > Thanks to changes from marius, I seem to have working X on Ultra5 (with > > type5 keyboard) now. So I started playing with kbd driver a bit and so > > far it works for me. The patch is the same that I already sent a while > > ago: > > Xorg fixed the error for themselves. > I took their patch and removed the old patches and it works perfect! > All of the sun-special keys work (but I think they are not used anyway). I tried it also and can confirm it works. Excellent :) > My keyboard-config is > > Section "InputDevice" > Identifier "Keyboard0" > Option "Protocol" "standard" > Driver "kbd" > Option "AutoRepeat" "500 30" > Option "XkbRules" "sun" > Option "XkbModel" "type5" > Option "XkbLayout" "de" > EndSection Which is the same as for 'keyboard' driver so there will be no confusion with differing settings... > But I have one problem with my keyboard: The lights for Caps Lock, Num > Lock and Scroll Lock don't work with X... don't know why. I tried adding same part of code used by 'keyboard' driver and then tried a couple of variations on the theme. Didn't get it to work. Then I tried 'keyboard' driver and leds apparently don't work there either. I didn't even notice that before... Since xorg-server port works on sparc64 as it is now, I'd try to avoid bumping revision for this change only for now and if possible bundle it with possible other fixes should any be needed before ports are frozen for FreeBSD 6.0 release. If no other fixes are needed I'd commit this and bump revision just before the freeze so there are updated packages for release. How does this sound? Dejan