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,541
Kossak
  • 121
  • Can you add a little more info, especially regarding your graphics card and whether you installed drivers for it – Chris Carter Feb 17 '13 at 11:52
  • Yes, i tried installing some graphic drivers in order to get better performance in Team Fortress 2. I wrote the details on Steam Forums – Kossak Feb 17 '13 at 12:26
  • I will post my hardware here too:
    ATI HD 6850
    Intel Core 2 Duo E8400 3GHz
    6 GB of RAM
    Asus P5K PRO
    – Kossak Feb 17 '13 at 12:26
  • I am struggling to find a definitive answer on Ask but there are several including this http://askubuntu.com/questions/202857/cant-install-ati-proprietary-drivers-in-12-10 . The key seems to be sudo apt-get install linux-headers-generic – Chris Carter Feb 17 '13 at 12:43
  • Thank you Chris, this solved my problem with installing ATI driver.
    I also found solution for invisible taskbar in Unity 3D, thank you all for help. This is the magic that solved my problem (that Unity 3D desktop wasn't showing up properly): I wrote these commands in terminal, one at a time: "sudo apt-get purge fglrx lightdm" "sudo apt-get install lightdm ubuntu-desktop"
    – Kossak Feb 17 '13 at 15:38
  • Glad to of been of help, enjoy Ubuntu :) – Chris Carter Feb 17 '13 at 16:19

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