Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] help with xorg-server-1.9.4 and no hal; broken mouse/keyboard/X
Date: Sat, 19 Feb 2011 18:34:24
Message-Id: 4D600CBF.8030300@gmail.com
In Reply to: Re: [gentoo-user] help with xorg-server-1.9.4 and no hal; broken mouse/keyboard/X by Mark Knecht
1 Mark Knecht wrote:
2 > On Sat, Feb 19, 2011 at 9:44 AM, Valmor de Almeida<val.gentoo@×××××.com> wrote:
3 >
4 >> Hello,
5 >>
6 >> I had a working laptop with xorg 1.7 using hal; including usb mouse
7 >> (left hand swapped buttons), synaptics for a mouse pad, hotplug
8 >> monitors in a virtual screen, etc. For this to work I had a
9 >> hand-configured xorg.conf file and additional hal policy
10 >> configurations.
11 >>
12 >> I have just updated xorg to 1.9.4 with USE -hal and removed hal in
13 >> this order (also needed to remove hal from the default run level). I
14 >> tried startx using the existing xorg.conf and X does not start
15 >> correctly, I have no mouse and a frozen screen (no keyboard) with the
16 >> arrow cursor placed in the middle of the screen. I also tried to start
17 >> X without an xorg.conf; same problem.
18 >>
19 >> Here are the outputs of some commands:
20 >>
21 >> emerge --info
22 >> Portage 2.1.9.25 (default/linux/amd64/10.0, gcc-4.4.4,
23 >> glibc-2.11.2.-r3, 2.6.36-gentoo-r5 x86_64)
24 >>
25 >> emerge -pv --newuse --update --tree --with-bdeps=y world
26 >> Total: 0 packages, Size of downloads: 0 kB
27 >>
28 >> emerge --depclean -vp
29 >> Dependencies could not be completely resolved due to
30 >> the following required packages not being installed:
31 >>
32 >> sys-apps/hal pulled in by:
33 >> x11-drivers/xf86-input-synaptics-1.2.1
34 >>
35 >> In make.conf I have:
36 >>
37 >> USE="-hal ...."
38 >>
39 >> INPUT_DEVICES="evdev synaptics"
40 >> VIDEO_CARDS="intel"
41 >>
42 >> Thanks for your help.
43 >>
44 >> --
45 >> Valmor
46 >>
47 > I'm guessing that you might need to use the older keyboard and mouse
48 > drivers instead of evdev. Just a guess though.
49 >
50 > - Mark
51 >
52 >
53
54 As some already know, I removed hal a long time ago so basically you
55 want a set up similar to mine now. This is in my make.conf:
56
57 INPUT_DEVICES="keyboard mouse evdev"
58
59 Don't forget to enable udev as Mike suggested too. I put mine in the
60 USE line. After all, about all hardware now uses udev to see hardware.
61
62 Hope this helps a little.
63
64 Dale
65
66 :-) :-)

Replies

Subject Author
[gentoo-user] Re: help with xorg-server-1.9.4 and no hal; broken mouse/keyboard/X Nikos Chantziaras <realnc@×××××.de>