From owner-freebsd-x11@FreeBSD.ORG Fri Mar 18 21:15:25 2005 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D06D16A4CE for ; Fri, 18 Mar 2005 21:15:25 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D67F243D39 for ; Fri, 18 Mar 2005 21:15:24 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (patsy.ijs.si [193.2.4.8]) by niobe.ijs.si (Postfix) with ESMTP id 323611DD565; Fri, 18 Mar 2005 22:15:24 +0100 (CET) Received: from niobe.ijs.si ([193.2.4.24]) by localhost (patsy.ijs.si [193.2.4.8]) (amavisd-new, port 10024) with LMTP id 16085-01-17; Fri, 18 Mar 2005 22:15:21 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id EAB341DD59A; Fri, 18 Mar 2005 22:15:20 +0100 (CET) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id 115411C00739; Fri, 18 Mar 2005 22:15:20 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Fri, 18 Mar 2005 22:15:19 +0100 User-Agent: KMail/1.7.2 References: <9D7F0DF3FB16D41184010050DA90E0000181BB12@neo.confluentasp.local> <200503181952.01591.dejan.lesjak@ijs.si> In-Reply-To: <200503181952.01591.dejan.lesjak@ijs.si> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503182215.19713.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: "Michael G. Jung" Subject: Re: X on Ultrasparc 2 - Keyboard Problem X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 21:15:25 -0000 On Friday 18 of March 2005 19:52, Dejan Lesjak wrote: > On Friday 18 of March 2005 19:37, Michael G. Jung wrote: > > -----Original Message----- > > From: Michael G. Jung > > Sent: Friday, March 18, 2005 10:23 AM > > To: 'sparc64@freebsd.org' > > Subject: X on Ultrasparc 2 - Keyboard Problem > > > > Running current as of 3/18/2005 and X compiled with patch > > "patch-kbd sparc 2.c" supplied by Dejan Lesjak > > . > > > > Since I've finally had some time to actually use the > > sparc I've found that the ' and it's shifted form " > > do not display in any X application. > > > > Has anyone else run into this problem. > > > > Thanks! > > > > --mikej > > > > X Window System Version 6.8.1 > > Can you grab the freshly upgraded xorg- ports commited yesterday and try > again with that? To make sure there are no stale patches, you can delete > x11-servers/xorg-server directory and let cvsup fetch it from scratch. Ah, wait. This seems quite ok if you use us intl layout (see /usr/X11R6/lib/X11/xkb/symbols/us and definitions for key which is this one). While it looks silly, it seems that it is intended behavior. You might want to change XkbLayout in configuration file. Dejan