From owner-freebsd-sparc64@FreeBSD.ORG Tue Mar 8 23:31:38 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 B2E1016A4CE for ; Tue, 8 Mar 2005 23:31:38 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F4BB43D1D for ; Tue, 8 Mar 2005 23:31:38 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost [IPv6:::1]) by niobe.ijs.si (Postfix) with ESMTP id 894981DD606; Wed, 9 Mar 2005 00:31:37 +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 LMTP id 03460-01-10; Wed, 9 Mar 2005 00:31:28 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id 67FAD1DD5DB; Wed, 9 Mar 2005 00:31:28 +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 42C3A1C00715; Wed, 9 Mar 2005 00:31:28 +0100 (CET) From: Dejan Lesjak To: "Michael G. Jung" Date: Wed, 9 Mar 2005 00:31:27 +0100 User-Agent: KMail/1.7.2 References: <9D7F0DF3FB16D41184010050DA90E00001C874CD@neo.confluentasp.local> In-Reply-To: <9D7F0DF3FB16D41184010050DA90E00001C874CD@neo.confluentasp.local> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503090031.27722.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: Tue, 08 Mar 2005 23:31:38 -0000 On Wednesday 09 of March 2005 00:20, Michael G. Jung wrote: > Here is the entire log --- sorry if confusion about US / non-US > [snip] > (**) |-->Input Device "Keyboard0" > (**) Option "XkbRules" "xorg" > (**) XKB: rules: "xorg" > (**) Option "XkbModel" "pc104" > (**) XKB: model: "pc104" > (**) Option "XkbLayout" "us" > (**) XKB: layout: "us" [snip] > (==) Keyboard: CustomKeycode disabled > (**) Option "CoreKeyboard" > (**) Keyboard0: Core Keyboard > (**) Option "Protocol" "standard" > (**) Keyboard0: Protocol: standard > (**) Option "AutoRepeat" "500 30" > (**) Keyboard0: XkbRules: "xorg" > (**) Option "XkbModel" "pc104" > (**) Keyboard0: XkbModel: "pc104" > (**) Option "XkbLayout" "us" > (**) Keyboard0: XkbLayout: "us" > (**) Option "CustomKeycodes" "off" > (**) Keyboard0: CustomKeycodes disabled > (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) > (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) Mmmm, interesting... so you are using pc104 as keyboard model as opposed to type5 which IIRC Matthias Muthmann is using (and which is the one I would pick up FWIW, it seems a logic choice). Was the config file (xorg.conf.new) obtained via 'X -configure'? If this works, then we should probably document somewhere that pc104 is to be used for sparc keyboards... Anyway I'm glad this works and thanks for the testing :) Dejan