PDA

View Full Version : [gnome] Gnome/KDE login borked



BoredOutOfMyMind
August 8th, 2008, 08:25 PM
Night before last I installed K3B to burn a couple of CD's.

No issues, and when it wanted to install KDE4-KDM, I was not alarmed.

Yesterday Firefox froze and so I did Alt-Ctrl-Backspace and nothing . Black screen. Now I cannot get in at all with reboot and it is hanging on a KDM login. Apt-get remove/install KDE4-KDM and GDM did not work.

I get to the root and can login but startx will not let me in. :(

Any suggestions to fully remove kdm from command line? :confused:

BoredOutOfMyMind
August 8th, 2008, 08:25 PM
This is 8.04

annda
August 8th, 2008, 09:33 PM
in similar cases i always removed .Xauthority and it helped. but i'm just a dilettant, so PLEASE BACK UP the file before trying out the suggestion.

benerivo
August 8th, 2008, 09:42 PM
To fully remove kdm from the command line use
sudo apt-get purge kdm-kde4Then you want to make sure that gdm is set as your default login/display manager. I think you should be able to do this with
sudo nano /etc/X11/default-display-managerand make sure the first and only line reads
/usr/bin/gdm(Another way to set a default is when you install any display manager, it will bring up a dialog asking you to pick which one.)

Then type
sudo /etc/init.d/gdm startThis should start gdm.

BoredOutOfMyMind
August 9th, 2008, 01:40 AM
To fully remove kdm from the command line use
sudo apt-get purge kdm-kde4Then you want to make sure that gdm is set as your default login/display manager. I think you should be able to do this with
sudo nano /etc/X11/default-display-managerand make sure the first and only line reads
/usr/bin/gdm(Another way to set a default is when you install any display manager, it will bring up a dialog asking you to pick which one.)

Then type
sudo /etc/init.d/gdm startThis should start gdm.

I will try the purge tonight.

Thank you for the reply.

BoredOutOfMyMind
August 9th, 2008, 03:02 AM
:confused::confused:I have reinstalled gnome-core and gdm to no avail.

At reboot, it seeks a kde4 file, so I installed kde4-core.

nothing will pull up gui.....

benerivo
August 9th, 2008, 08:55 AM
What kde4 file does it mention?

Try installing wdm from the command line. It will then ask you which login/display manager you want to use for default (choose wdm). Then reboot. It should then load up with the wdm login screen. From here you can select to start the gnome desktop. I would guess that ubuntu shouldn't require any kde4 files to be loaded before it brings up this login screen.

A long shot is that it might be a problem with your display settings, which you could try reconfiguring with
sudo dpkg –reconfigure –phigh xserver-xorgand answering some questions about your graphics card, monitor, keyboard, etc.. Just go with the default option if you are unsure of the answers.