From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1O67Mt-0001PF-JA for garchives@archives.gentoo.org; Sun, 25 Apr 2010 19:19:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 080B1E07BE; Sun, 25 Apr 2010 19:18:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D05A5E07BE for ; Sun, 25 Apr 2010 19:18:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 778D11B4022 for ; Sun, 25 Apr 2010 19:18:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.967 X-Spam-Level: X-Spam-Status: No, score=-2.967 required=5.5 tests=[AWL=-0.368, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Dk9R5qYF7dgc for ; Sun, 25 Apr 2010 19:18:38 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 031DB1B4129 for ; Sun, 25 Apr 2010 19:18:37 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O67LN-00066H-4J for gentoo-user@gentoo.org; Sun, 25 Apr 2010 21:18:17 +0200 Received: from adsl-69-234-177-132.dsl.irvnca.pacbell.net ([69.234.177.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Apr 2010 21:18:17 +0200 Received: from w41ter by adsl-69-234-177-132.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Apr 2010 21:18:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org connect(): No such file or directory From: walt Subject: [gentoo-user] Re: xorg-server/nvidia/x86-driver updated: No kbd, no mouse Date: Sun, 25 Apr 2010 12:18:08 -0700 Message-ID: References: <20100425122529.GA5763@solfire> <4BD43A4E.1080206@gentoo.org> <4BD43CBA.1010006@j-schmitz.net> <20100425132815.GA4735@solfire> <20100425160537.GA5114@solfire> <87tyqzpkgo.fsf@newton.gmurray.org.uk> <20100425170554.GB5114@solfire> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-177-132.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a5pre) Gecko/20100425 Thunderbird/3.2a1pre In-Reply-To: <20100425170554.GB5114@solfire> X-Archives-Salt: a54f5dca-b8ed-4bf7-adf9-a19c93d593cc X-Archives-Hash: fb447a1e7c6adefd860aecf27972f730 On 04/25/2010 10:05 AM, meino.cramer@gmx.de wrote: > Graham Murray [10-04-25 18:28]: >> meino.cramer@gmx.de writes: >> >> >>> That was also my first thought, but evdev was recompiled -- as I wrote >>> in my initial mail... >>> >>> What next? >> >> Do you have an InputClass section in your xorg.conf? This is needed for >> xorg to use udev to detect input devices. >> > > yes: > > > Section "InputClass" > Identifier "keyboard-all" > Driver "evdev" > Option "XkbLayout" "de" > Option "XkbVariant" ",qwertz" > Option "XkbOptions" "grp:alt_shift_toggle,grp:switch,compose:rwin,terminate:ctrl_alt_bksp" > Option "XkbVariant" "nodeadkeys" > MatchIsKeyboard "on" > EndSection I have no InputClass section at all, but I don't need all the options you use. Might be worth commenting the whole section out just as a test. I built xorg-server with the hal useflag disabled, and udev flag enabled.