Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE problem: blank screen upon login
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
gwion
Apprentice
Apprentice


Joined: 15 May 2003
Posts: 212
Location: Helsinki

PostPosted: Thu Jul 22, 2004 9:19 am    Post subject: KDE problem: blank screen upon login Reply with quote

I installed KDE several times on a number of boxes and it never was a problem. However when I did yesterday things were weird: when I log into KDE I get the configuration wizzard and everything and then the bootsplash. When this finishes there is just a blank screen, no icons, no taskbar, just the mousepointer. Klicking anywhere with the mouse does not have any effect.

I deleted my config files several times. XFCE4 and Fluxbox work nicely btw and from within fluxbox I can start konqueror as well.

I looked through most of the somehow related threads on this forum but somehow I could not get a grip on this problem. Has anyone seen something like this before?

Many thanks for your help!!

Gwion
_________________
But the best thing about being an older goth? The fact that no one tries to tell you "It's a phase!" anymore.
--
gwion@jabber.org
Back to top
View user's profile Send private message
mikegpitt
Advocate
Advocate


Joined: 22 May 2004
Posts: 3224

PostPosted: Thu Jul 22, 2004 12:13 pm    Post subject: Reply with quote

I'm having similar problems. I never had problems emerging kde before, but on a system I'm doing this week everythign wont work. I had the same problem as you. I start kde, everything crashes and then all I have is a blank screen with mouse cursor. I reinstalled the system from scratch again, and now kde jsut crashes on start.

You can read my post here:
https://forums.gentoo.org/viewtopic.php?t=200894

Next move for me, unless someone has advice, is to recompile KDE and maybe xfree. As it was I was using the binary packages from the 2004.1 cds.
Back to top
View user's profile Send private message
grooveman
Veteran
Veteran


Joined: 24 Feb 2003
Posts: 1217

PostPosted: Thu Jul 22, 2004 12:17 pm    Post subject: Reply with quote

Things you can check:

1) does the user in question have rw rights to his/her home directory and all the contents of .kde?

2) Does the homedirectory even exist? (In gentoo if you don't use the -m switch to useradd, you don't make a homedir for him).

3)Does the user in question have a quota, and is that quota met or exceded?


If you think that all of these are okay, try mving his .kde3 dir to .kde3_old and let kde generate a new one. Also, go into the tempdir and delete (or mv) all files and directories owned by that user.

My experience has been that when things like this happen, kde has nowhere to write to due to permissions or missing directories.

Hope that helps.

G
_________________
To look without without looking within is like looking without without looking at all.
Back to top
View user's profile Send private message
gwion
Apprentice
Apprentice


Joined: 15 May 2003
Posts: 212
Location: Helsinki

PostPosted: Thu Jul 22, 2004 12:31 pm    Post subject: Reply with quote

grooveman wrote:
Things you can check:

1) does the user in question have rw rights to his/her home directory and all the contents of .kde?

2) Does the homedirectory even exist? (In gentoo if you don't use the -m switch to useradd, you don't make a homedir for him).

3)Does the user in question have a quota, and is that quota met or exceded?


If you think that all of these are okay, try mving his .kde3 dir to .kde3_old and let kde generate a new one. Also, go into the tempdir and delete (or mv) all files and directories owned by that user.

My experience has been that when things like this happen, kde has nowhere to write to due to permissions or missing directories.

Hope that helps.

G


I tried the removing of the configuration files and everything. I will check about the write permissions however I cannot imagine this to be the problem because as I wrote before fluxbox works just fine and I can change my ~/.fluxbox/menu and init files ...

Thanks you very much for the suggestion. I will try this evening as soon as I will get to my box again.

Gwion
_________________
But the best thing about being an older goth? The fact that no one tries to tell you "It's a phase!" anymore.
--
gwion@jabber.org
Back to top
View user's profile Send private message
grooveman
Veteran
Veteran


Joined: 24 Feb 2003
Posts: 1217

PostPosted: Thu Jul 22, 2004 12:37 pm    Post subject: Reply with quote

Well, good luck to you.

Are you running it through kdm,xdm or gdm? If you are, you might consider temporarily altering your rc.conf to let it fire up with a startx, then log the output. If that is not verbose enough, do the same thing execpt strace your startx and dump it to a log. See if there is anything kde is trying to open or write to that it cannot.

(you will need to emerge strace for that if you haven't already)

G
_________________
To look without without looking within is like looking without without looking at all.
Back to top
View user's profile Send private message
gwion
Apprentice
Apprentice


Joined: 15 May 2003
Posts: 212
Location: Helsinki

PostPosted: Thu Jul 22, 2004 4:34 pm    Post subject: Reply with quote

The file permissions are ok, but when I start kde via startx i get "could not initiate kdeinit. check your install"

Looks like fresh emerge...
_________________
But the best thing about being an older goth? The fact that no one tries to tell you "It's a phase!" anymore.
--
gwion@jabber.org
Back to top
View user's profile Send private message
gwion
Apprentice
Apprentice


Joined: 15 May 2003
Posts: 212
Location: Helsinki

PostPosted: Fri Jul 23, 2004 6:22 am    Post subject: Reply with quote

No, a new emerge did not help.

If anyone has any idea please help I really don't know how to fix this.... on all other computers it worked out of the box...

funny enough: I thought I'd give gnome a shot on this box: gnome stops at the bootsplash... still fluxbox and xfce4 work... *sigh*

Hoping for ideas...

Many thanks in advance!

Gwion
_________________
But the best thing about being an older goth? The fact that no one tries to tell you "It's a phase!" anymore.
--
gwion@jabber.org
Back to top
View user's profile Send private message
grooveman
Veteran
Veteran


Joined: 24 Feb 2003
Posts: 1217

PostPosted: Fri Jul 23, 2004 12:36 pm    Post subject: Reply with quote

Did you try an strace? That is an extremely helpful tool. Dumpt the output to a log, then search the text for "fail". It should point you in the right direction.

G
_________________
To look without without looking within is like looking without without looking at all.
Back to top
View user's profile Send private message
gwion
Apprentice
Apprentice


Joined: 15 May 2003
Posts: 212
Location: Helsinki

PostPosted: Fri Jul 23, 2004 12:41 pm    Post subject: Reply with quote

grooveman wrote:
Did you try an strace? That is an extremely helpful tool. Dumpt the output to a log, then search the text for "fail". It should point you in the right direction.

G


Yes I did this morning just before I had to leave... so I did not have the time to look at it carefully, Will do that tonight or on the weekend.

Gwion
_________________
But the best thing about being an older goth? The fact that no one tries to tell you "It's a phase!" anymore.
--
gwion@jabber.org
Back to top
View user's profile Send private message
gwion
Apprentice
Apprentice


Joined: 15 May 2003
Posts: 212
Location: Helsinki

PostPosted: Fri Jul 23, 2004 7:55 pm    Post subject: Reply with quote

grooveman wrote:
Did you try an strace? That is an extremely helpful tool. Dumpt the output to a log, then search the text for "fail". It should point you in the right direction.

G


So, with strace startkde I get dozens of lines:

kdecore (KIconLoader): WARNING: Icon directory /usr/share/icons/hicolor/ group xxxxx/stock/code/document/generic not valid.

And finally:

ksplash: WARNING: KGenericFactory: instance requested but no instance name passed to the constructor!

No idea so far... :-(
_________________
But the best thing about being an older goth? The fact that no one tries to tell you "It's a phase!" anymore.
--
gwion@jabber.org
Back to top
View user's profile Send private message
gwion
Apprentice
Apprentice


Joined: 15 May 2003
Posts: 212
Location: Helsinki

PostPosted: Sat Jul 24, 2004 12:58 am    Post subject: Reply with quote

EDIT: OK now I am really depressed... I solved it but the problem was... IPTABLES... (I accidentally blocked traffic from localhost to localhost...). However I don't understand why this affected gnome and kde but not fluxbox.... I really apologize for all trouble and thanks again for your help!!!


Ok, I just let the computer wait now for 5 minutes and kde loaded finally. However it is painfully slow. Opening the menu takes minutes...

I HAVE my hostname in my /etc/hosts file, I also have DMA enabled... the only difference to my other boxes is that the others have Nvidia graphics cards... this one here has an onboard Prosavage chip.

I am afraid I am getting annoying but do you have any more ideas? :cry:
Thanks!

Gwion
_________________
But the best thing about being an older goth? The fact that no one tries to tell you "It's a phase!" anymore.
--
gwion@jabber.org
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum