Re: KDE not starting
There's been so much bashing about on that system that it's a little difficult to narrow the potential sources of trouble. If Snowhog's suggestion does not reveal a full filesystem, then it's probably root permissions attached to something in the user's directory.
Regarding the Nvidia driver, I would get out of X with Ctrl-Alt-F1, log in to the CLI, then do these:
If the problem was related to the video driver, that should get you going.
If you find you're still locked out of the user's X login, then I'd go for the nuclear option, at the /home/user$ prompt (don't you dare do it at the root prompt!):
That will empty your user's folder of all KDE and custom settings, so your next login will be "as new" to a default KDE desktop. But any data folders or normal files will be left untouched (assuming you don't name your data files with a leading dot).
Then shutdown and restart the system.
There's been so much bashing about on that system that it's a little difficult to narrow the potential sources of trouble. If Snowhog's suggestion does not reveal a full filesystem, then it's probably root permissions attached to something in the user's directory.
Regarding the Nvidia driver, I would get out of X with Ctrl-Alt-F1, log in to the CLI, then do these:
Code:
sudo service kdm stop sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf_bak sudo nvidia-xconfig sudo service kdm start
If you find you're still locked out of the user's X login, then I'd go for the nuclear option, at the /home/user$ prompt (don't you dare do it at the root prompt!):
Code:
sudo rm -rf .*
Then shutdown and restart the system.
Comment