You are not logged in.
I start KDE (4.9) as a daemon using /etc/rc.d/kdm start, and the login manager starts up just fine in vt7. When I log in, the normal default KDE progress splash screen comes up, and eventually goes to a black screen with only the mouse cursor. Meanwhile, the kdeinit4: plasma-desktop [kdeinit] process starts using 90%+ CPU and slowly uses more and more memory. If I let it run the process would eventually use all of physical RAM and start using all of swap as well, so I kill it before then. After that, my memory and cpu usage immediately shoots down and a few seconds later I hear the kde default startup chime and a bunch of other kde-related processes start, but in vt7 KDE itself is still stuck at a black screen with just the mouse cursor.
My .xsession-errors is at http://codepad.org/WxrCOFIf
Last edited by Eschatokyrios (2012-08-12 22:14:33)
Offline
I suggest that you isolate it to either your KDE session or KDM. Try not starting KDM, and then stating a KDE session straight from a console with startkde when logged in as a user.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Ah, hm, starting KDE from .xinitrc works fine, kdeinit4 runs and uses a bit of cpu for a while and then the rest of the startup process continues.
Offline
Hello,
I have exactly the same problem and his solution (with .xinitrc) don't solve it. It's a fresh install.
What can I do?
Thank you
Offline
I just did a fresh install with kde today, and it is working fine, I am using systemd to launch it though. Is dbus set in your rc.conf?
Offline
Yes, dbus is set.
Offline
I ask because the .xsession-errors the OP posted is going crazy with dbus errors. I would start my troubleshooting by makeing sure that it is running with either rc.d list or systemctl list-units. Maybe try starting kdm with systemctl start kdm to see what happens.
Offline
You are right, it seems to be a dbus issue.
When I try to start kdm with systemctl, I have : Failed to get D-Bus connection: No connection to service manager.
But dbus is set as a deamon in /etc/rc.conf and it is started .... So I don't understand. And I have the same dbus errors as OP.
Offline
https://bugs.kde.org/show_bug.cgi?id=297020
This seems to be a bug with kdm and nepomuk.
Offline
Ok, but I don't see a solution... So I will try to fully reinstall Arch tomorrow...
Offline