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 1S82Am-0007JC-Rq for garchives@archives.gentoo.org; Thu, 15 Mar 2012 04:20:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA654E0966; Thu, 15 Mar 2012 04:20:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 91040E0936 for ; Thu, 15 Mar 2012 04:18:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 21FCF1EC04A for ; Thu, 15 Mar 2012 04:18:26 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -1.664 X-Spam-Level: X-Spam-Status: No, score=-1.664 tagged_above=-999 required=5.5 tests=[AWL=0.247, BAYES_00=-1.9, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no 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 PXalx3ecZ9_4 for ; Thu, 15 Mar 2012 04:18:20 +0000 (UTC) Received: from mail.muc.de (colin.muc.de [193.149.48.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABC151EC048 for ; Thu, 15 Mar 2012 04:18:19 +0000 (UTC) Received: (qmail 16601 invoked by uid 3782); 15 Mar 2012 04:18:16 -0000 Received: from acm.muc.de (pD951A201.dip.t-dialin.net [217.81.162.1]) by colin.muc.de (tmda-ofmipd) with ESMTP; Thu, 15 Mar 2012 05:18:12 +0100 Received: (qmail 3096 invoked by uid 1000); 15 Mar 2012 04:17:14 -0000 Date: Thu, 15 Mar 2012 04:17:14 +0000 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] mdev + xorg + Gnome up and running. :-) Message-ID: <20120315041714.GA2867@acm.acm> 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=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Delivery-Agent: TMDA/1.1.12 (Macallan) From: Alan Mackenzie X-Primary-Address: acm@muc.de X-Archives-Salt: 47846f53-8a9a-49fb-8d1c-059493e50491 X-Archives-Hash: bd08a7d30befcb0370671db0fd60a91e Hi, Gentoo. Yes, I've got Gnome going under mdev. Thanks to Mike Edenfield for the tip about needing to configure things in xorg.conf. Here's how I did it: (i) Rebuild xorg-server without udev. * Insert this line into /etc/package.use: x11-base/xorg-server -udev * build the program with: emerge xorg-server (ii) Configure the keyboard and mouse explicitly in /etc/X11/xorg.conf (or wherever else you keep your xorg.conf). * Edit the two "InputDevice" sections to look like this. The critical lines are emphasised: Section "InputDevice" Identifier "Keyboard0" Driver "evdev" <-------------- Option "Device" "/dev/input/event3" <-------------- EndSection Section "InputDevice" Identifier "Mouse0" Driver "evdev" <-------------- Option "Protocol" "auto" Option "Device" "/dev/input/event4" <-------------- Option "ZAxisMapping" "4 5 6 7" EndSection Here's another section for your instructions, Walter. :-) -- Alan Mackenzie (Nuremberg, Germany).