Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Xorg-server and my mouse
Date: Fri, 10 Apr 2009 05:53:23
Message-Id: 49DEDECB.8040209@gmail.com
In Reply to: [gentoo-user] Re: Xorg-server and my mouse by Hartmut Figge
1 Hartmut Figge wrote:
2 > Dale:
3 >
4 >
5 >> Did my etc-update and went to log into KDE. No keyboard. No
6 >> mouse. No nothing. I knew the new xorg-server update was going to make
7 >> me change a few things but I thought I would be ABLE to change the
8 >> thing.
9 >>
10 >
11 > *g*
12 >
13 > Today 'emerge --sync' followed by 'emerge -uDN world' changed my xorg to
14 > 1.5. After 'startx' i had my usual icewm screen but no working mouse or
15 > keyboard.
16 >
17 >
18 >> I had to unplug the computer then add softlevel=boot to get to
19 >> where I could even fix the stupid thing.
20 >>
21 >
22 > I preferred ssh from another computer. ;)
23 >
24 >
25 >> While I was trying to recover and reading, it appears I have to update
26 >> my kernel for this thing to work.
27 >>
28 >
29 > That depends. Look in 'sudo make menuconfig' at Device Drivers->Input
30 > device support for Event interface. If available and unchecked, select
31 > it and recompile your kernel.
32 >
33 > I had done so because it was mentioned in the 'Xorg 1.5 Upgrade Guide',
34 > http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml
35 >
36 > Wasn't enough, though.
37 >
38 > ----- Xorg.0.log -----
39 > (EE) Failed to load module "evdev" (module does not exist, 0)
40 > ---------------
41 >
42 > But 'modprobe evdev' succeeded. *g*
43 >
44 > After pulling out some hairs and examining 'emerge -pv xorg-server'
45 > closer i changed
46 >
47 > ----- /etc/make.conf -----
48 > INPUT_DEVICES="keyboard mouse"
49 > ----------------
50 >
51 > to
52 >
53 > ----- /etc/make.conf -----
54 > INPUT_DEVICES="keyboard mouse evdev"
55 > ---------------
56 >
57 > and recompiled xorg-server. Now i had working mouse and keyboard under X.
58 >
59 > Then i noticed that my german keyboard layout was gone. The Upgrade
60 > Guide was not very clear in this point. At least for me.
61 >
62 > Time for a break, so i decided to disable hal for a while, drink some
63 > coffee and smoke some pipes. ;)
64 >
65 > ----- /etc/X11/xorg.conf -----
66 > Section "ServerFlags"
67 > Option "AutoAddDevices" "false"
68 > EndSection
69 > ---------------
70 >
71 > Now i have commented out these lines because i found a way for my german
72 > keyboard layout. Hm, just noticed that i have also to do something for
73 > my compose key. Sigh.
74 >
75 > Hartmut
76 >
77 >
78 >
79 >
80
81 Sounds like you are having fun with your upgrade too. Unless there is a
82 miracle and I know it will work, without me having to pull the plug
83 again, I'm keeping that puppy masked. I'll stick with this for a while
84 longer.
85
86 On my kernel, I'm using 2.6.23. It was the last one I could get to boot
87 so i stuck with it. Anybody see a pattern here? Thought about not
88 syncing for a while. o_O
89
90 I wish I had a spare rig to ssh in with. I loaned one out and his house
91 burned down with my spare rig in it.
92
93 Dale
94
95 :-) :-)

Replies

Subject Author
[gentoo-user] Re: Xorg-server and my mouse Hartmut Figge <h.figge@×××.de>