public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] mdev + xorg + Gnome up and running.  :-)
@ 2012-03-15  4:17 Alan Mackenzie
  2012-03-15  5:44 ` Pandu Poluan
  2012-03-16  0:55 ` Walter Dnes
  0 siblings, 2 replies; 9+ messages in thread
From: Alan Mackenzie @ 2012-03-15  4:17 UTC (permalink / raw
  To: gentoo-user

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).



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-03-16 12:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-15  4:17 [gentoo-user] mdev + xorg + Gnome up and running. :-) Alan Mackenzie
2012-03-15  5:44 ` Pandu Poluan
2012-03-16  0:55 ` Walter Dnes
2012-03-16  1:41   ` Pandu Poluan
2012-03-16  7:32     ` Walter Dnes
2012-03-16  7:54       ` Pandu Poluan
2012-03-16  8:41         ` Joost Roeleveld
2012-03-16  9:06           ` Pandu Poluan
2012-03-16  9:33   ` Alan Mackenzie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox