From owner-freebsd-sparc64@FreeBSD.ORG Fri Feb 25 17:07:43 2005 Return-Path: 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 2E03116A4CE for ; Fri, 25 Feb 2005 17:07:43 +0000 (GMT) Received: from elle.res.sprintlink.net (ibogw-fw1.sprintlink.net [199.0.233.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id B458443D48 for ; Fri, 25 Feb 2005 17:07:42 +0000 (GMT) (envelope-from adudek@sprint.net) Received: from iscserv1.res.sprintlink.net (iscserv1.res.sprintlink.net [199.0.237.253])j1PH2BW09947; Fri, 25 Feb 2005 12:02:11 -0500 (EST) Received: from localhost (adudek@localhost) by iscserv1.res.sprintlink.net (8.8.8+Sun/8.6.12) with ESMTP id MAA04192; Fri, 25 Feb 2005 12:07:41 -0500 (EST) X-Authentication-Warning: iscserv1.res.sprintlink.net: adudek owned process doing -bs Date: Fri, 25 Feb 2005 12:07:41 -0500 (EST) From: Aaron Dudek X-X-Sender: adudek@iscserv1 To: Dejan Lesjak In-Reply-To: <200502240244.03104.dejan.lesjak@ijs.si> Message-ID: References: <200502240244.03104.dejan.lesjak@ijs.si> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-sparc64@freebsd.org Subject: Re: Problems with X.. X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 17:07:43 -0000 I seemed to have spoken too soon. Keys that don't seem to work in either xterm or gvim. Tab, Enter, the entire bottom row of leters, the number pad. Aaron On Thu, 24 Feb 2005, Dejan Lesjak wrote: > Matthias Muthmann wrote: > >> On Mi, 2005-02-23 at 17:09 -0500, Aaron Dudek wrote: >>> I seem to be having an issue with the keyboard driver under xorg 6.8.1. >>> I have specified the keyboard driver in xorg.conf but all the keys are >>> shifted to the left by 1, eg. I hit "g" and I get "h". Is this >>> correctible under 6.8 or do I have to downgrade to 6.7? >> Try the following: >> >> Edit scripts/configure in the ports-directory of the xorg-server. >> Add: >> echo "#define UseDeprecatedKeyboardDriver YES" >> $LOCALDEF >> to the big block of definitions at the beginning. >> Then recompile the server and it should work with your config. >> This worked for me on my Ultra10. >> > > If you guys have time and will, could you try the patch here: > http://www.ijs.si/~lesi/xorg/patch-kbd_sparc_2.c > Put it in files directory in x11-servers/xorg-server port, reinstall the port > and let me know if there is any difference (without > UseDeprecatedKeyboardDriver and with kbd driver for keyboard). > > > Dejan >