From owner-freebsd-sparc64@FreeBSD.ORG Mon Jul 11 12:36:13 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 906D316A41C for ; Mon, 11 Jul 2005 12:36:13 +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 180FC43D48 for ; Mon, 11 Jul 2005 12:36:13 +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 3DB1017B833; Mon, 11 Jul 2005 14:36:12 +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 72099-01-3; Mon, 11 Jul 2005 14:36:09 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id DA65917B826; Mon, 11 Jul 2005 14:36:08 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id C851917049; Mon, 11 Jul 2005 14:36:08 +0200 (CEST) From: Dejan Lesjak To: Matthias Muthmann Date: Mon, 11 Jul 2005 14:36:07 +0200 User-Agent: KMail/1.8.1 References: <200506201856.19739.dejan.lesjak@ijs.si> <1120679497.22546.17.camel@localhost> In-Reply-To: <1120679497.22546.17.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200507111436.08381.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: 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: Mon, 11 Jul 2005 12:36:13 -0000 On Wednesday 06 of July 2005 21:51, 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: > > > > http://www.ijs.si/~lesi/xorg/patch-bsd_KbdMap.c.2 > > snip > > Hi, > > I just tried out the patch and it works, but not completely with a > german layout. The good thing is, that most keys work when I add > Option "XkbLayout" "de" > to your config, but I'm missing the keys for the German umlaute, like > =E4=F6=FC and =DF. > Thank's again for the patch. > > Btw: I have a ultra10, freebsd 5.4 and a german type5c keyboard. Hm, this might be a silly question, but just in case... Could this be probl= em=20 with font - did you only try in xterm or also in some other applications wi= th=20 different fonts? Does running xev show "odiaresis" and other characters on= =20 those keys in right places? I've tried setting XkbLayout to "de" and in gedit (for example) I do get th= e=20 right characters at least according to this picture: http://carbon.cudenver.edu/~tphillip/GermanKeyboardLayout.html With "en" layout (or no explicit layout setting), do you get proper respons= e=20 from those keys? At least we're getting closer :) Dejan