Gentoo Archives: gentoo-user

From: Roy Wright <roy@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] hal-hell - please help
Date: Sat, 21 Feb 2009 22:02:16
Message-Id: 49A07982.1000806@wright.org
In Reply to: Re: [gentoo-user] hal-hell - please help by "Arttu V."
1 Arttu V. wrote:
2 > On 2/21/09, Helmut Jarausch <jarausch@××××××××××××××××.de> wrote:
3 >> To make it even work I had to put
4 >> Option "AutoAddDevices" "no"
5 >>
6 >> to my xorg.conf file
7 >>
8 >> What am I missing?
9 >
10 > During my short-lived and generally moderately clueless
11 > experimentation with the latest xorg-server, evdev and a hal-enabled
12 > PS/2 keyboard and a hal-enabled Logitech USB mouse, the mouse was not
13 > the problem, but the keyboard layouts were the killer which prompted
14 > me to disable hal altogether (ref: earlier "CTRL+C kills
15 > korganizer"-thread).
16 >
17 > Those changes gave me a functional USB mouse pointer with xorg-server
18 > 1.5.x, but my keyboard problems went away only after I disabled acpid
19 > and hal, and re-emerged xorg-server with USE="-hal". Wasted nearly
20 > three good weeks' nights and weekends there with kde 4.2.0 upgrade, so
21 > you can understand my above-average grumpiness about hal -- just
22 > disable it unless you really really need it. :(
23 >
24
25 I've felt the pain (MS natural keyboard) until recently. For my two
26 ~x86 systems, here's the procedure that worked to get hal/xorg working.
27
28 * set INPUT_DEVICES and VIDEO_CARDS in make.conf
29 * set hal use flag in make.conf
30 * emerge -uDNav world
31 * emerge xorg-x11
32 * emerge xf86-input-evdev
33 * create a default xorg.conf (Xorg --configure)
34 * remove all InputDevice sections in xorg.conf
35 * remove all references to InputDevice in the ServerLayout section
36 * configure your video in xorg.conf
37 * test using X -config path/to/new/xorg.conf
38
39 Here's my xorg.conf: http://gist.github.com/68202
40
41 HTH,
42 Roy