Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: kde wont log in user
Date: Mon, 18 Jan 2010 15:10:52
Message-Id: loom.20100118T160033-469@post.gmane.org
In Reply to: Re: [gentoo-user] Re: kde wont log in user by Mick
1 Mick <michaelkintzios <at> gmail.com> writes:
2
3
4
5 > > I'm running kde-meta 4.3.3
6 > > It's the kde screen where you put your login and passwd.
7 > > It flashes for a second or 2, like the passwd is accepted, but
8 > > kde cannot start.
9
10 > > If I do not auto start kdm via rc-update, then I can log in as a user
11 > > and X starts (twm?).
12
13 > I suspect that you probably have fallen victim to the great conspiracy of
14 > baselayout doing away with rc.conf and not screaming it LOUD ENOUGH to make
15 > sure that we set up the XSESSION variable so that the appropriate windows
16 > manager/DE is selected. See more here:
17
18 > http://thread.gmane.org/gmane.linux.gentoo.user/224058
19
20
21 I read that thread, so I created the file
22 /etc/env.d/90xsession with the contents XSESSION="kdm"
23 (permissions 644)
24
25 rebooting the Display Manager starts up, but when I log
26 in looks like the passwd is accepted (still works via ssh)
27 but the Display Manager Login Screen just returns....?
28
29
30
31 > > > Before you reply, take a look for anything useful in /var/log/kdm.log.
32
33 cat /var/log/Xorg.0.log
34
35 Backtrace:
36 0: /usr/bin/X(xorg_backtrace+0x26) [0x4e3386]
37 1: /usr/bin/X(xf86SigHandler+0x39) [0x48b539]
38 2: /lib/libc.so.6 [0x7f395dfb8650]
39 3: /usr/bin/X [0x524a63]
40 4: /usr/lib64/xorg/modules//libshadow.so(shadowRemove+0x33) [0x7f395c3635a3]
41 5: /usr/lib64/xorg/modules//libshadow.so [0x7f395c363a54]
42 6: /usr/bin/X [0x4f6c69]
43 7: /usr/bin/X [0x522ff3]
44 8: /usr/bin/X(main+0x3f7) [0x431217]
45 9: /lib/libc.so.6(__libc_start_main+0xf4) [0x7f395dfa5a44]
46 10: /usr/bin/X [0x430639]
47
48 Fatal server error:
49 Caught signal 11. Server aborting
50
51
52 > Warning: Multiple names for keycode 211
53 > Using <I211>, ignoring <AB11>
54 Errors from xkbcomp are not fatal to the X server
55 error setting MTRR (base = 0xe0000000, size = 0x01000000, type = 1) Invalid
56 argument (22)
57
58 cat /var/log/kdm.log
59
60 Backtrace:
61 0: /usr/bin/X(xorg_backtrace+0x26) [0x4e3386]
62 1: /usr/bin/X(xf86SigHandler+0x39) [0x48b539]
63 2: /lib/libc.so.6 [0x7f395dfb8650]
64 3: /usr/bin/X [0x524a63]
65 4: /usr/lib64/xorg/modules//libshadow.so(shadowRemove+0x33) [0x7f395c3635a3]
66 5: /usr/lib64/xorg/modules//libshadow.so [0x7f395c363a54]
67 6: /usr/bin/X [0x4f6c69]
68 7: /usr/bin/X [0x522ff3]
69 8: /usr/bin/X(main+0x3f7) [0x431217]
70 9: /lib/libc.so.6(__libc_start_main+0xf4) [0x7f395dfa5a44]
71 10: /usr/bin/X [0x430639]
72
73 Fatal server error:
74 Caught signal 11. Server aborting
75
76
77 Like I stated early, xorg.conf is empty, so maybe I need
78 some minial entries in the /etc/X/xorg.conf file?
79
80
81 James

Replies

Subject Author
Re: [gentoo-user] Re: kde wont log in user Mick <michaelkintzios@×××××.com>