0

After a normal login screen in Ubuntu 13.10 I get a black screen with only my cursor.

I tried to open in recovery mode to adjust the driver settings but that didn't work. I get an error that the screen can not be found.

I really hope you can help!

1 Answers1

0

Open terminal by pressing Ctrl+Alt+F1 and then add the following commands:

sudo apt-get install ppa-purge
sudo ppa-purge ppa:unity-team/staging
sudo apt-get update
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity

and reboot, hope it will work.

If it doesn’t work then click here for further workaround and here for wiki how.

Sukupa91
  • 3,067