From owner-freebsd-sparc64@FreeBSD.ORG Mon Mar 21 20:18:30 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 4582616A4EE for ; Mon, 21 Mar 2005 20:18:30 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0E6743D46 for ; Mon, 21 Mar 2005 20:18:29 +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 277151DD5A7; Mon, 21 Mar 2005 21:18:29 +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 66240-01-38; Mon, 21 Mar 2005 21:18:26 +0100 (CET) Received: from idefix.ijs.si (unknown [IPv6:2001:1470:ff80:0:20e:cff:fe58:61c4]) by niobe.ijs.si (Postfix) with ESMTP id 103B81DD57E; Mon, 21 Mar 2005 21:18:26 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by idefix.ijs.si (8.13.3/8.13.3) with ESMTP id j2LKIPO7002140; Mon, 21 Mar 2005 21:18:26 +0100 (CET) (envelope-from dejan.lesjak@ijs.si) From: Dejan Lesjak To: Matthias Muthmann Date: Mon, 21 Mar 2005 21:18:25 +0100 User-Agent: KMail/1.8 References: <9D7F0DF3FB16D41184010050DA90E00001C874CE@neo.confluentasp.local> <200503101534.00558.dejan.lesjak@ijs.si> <1111321409.12797.4.camel@localhost> In-Reply-To: <1111321409.12797.4.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503212118.25543.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: "Michael G. Jung" cc: freebsd-sparc64@freebsd.org Subject: Re: Keyboard under X on Ultra10 [was 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: Mon, 21 Mar 2005 20:18:30 -0000 On Sunday 20 of March 2005 13:23, Matthias Muthmann wrote: > > Hmm. And there are no files in xorg-server/files directory other then the > > ones listed here: > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11-servers/xorg-server/files > >/ and patch-bsd_KbdMap.c.2 ? > > > > To recap (correct me if I get this wrong), Michael G. Jung has Ultra2 and > > Aaron Dudek has Ultra60. Has anybody got keyboard working on Ultra10 > > under X? I don't know much about sparcs. Is there something specific > > about Ultra10 keyboard that could give us the clue about this. > > Have you had X.Org 6.7 installed? Did that work? And you said that using > > old 'keyboard' driver works, right? > > I feel horrible that you had to go through several recompiles and > > reinstalls and at the end keyboard seems to work for others, but we still > > have no solution for Ultra10 other than the old driver workaround :( I'm > > afraid I have no more ideas about this (not that previous ones were any > > good). The best I can do is to add a knob to xorg-server Makefile (say > > WITH_OLD_KEYBOARD) so it enables the workaround when used. Perhaps if you > > ask on xorg@lists.freedesktop.org mailing list (see > > http://lists.freedesktop.org/mailman/listinfo/xorg) about this problem > > which seems specific to Ultra10 keyboard or file a bug report at > > https://bugs.freedesktop.org/ > > Again thank you for testing and recompiles and reinstalls. I wish I could > > be of more help. > > > > > > Dejan > > Well, when I have time I'll try again, but it would be very interessting > which of the two patches corrected the problem for the others. Hopefully the one that I've commited with 6.8.2 upgrade, but I'm not so sure now when I saw the post from Michael Jung. > Btw: I just read the changelog for XFree-4.5 and found the following: > "Fix off-by-one problem for keys on FreeBSD/sparc64." > Perhaps this fix also works for xorg... Unfortunately no. This is the one that fixes 'keyboard' driver and is the same as we already have in ports. XFree86 uses 'keyboard' driver by default for keyboards. Dejan