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:53:12
Message-Id: ijp35j$r1g$2@dough.gmane.org
In Reply to: Re: [gentoo-user] help with xorg-server-1.9.4 and no hal; broken mouse/keyboard/X by Dale
1 On 02/19/2011 08:32 PM, Dale wrote:
2 > Mark Knecht wrote:
3 >> On Sat, Feb 19, 2011 at 9:44 AM, Valmor de
4 >> Almeida<val.gentoo@×××××.com> wrote:
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 >> I'm guessing that you might need to use the older keyboard and mouse
14 >> drivers instead of evdev. Just a guess though.
15 >
16 > As some already know, I removed hal a long time ago so basically you
17 > want a set up similar to mine now. This is in my make.conf:
18 >
19 > INPUT_DEVICES="keyboard mouse evdev"
20 >
21 > Don't forget to enable udev as Mike suggested too. I put mine in the USE
22 > line. After all, about all hardware now uses udev to see hardware.
23
24 You only need "evdev". "keyboard" and "mouse" are deprecated drivers.
25 They have bugs that no one appears to be fixing anymore.

Replies