Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: help with xorg-server-1.9.4 and no hal; broken mouse/keyboard/X
Date: Sat, 19 Feb 2011 18:46:59
Message-Id: ijp30s$r1g$1@dough.gmane.org
In Reply to: Re: [gentoo-user] Re: help with xorg-server-1.9.4 and no hal; broken mouse/keyboard/X by Valmor de Almeida
1 On 02/19/2011 08:24 PM, Valmor de Almeida wrote:
2 > On Sat, Feb 19, 2011 at 1:03 PM, Nikos Chantziaras<realnc@×××××.de> wrote:
3 >> On 02/19/2011 07:44 PM, Valmor de Almeida wrote:
4 >>>
5 >>> [...]
6 >>> I have just updated xorg to 1.9.4 with USE -hal and removed hal in
7 >>> this order (also needed to remove hal from the default run level). I
8 >>> tried startx using the existing xorg.conf and X does not start
9 >>> correctly, I have no mouse and a frozen screen (no keyboard) with the
10 >>> arrow cursor placed in the middle of the screen. I also tried to start
11 >>> X without an xorg.conf; same problem.
12 >>
13 >> Since you removed HAL support, did you enable udev support?
14 >
15 > I am not sure how to do this. Is it a matter of adding a USE="udev" in
16 > /etc/make.conf ?
17
18 It's a USE flag of xorg-server.
19
20
21 >>> emerge --depclean -vp
22 >>> Dependencies could not be completely resolved due to
23 >>> the following required packages not being installed:
24 >>>
25 >>> sys-apps/hal pulled in by:
26 >>> x11-drivers/xf86-input-synaptics-1.2.1
27 >>
28 >> Check your package.use. Also try to unmerge xf86-input-synaptics and then
29 >> emerge it again.
30 >
31 > Another check on my system shows:
32 >
33 > emerge --search xf86-input-synaptics
34 > Latest version available: 1.3.0
35 > Latest version installed: 1.2.1
36 >
37 > emerge --search xf86-input-evdev
38 > Latest version available: 2.6.0
39 > Latest version available: 2.4.0
40 >
41 > I don't emerge them directly. They are pulled in by xorg-drivers which
42 > I have re-emerged several times.
43
44 xorg-drivers doesn't install files. It's only a meta-package.
45
46
47 > Don't know why the latest versions of
48 > the drivers don't get installed. Is this the way to force the update
49 > without recording into world:
50 >
51 > emerge --oneshot xf86-input-synaptics xf86-input-evdev
52
53 The best way it to emerge -auDN world, like always.