From owner-freebsd-sparc64@FreeBSD.ORG Fri Feb 25 16:58:19 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 E7A9016A4CE for ; Fri, 25 Feb 2005 16:58:19 +0000 (GMT) Received: from elle.res.sprintlink.net (ibogw-fw2.sprintlink.net [199.0.233.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 272B943D31 for ; Fri, 25 Feb 2005 16:58:19 +0000 (GMT) (envelope-from adudek@sprint.net) Received: from iscserv1.res.sprintlink.net (iscserv1.res.sprintlink.net [199.0.237.253])j1PGqmV08934; Fri, 25 Feb 2005 11:52:48 -0500 (EST) Received: from localhost (adudek@localhost) by iscserv1.res.sprintlink.net (8.8.8+Sun/8.6.12) with ESMTP id LAA02699; Fri, 25 Feb 2005 11:58:17 -0500 (EST) X-Authentication-Warning: iscserv1.res.sprintlink.net: adudek owned process doing -bs Date: Fri, 25 Feb 2005 11:58:17 -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 16:58:20 -0000 I have installed it and it appears to have corrected the problem. Thanks for your help. I will be doing more testing as now I have X working. 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 >