0

I no longer have a GUI with Ubuntu 13.04. I can log in and use the command line, but nothing more exotic than that.

Is there anything I can do to fix this without resorting to a full reinstallation?

Alternatively, can I upgrade to 13.10 from command line and expect everything to be fine even though there's something amiss in my current system?

Leo
  • 1

2 Answers2

0

Try this

sudo apt-get -f install

or

sudo apt-get update
sudo apt-get install unity-2d
sudo apt-get install ubuntu-desktop
sudo apt-get install compizconfig-settings-manager
sudo apt-get install compiz-plugins-extra
sudo apt-get update 

then

sudo shutdown -r now

Hope this will work for you.

Sambit
  • 1,224
  • 1
  • 10
  • 14
0

Open virtual terminal by pressing ctrl+alt+F1.Login with your username and password.
Then run the below commands,

sudo rm /etc/X11/xorg.conf
sudo shutdown -h now

Poweron your pc,i hope it works.

Avinash Raj
  • 78,556
  • Interesting. Cannot remove. No such file or directory. Would it make any sense to completely remove and reinstall X11, or would I just be causing more trouble for myself? – Leo Nov 11 '13 at 14:19
  • did you run sudo service lightdm restart command. – Avinash Raj Nov 11 '13 at 14:35