KDM Crash because X Server Timeout

Posted:
Jul 15th, '12, 21:29
by trustno12003
Hello
since I've upgrade my Mageia to version 2 I have this problem. It doesn't happens always, but 1 time of 3 after booting the screen stays black and nothing happens. If I change to the message console, I can see this error: kdm[nbr] X Server timeout, terminating.
Does anyone know why this is happening.
Best Regards
Re: KDM Crash because X Server Timeout

Posted:
Jul 15th, '12, 22:31
by doktor5000
Does this also happen with a freshly created user, or with xguest user?
Re: KDM Crash because X Server Timeout

Posted:
Jul 15th, '12, 22:59
by trustno12003
Hi
I have the problem before I could login, so it is independent of the user. It happens after boot.
Regards
Re: KDM Crash because X Server Timeout

Posted:
Jul 16th, '12, 13:24
by doktor5000
Please attach your /var/lib/mageia/kde4-profiles/Default/share/config/kdm/kdmrc
Re: KDM Crash because X Server Timeout

Posted:
Jul 16th, '12, 20:34
by trustno12003
Hi
This is the file. I had to change the extension to .txt as the forum didn't allow me to upload it with kdrmc without extension.
Best Regards
Re: KDM Crash because X Server Timeout

Posted:
Jul 17th, '12, 20:44
by doktor5000
Compared it to mine, and besides autologin which i've got enabled and the vty it uses not much major differences:
http://pastebin.com/VDUSzVCdFWIW, you could try to adjust it to something like
- Code: Select all
# Core config for all displays
[X-*-Core]
ServerTimeout=120
to see if that fixes the timeout issues, or maybe even use a higher value like 500 or so.
There are some related bugreport for other distros, f.ex.:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524751http://forums.debian.net/viewtopic.php?f=5&t=52310 linking to
http://forums.debian.net/viewtopic.php?f=6&t=45648http://comments.gmane.org/gmane.comp.de ... .user/1645And there's also a hint in
http://www.gentoo.org/proj/en/desktop/k ... #doc_chap7Code Listing 7.5: kdm notice
If when you restart xdm, kdm fails to start with a message like "gentoo kdm[2116]: X
server startup timeout, terminating" in /var/log/messages, uncomment the ServerTimeout
line in "grep kdmrc /var/db/pkg/kde-base/kdm-4.3.1/CONTENTS | cut -f2 -d " ""
and be sure to increase the timeout - 60 should work
Re: KDM Crash because X Server Timeout

Posted:
Jul 19th, '12, 22:27
by trustno12003
Hi
I will try to change this values.
Best Regards