0

I installed Ubuntu 12.10 yesterday and today when I try to login my desktop interface doesn't load. I only see my wallpaper and my one icon (steam) on it, but I don't see left/top taskbars. Please help.

my computer specs:

proc: Intel Core 2 Duo E8400 3GHz  
graphics: ATI HD 6850  
mainboard: Asus P5K PRO  
RAM: 6GB  
RolandiXor
  • 51,797
Kossak
  • 121

3 Answers3

0

Try to select at the loginscreen Unity 2D (this is done via the little 'radar-icon' nearby your login name (the one were you type in your name and password)

If this loads correct, you can adjust some things so Unity 3D loads properly. I suspect the Steam-program got a little bit in the way with something. (This you have to test over and over again)

If Unity 2D doesn't load:

Can you start up in recovery mode ?

  • To achieve this simply open up Grub (after Bios-screen press and hold SHIFT) and select the recovery modus. From there on you can try to initialise Unity again.

We need a bit more information, I see you've installed Steam is that program shut down correctly before you quited Ubuntu ?

Apparently it's clear that Unity doesn't load fully; so if tweaks were made (e.g. CCSM used) it could be they are in the way of things.

0

I was having the same issue earlier and never quite fixed it. I did, however, simply install a different GUI to replace the default one which kept disappearing on me.

So just open up the terminal after you've logged in and the GUI still hasn't appeared and type in sudo apt-get install gnome-shell

Once it's done, reboot and chose one of the GNOME settings in the dropdown menu instead of Ubuntu when you log in.

0

Write in console these commands, one at a time:

sudo apt-get purge fglrx lightdm
sudo apt-get install lightdm ubuntu-desktop

Kossak
  • 121