Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: xorg-server 1.7.6 without mouse and keyboard (solved)
Date: Tue, 13 Jul 2010 18:12:55
Message-Id: AANLkTimGEuUIIiMpGY-lobRepu2wx7FwiX4dtRsfLDPS@mail.gmail.com
In Reply to: [gentoo-user] Re: xorg-server 1.7.6 without mouse and keyboard (solved) by Nikos Chantziaras
1 On Tue, Jul 13, 2010 at 10:53 AM, Nikos Chantziaras <realnc@×××××.de> wrote:
2 > On 07/13/2010 08:14 PM, Mark Knecht wrote:
3 >>
4 >> On Tue, Jul 13, 2010 at 10:01 AM, Tamer Higazi<th982a@××××××××××.com>
5 >>  wrote:
6 >>>
7 >>> Hi Mark!
8 >>> you were entirely right, the problem were the input drivers.
9 >>>
10 >>> There three packages I remerged:
11 >>>
12 >>> xf86-input-mouse
13 >>> xf86-input-keyboard
14 >>> xf86-input-evdev
15 >>>
16 >>> and the problem was gone.
17 >>>
18 >>>
19 >>> Tamer
20 >>
21 >> Glad it worked. Investigate modules-rebuild as it keeps track of these
22 >> things and does it for you pretty easily. Here's what's in my list:
23 >>
24 >> c2stable ~ # module-rebuild list
25 >> ** Packages which I will emerge are:
26 >>         =x11-base/xorg-drivers-1.7
27 >>         =x11-drivers/xf86-input-evdev-2.3.2
28 >>         =x11-drivers/xf86-video-ati-6.13.0
29 >>         =x11-drivers/xf86-video-fbdev-0.4.2
30 >>         =x11-drivers/xf86-input-keyboard-1.4.0
31 >>         =x11-drivers/xf86-input-mouse-1.5.0
32 >>         =x11-drivers/xf86-video-vmware-11.0.1
33 >>         =media-libs/mesa-7.8.1
34 >
35 > All of the above are not kernel modules. Kernel updates don't affect them,
36 > only xorg-server updates do.
37 >
38 >
39 >>         =app-emulation/vmware-modules-1.0.0.26
40 >
41 > Only this is affected by kernel updates.
42 >
43
44 No disagreement on that, but frankly it doesn't matter to me. It
45 works. Takes about 1 minute to rebuild these files. I don't care (as a
46 user type) why I have to do it. I do it and my machine works. It
47 covers kernel and xorg updates. That's OK with me.
48
49 Or maybe you're just pointing this out to the OP?
50
51 I suspect I might have failed with the same problem as the OP myself
52 this morning had I used not it. There was an xorg-driver update that
53 didn't update all the input devices in my make.conf file. (evdev
54 specifically) This command did. Maybe I didn't need to rebuild evdev
55 after an sorg-driver update but I suspect you'd agree it's safer if I
56 do.
57
58 Sometimes the tools take care of things that are just oversights.
59 Matters not that I shouldn't have to do it. Matters more that the
60 machine works.
61
62 Cheers,
63 Mark