Gentoo Archives: gentoo-user

From: "Pintér Tibor" <tibyke@××××××.hu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] GDM kbd/mouse lockup after emerge --update on a stable amd64 platform - need hints to cure
Date: Thu, 22 Dec 2011 07:01:26
Message-Id: kdaot1356jny9l7ywh0fmnca.1324537210645@email.android.com
1 Reemerge all xf86* packages
2 Quite obvious as the log clearly gives the clue (new xorg server version, driver version mismatch)
3
4 t
5
6 "G.Wolfe Woodbury" <redwolfe@×××××.com> wrote:
7
8 I did:
9     emerge -va --update --deep --newuse @world
10 on a stable gentoo amd64 (multilib) system after switching the profile
11 from "desktop/gnome" to "desktop" and adding
12 qt4 and kde flags to make.conf.  [I wan to add a few kde apps to the
13 mix, but not everything.]
14
15 Since then, I get a keyboard and mouse lockup when gdm starts. and can't
16 login graphically or switch to a text console.
17
18 I'd rather not do a complete re-install on that instance, so some clue
19 as to where to look for problems beyond the obvious dmesg
20 and boot info.
21
22 I do get a "dmeventd" failure to start, so lvm-monitoring fails to start
23 (even after a re-emerge of lvm2) but don't think that as anything to do
24 with the X lockup.  Startx from single user mode also causes a kbd/mouse
25 lockup.
26
27 I've verified that the kernel has the proper event configuration.
28 Perusing the Xorg.0.log reveals evdev failing to load:
29
30 > [   410.507] (II) LoadModule: "evdev"
31 > [   410.507] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
32 > [   410.513] (II) Module evdev: vendor="X.Org Foundation"
33 > [   410.513]    compiled for 1.10.4, module version = 2.6.0
34 > [   410.513]    Module class: X.Org XInput Driver
35 > [   410.513]    ABI class: X.Org XInput driver, version 12.2
36 > [   410.513] (EE) module ABI major version (12) doesn't match the
37 > server's version (13)
38 > [   410.513] (II) UnloadModule: "evdev"
39 > [   410.513] (II) Unloading evdev
40 > [   410.513] (EE) Failed to load module "evdev" (module requirement
41 > mismatch, 0)
42 > [   410.513] (EE) No input driver matching `evdev'
43 > [   410.513] (II) config/udev: Adding input device Power Button
44 > (/dev/input/event1)
45 > [   410.513] (**) Power Button: Applying InputClass "evdev keyboard
46 > catchall"
47 > [   410.513] (II) LoadModule: "evdev"
48 > [   410.513] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
49 > [   410.513] (II) Module evdev: vendor="X.Org Foundation"
50 > [   410.513]    compiled for 1.10.4, module version = 2.6.0
51 > [   410.513]    Module class: X.Org XInput Driver
52 > [   410.513]    ABI class: X.Org XInput driver, version 12.2
53 > [   410.513] (EE) module ABI major version (12) doesn't match the
54 > server's version (13)
55 > [   410.513] (II) UnloadModule: "evdev"
56 > [   410.513] (II) Unloading evdev
57 > [   410.513] (EE) Failed to load module "evdev" (module requirement
58 > mismatch, 0)
59 > [   410.513] (EE) No input driver matching `evdev'
60 > [   410.514] (II) config/udev: Adding input device Sleep Button
61 > (/dev/input/event0)
62 which tell me something went wrong in the re-emerge of xorg something,
63 but I'd like to get a clue as to just what to do to fix it.
64
65 Thanks in advance for any help.
66
67 --
68 G.Wolfe Woodbury
69 aka redwolfe@×××××.com

Replies