Only can move the pointer after upgrading

I made a partition on my desktop pc, 100 GB and installed Ubuntu 12.10 on it. It was pretty slow first thought it had to install updates or something, so I rebooted it. Now after the login it looks like everything freezes, I can move my mouse only, but that's it! I can see my desktop and launcher, but the task bar doesn't display time and misc system info, only a black bar, I downloaded the Android SDK pack and installed vlc media player before I rebooted.

My computer info:

  • 1 TB HDD
  • 8 GB ddr3 RAM
  • ATI Radeon 4890 videocard (1 GB)
  • AMD Phenom 2 x4 black 3, 2ghz CPU (64 bits)

Solution 1:

Note: If you can boot into Ubuntu just fine, skip to step 8.

If this is a video card issue following these steps should fix the problem (make sure you have internet):

  1. Boot as far into Ubuntu as you can

  2. Press Ctrl+Alt+F1 to open a terminal.

  3. Log in with you username and passoword
  4. Run sudo apt-get update

  5. Then

    sudo apt-get install gnome-session-fallback 
    

    (this one will take a while) Note: you might be asked which display manager you want to use, select 'lightdm'

  6. After all that is finished run sudo reboot now which will reboot your computer

  7. At the login screen, click on the ubuntu logo, in the top right corner of the window, and select "GNOME Classic" click OK, and login.

8. After you have logged into Gnome Classic, open 'Software Center' enter image description here 9. Click 'Edit' from the menu and select 'Software Sources' 11. Open the 'Additional Drivers' tabenter image description here 12. Select the driver you want and click 'Apply Changes' 13. Reboot.

Jockey-gtk has been integrated into software sources inside the software center.

So in 12.10 you change drivers by:

  1. Opening software center

  2. Clicking 'Edit' --> 'Software Sources'

  3. Opening the 'Additional Drivers' tab

  4. Selecting the driver you want and clicking 'Apply Changes'

If the above steps don't fix the problem, then your graphics card is probably not supported.

In this case you have four options:

  1. You can install Ubuntu 12.04 LTS (where I think your graphics card is still supported)

  2. You can continue to use Gnome Classic

  3. You can use Xubuntu by running sudo apt-get install xubuntu-desktop or installing from scratch.

  4. Or you can try Lubuntu by running sudo apt-get install lubuntu-desktop or installing from scratch.

Kubuntu is also worth mentioning, but I'm not sure it will work without drivers. You can try though. sudo apt-get install kubuntu-desktop