How can drivers for Nvidia graphics cards be installed on Ubuntu 13.04 without messing up the OS?

8,614

What you have is hybrid graphics. Basically, you have 2 video cards:

  • an integrated one, embedded in your i5 CPU (Intel);
  • a discrete one, namely the NVIDIA one.

This hybrid graphics solution is intented to work like this:

  • when you do basic, light graphical stuff, automatically use the integrated card to save power (and sleep the discrete card, of course);
  • when you do advanced, heavy graphical stuff, automatically use the discrete card so the job can be done properly (and sleep the integrated card, of course).

In order for this magic to happen, some special software is needed, namely the NVIDIA Optimus: http://www.nvidia.com/object/optimus_technology.html

You'll see a (not) nice note in the link above: "Optimus requires Windows 7 or later".

So, no love from NVIDIA to Linux regarding Optimus. See this for a laugh: http://www.youtube.com/watch?v=_36yNWw_07g

What happens in your case is that you ALWAYS end up using the integrated card, no matter what you do (or what NVIDIA driver you install).

What can be done:

  • some notebooks with this hybrid graphics provide a choice in BIOS that would allow you to disable the integrated card (Intel) and ALWAYS use the discrete card (NVIDIA) - you have to check your BIOS for such setting for yourself - then, you'll have only 1 active video card in your system and it will be the NVIDIA one (resulting in Linux properly identifying your video card);
  • look at the Bumblebee project: http://bumblebee-project.org/index.html

Good luck and let us know what happens!

Share:
8,614

Related videos on Youtube

Benjamin
Author by

Benjamin

Updated on September 18, 2022

Comments

  • Benjamin
    Benjamin almost 2 years

    I am running Ubuntu 13.04 on a 2011 Dell XPS L501X laptop: Intel core i5, Nvidia Geforce GT 420M graphics card, 6gb ram, etc. I had no problems during normal computing until installing and attempting to play Minecraft on the machine. Extreme lag led me to investigate things, as this was not a problem with Windows.

    I learned that the Ubuntu os does not seem to recognize my graphics card, and instead mentions Intel Ironlake graphics under my system information. After not finding any appropriate driver downloads on the Nvidia site, I followed the instructions given here on noobslab.

    After restarting my computer, I was able to log into my account, but then all that was displayed was my desktop background image. I tried unsuccessfully to fix the problem using some of the instructions provided in the comments on that site, and the end had to reinstall Ubuntu 13.04. After putting all of my documents, software, etc. back on the computer, I tried to install the nVidia drivers via the package available in the software center - once again unsuccessfully.

    I have now reinstalled Ubuntu 13.04 a third time, and am wondering how I can install these drivers, if there is a way, without messing up the os.

    I am semi-literate with Linux, and would appreciate help. Thanks!

  • Benjamin
    Benjamin about 11 years
    Thank you very much, I have installed bumblebee successfully and everything is working well.
  • Koppie
    Koppie over 9 years
    Turning off optimus in the BIOS worked for me. Thanks!