This forum has been archived. All content is frozen. Please use KDE Discuss instead.

KDE stuck at splash screen

Tags: None
(comma "," separated)
User avatar
Korosu_Itai
Registered Member
Posts
48
Karma
0
OS

KDE stuck at splash screen

Wed Oct 22, 2008 10:13 am
I'm not sure if this is the right place for this post, but I can't find a better forum for this.

Since last update KDE4 got stuck at startup, at the splash screen. I don't know why, it only happens on one of my computers. It got stuck after showing the world icon on the splash screen.

I have been searching for a log, but I don't know if KDE4 makes one or where it is supose to be, not at /var/log/ or ~/.kde4/var/log/, I've checked. I don't know either what is KDE4 loading when the world icon appears on the splash.

Any help will be welcome ^_^


User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

RE: KDE stuck at splash screen

Thu Oct 23, 2008 3:15 am
KDE itself does not have a log, but X does. it is called Xorg..log ( in /var/log ). Do you have another user on that computer you can try with to login to KDE4? if that user is unaffected we can look at your profile, else it is the install of KDE4 on that machine ( i think your profile is incompatible and something does not like it ).

if you do not have another user, try selecting the "failsafe" option at the logon screen ( under the session menu usually in the bottom left corner ) this will open a terminal as you. then you can then open the usual administrative tools ( as long as you know the executable names, you can check on another ubuntu machine :) ) to add a user. type logout or exit to return to the logon screen. be sure to set the session back to KDE4, or whatever you normally use ("default")


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
User avatar
mensch
Registered Member
Posts
178
Karma
0
OS

RE: KDE stuck at splash screen

Thu Oct 23, 2008 8:28 am
Is KDE stuck before or after the Desktop icon is loaded? I had a similar problem with KDE where it freezed on login as well.

My problem was related to a dual monitor setup and either the wrong drivers (the dreaded mesa instead of fglrx) or compositing being enabled - which should normally take you to your desktop anyway, but not show any windows.

You can disable Compositing by doing a "Console login" (ALT+N at, or choose the proper option from the menu) and editing kwinrc in ~/.kde4/share/config/. Under the entry [Compositing] set "Enabled=true" to "Enabled=false".


I have forced myself to contradict myself in order to avoid conforming to my own taste. Marcel Duchamp
User avatar
Korosu_Itai
Registered Member
Posts
48
Karma
0
OS

RE: KDE stuck at splash screen

Thu Oct 23, 2008 12:05 pm
bcooksley wrote:KDE itself does not have a log, but X does. it is called Xorg..log ( in /var/log ).
Yeah, I know, but I can't find anything wrong at the X server log.
bcooksley wrote:Do you have another user on that computer you can try with to login to KDE4? if that user is unaffected we can look at your profile, else it is the install of KDE4 on that machine ( i think your profile is incompatible and something does not like it ).
With other user it works fine, so it's definitively my profile :(
mensch wrote:Is KDE stuck before or after the Desktop icon is loaded? I had a similar problem with KDE where it freezed on login as well.
Yes, it's before the desktop icon. It's just after the world icon appears at the splash.
mensch wrote:You can disable Compositing by doing a "Console login" (ALT+N at, or choose the proper option from the menu) and editing kwinrc in ~/.kde4/share/config/. Under the entry [Compositing] set "Enabled=true" to "Enabled=false".

Compositing is disabled, but I had the effects enabled before the update, could be that?


User avatar
mensch
Registered Member
Posts
178
Karma
0
OS

RE: KDE stuck at splash screen

Thu Oct 23, 2008 12:14 pm
Korosu_Itai wrote:Yes, it's before the desktop icon. It's just after the world icon appears at the splash.
In my case it was me mucking around with Xinerama and defining multiple screens in my Xorg.conf what caused the freeze. So your problem might also come from a faulty xorg.conf or unavailable display drivers.

What could help is backing up your current xorg.conf and executing "dpkg-reconfigure -phigh xserver-xorg" as root. You will lose all of your customisations so do back up so you can restore portions later on. By logging in with this fresh xorg.conf it might revert to vesa or mesa drivers, so if you have ATI or Nvidia drivers installed you should point to them in you xorg.conf (with ATI cards you can do this for example automatically by running "aticonfig --intitial -f" as root).

Last edited by mensch on Thu Oct 23, 2008 12:15 pm, edited 1 time in total.


I have forced myself to contradict myself in order to avoid conforming to my own taste. Marcel Duchamp
User avatar
neverendingo
Administrator
Posts
2136
Karma
17
OS

RE: KDE stuck at splash screen

Thu Oct 23, 2008 12:57 pm
I had that effect with a broken plasma configuration, too. So just backup ~/.kde4/share/config/plasmarc and plasma-appletsrc, before you start again. Maybe that helps.


New to KDE Software? - get help from Userbase or ask questions on the Forums
Communicate.
Image
User avatar
mensch
Registered Member
Posts
178
Karma
0
OS

RE: KDE stuck at splash screen

Thu Oct 23, 2008 1:00 pm
You could be right, try neverendingo option first because I believe it could very well be a broken plasma config. [size=xx-small]I mucked around with my xorg.conf and plasma-appletsrc at the same time, so either one of them could have been the culprit.[/size]


I have forced myself to contradict myself in order to avoid conforming to my own taste. Marcel Duchamp
User avatar
Korosu_Itai
Registered Member
Posts
48
Karma
0
OS

RE: KDE stuck at splash screen

Thu Oct 23, 2008 8:38 pm
neverendingo wrote:I had that effect with a broken plasma configuration, too. So just backup ~/.kde4/share/config/plasmarc and plasma-appletsrc, before you start again. Maybe that helps.
Sadly that didn't work, it get stuck at the same point.

mensch wrote:What could help is backing up your current xorg.conf and executing "dpkg-reconfigure -phigh xserver-xorg" as root.
Idem, this didn't work either :(

Thanks for the help anyway.

I have deleted my entire profile (made a backup)
Code: Select all
mv .kde4 .kde4_backup
But guess what, it didn't work. And that's really weird, if I can login into KDE4 with another user without problems, it must be something of my settings, then why I can't login into KDE4 with a fresh .kde4? :(

Last edited by Korosu_Itai on Thu Oct 23, 2008 8:38 pm, edited 1 time in total.


User avatar
tkoski
Registered Member
Posts
371
Karma
3
OS

RE: KDE stuck at splash screen

Thu Oct 23, 2008 8:48 pm
Hi Korosu_Itai,

I used to had the same problem but Ctrl + Alt + F8 -> Ctrl + Alt + F7 always helped.

Luckilly this problem is now only a bad memory for me. I hope the same will be for you as well.


Attitude before intelligence.
User avatar
Korosu_Itai
Registered Member
Posts
48
Karma
0
OS

RE: KDE stuck at splash screen

Fri Oct 24, 2008 8:07 am
tkoski wrote:I used to had the same problem but Ctrl + Alt + F8 -> Ctrl + Alt + F7 always helped.
I don't understand, how can help switching terminal? :S


User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

RE: KDE stuck at splash screen

Fri Oct 24, 2008 10:42 am
Terminal switching will cause Xorg to completely redraw the screen, and it probably gets Qt, etc. to completely redraw as well, thus solving graphical corruption.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]
User avatar
Korosu_Itai
Registered Member
Posts
48
Karma
0
OS

RE: KDE stuck at splash screen

Fri Oct 24, 2008 1:16 pm
bcooksley wrote:Terminal switching will cause Xorg to completely redraw the screen, and it probably gets Qt, etc. to completely redraw as well, thus solving graphical corruption.
ahhhh, now I understand. I've tried it but at the F8 terminal only appears a text terminal with a line flashing, I can't write on it or anything. At the F7 terminal is still KDE4 stuck at the splash screen.


User avatar
Korosu_Itai
Registered Member
Posts
48
Karma
0
OS

RE: KDE stuck at splash screen

Fri Oct 24, 2008 8:49 pm
Finally I found the problem, because an unknown reason the .ICEauthority file was owned by root instead of my user :S

Now I can log into KDE4 again. Thanks a lot for all the help ^_^


OzRattler
Registered Member
Posts
1
Karma
0
OS

Re: KDE stuck at splash screen

Tue Aug 25, 2009 10:46 am
Hello All,

I am at a similar impass. The sad thing is that I have tried all the above and failed. Even failsafe does not work. Other log-ins work and I even copied the profile files to a new user and that user failed. Failsafe does not work - just drops me back to the log-in screen. Gnome flies perfectly.

Suggestions?

Thanks!

Rrrrrrrrrrrrrrrr
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

Re: KDE stuck at splash screen

Wed Aug 26, 2009 4:30 am
@OzRattler: please start a new topic, and include the content of ~/.xsession-errors without having logged into the same user with GNOME. It is important that you try with KDE then immediately copy the file.


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]