Gnome Shell installed not working in Ubuntu 12.04

7,877

Solution 1

I had the same problem with my XPS 15 with a GeForce GT 540M

My solution came up when I followed this tutorial.

Summing up, I just needed to upgrade my drivers with the new repository:

sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get upgrade

Solution 2

You may try opening the Additional Drivers tool in order to install the Nvidia drivers. If they are not installed, or Additional Drivers fails, open a terminal(Also under System) and type sudo apt-get install nvidia-current and allow it to finish. It won't let you paste the command, so type it, and press Y whan it asks if you want to continue.

Share:
7,877

Related videos on Youtube

robawalsh
Author by

robawalsh

Updated on September 18, 2022

Comments

  • robawalsh
    robawalsh over 1 year

    I had Gnome Shell working perfectly on my desktop, and I tried to install it on my laptop by the exact same method, (tried apt-get, synaptic and software centre), but it won't work. It seems to install fine with no errors. If I select "Gnome" at login, I get the "Gnome Classic" interface rather than Gnome Shell.

    My laptop has sufficient specs to run Gnome Shell.

    Am I missing something?

    EDIT: I have just discovered that under System > Details > Graphics, it says "Unknown". So, Ubuntu hasn't recognised my graphics card, and I'm guessing this is why Gnome Shell can't work. I have a nVidia GeForce GT 525M. How can I get it working?

    (as you may have realised, I'm a linux noob)

    • nanofarad
      nanofarad almost 12 years
      What kind of graphics card do you have? Have you installed the proper drivers to use all of its functionality(flgrx for ATI, and nvidia-common for Nvidia)
    • robawalsh
      robawalsh almost 12 years
      I have a nVidia GeForce GT 525M. I installed nvidia-common from synaptic, but it still says "Unknown" for Driver under Graphics in System Details.
    • Admin
      Admin almost 12 years
      I wanted to mention that I believe the display in System > Details > Graphics is unreliable. It shows Unknown for my system with Intel graphics that are fully supported by the open-source drivers. I would recommend running lshw and seeing what driver it lists for your graphics card there.
  • robawalsh
    robawalsh almost 12 years
    Nope, no luck. I ran nvidia-xconfig, and got: Using X configuration file: "/etc/X11/xorg.conf". VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf. Device section "Default Device" must have a Driver line. Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup' New X configuration file written to '/etc/X11/xorg.conf' I don't know if that helps.
  • nanofarad
    nanofarad almost 12 years
    Now that you did that, try rebooting. Alas, I will be unavailable until about 8AM(Eastern/GMT-5) tomorrow, and 1:30 PM to help, but I'll respond then.
  • robawalsh
    robawalsh almost 12 years
    After rebooting, I have got gnome shell working BUT, something is wrong with the graphics. I am stuck in a 640x800 resolution, and things load slower. So I think there's something wrong with drivers. After finding nVidia X installed, I tried installing Bumblebee, but to no avail.
  • nanofarad
    nanofarad almost 12 years
    Can you paste /etc/X11/xorg.conf and /etc/X11/xorg.conf.backup on pastebin.ubuntu.com and give me the link to each(Separate pastes, please)
  • Bryce
    Bryce over 11 years
    -1 since while this solves it, it's a round-about brute force method that could potentially leave the user's system less stable.
  • barry007
    barry007 over 11 years
    I don't get it @Bryce , why do you consider it to leave the system unstable. Even the nvidia drivers are not that reliable and this solution has proven to be working for this far with me. Also, this repository is very well referenced.