0

In Kubuntu 13.04 64 bit, fglrx did not install, so I tried to reinstall XServer as follows:

sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:amd64
sudo dpkg-reinstall xserver-xorg-core
sudo reboot

After that, on boot only a picture with "Kubuntu" appears and freezes, sometimes no reaction to Ctrl+Alt+Del. Purging and reinstalling xserver-xorg did not help.

Braiam
  • 69,112
glebB
  • 1

1 Answers1

0

No login dialog... So you're saying that you're not able to login anymore as well as access your machine?

Try this command by going into recovery mode:

sudo dpkg-reconfigure gdm

I did this on Ubuntu, but since Kubuntu is derived from the original Ubuntu, it certainly should work.

In case the above command doesn't show you any current login managers installed on your computer, then you may need to install one of them. Enter this:

sudo apt-get install gdm

There is kdm, lightdm, gdm, etc... Just google for 'ubuntu login managers'.

Hope that helped!

Ihsan
  • 1
  • 2