Gentoo Archives: gentoo-user

From: "Claudio Roberto França Pereira" <spideybr@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problems starting KDE
Date: Sat, 31 Dec 2011 17:01:17
Message-Id: CAGo3Wep+pVjOM1O5Vp09PVU8AbkQZre4OHEb_98-qP5dbr-ryA@mail.gmail.com
In Reply to: [gentoo-user] Problems starting KDE by Jeff Cranmer
1 On Sat, Dec 31, 2011 at 13:53, Jeff Cranmer <jeff@××××××××××××××.com> wrote:
2 > I'm attempting to bring up a new system.  Processor is AMD Phenom 1055,
3 > running on a Sabertooth 990FX motherboard.  Graphics card is an NVIDIA
4 > GEForce GTX550Ti.
5 >
6 > If I start X with twm, the xserver connection is made, and TWM comes up
7 > correctly with three Xterm windows.
8 >
9 > I note that I get two errors reported,
10 > (EE) NVIDIA: Failed to load module "dri2" (Module does not exist, 0)
11 > /etc/X11/xinit/xinitrc: line 62: xclock: command not found
12
13 This is normal behavior. Don't know why, but nVidia drivers doesn't
14 use the dri2 module, I think it has it's own implementation or
15 something, you can safely ignore that, even if your 20-nvidia.conf
16 disables (or tries to) dri2.
17 The xclock error is also ok, you probably have twm emerged, but not
18 xclock. The default xinitrc (in /etc/X11/xinit/xinitrc) tries to run
19 twm, 3 xterms and xclock.
20
21 >
22 > The first error is definitely on startup, but the latter could have
23 > appeared on exit.
24 >
25 > I have a file 20-nvidia.conf in the /usr/share/X11/xorg.conf.d directory
26 > with the following information
27 >
28 > Section "Device"
29 >  Identifier "Device0"
30 >  Driver "nvidia"
31 >  VendorName "NVIDIA Corporation"
32 >  BoardName "GeForce GTX550 Ti"
33 >  BusID "PCI:5:0:0"
34 >  Screen 0
35 > EndSection
36 >
37 > Section "Module"
38 >  Disable "dri"
39 >  Disable "dri2"
40 >  Load "glx"
41 > EndSection
42 >
43 > If I add exec startkde to the top of the /etc/X11/xinit/xinitrc file,
44 > then startx fails to start.  I get the same dri2 error as above, but
45 > also get
46 >
47 > startkde: Starting up...
48 > Connecting to deprecated signal
49 > QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
50 > kded(13865): Communication Problem with "kded", it probably crashed.
51 > Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Message did
52 > not receive a reply (timeout by message bus)" "
53
54 You should not edit this file, you should create a ~/.xinitrc and add
55 startkde to that. Try again without messing with the default system
56 xinitrc and using your own. You need to let the system xinitrc run, it
57 will call yours afterwards.
58
59
60 > I verified using /etc/init.d/dbus status that the dbus service is
61 > running.  Same for consolekit.
62 >
63 > /var/log/kdm.log shows one error, repeated for each startup attempt.
64 > KCrash: Appication 'kdmgreet' crashing....
65 > KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi directly
66 > Server Terminated successfully (0).  Closing log file.
67 >
68 > Any assistance gratefully received.
69 >
70 > Thanks
71 >
72 > Jeff
73 >
74 >
75 >

Replies

Subject Author
Re: [gentoo-user] Problems starting KDE Jeff Cranmer <jeff@××××××××××××××.com>