From owner-freebsd-sparc64@FreeBSD.ORG Sat Feb 26 21:47:05 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 52D9216A4D4 for ; Sat, 26 Feb 2005 21:47:05 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6931543D54 for ; Sat, 26 Feb 2005 21:47:04 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost [IPv6:::1]) by niobe.ijs.si (Postfix) with ESMTP id 3C7131DD63F; Sat, 26 Feb 2005 22:47:03 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 90624-17; Sat, 26 Feb 2005 22:46:50 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id C10951DD461; Sat, 26 Feb 2005 22:46:44 +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 6BCD11C00711; Sat, 26 Feb 2005 22:46:44 +0100 (CET) From: Dejan Lesjak To: Aaron Dudek Date: Sat, 26 Feb 2005 22:46:43 +0100 User-Agent: KMail/1.7.2 References: <200502240244.03104.dejan.lesjak@ijs.si> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502262246.43689.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si 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: Sat, 26 Feb 2005 21:47:05 -0000 On Friday 25 of February 2005 18:07, Aaron Dudek wrote: > 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. Hmm, can you try patch at http://www.ijs.si/~lesi/xorg/patch-bsd_kbd.c in addition to previous one. These are copied over from old keyboard driver code. The keys you've mentioned - do they not work at all or do they produce weird codes? Dejan