Install and Configure Latest Nvidia Drivers in Ubuntu 12.10 Quantal/Ubuntu 12.04

Nvidia Ubuntu

Nvidia is well-known company everywhere the planet concerning gambling cards. typically nvidia cards have hassle in UNIX. therefore x-swat team is managing and create offered Nvidia drivers for Ubuntu users. Whenever Nvidia unleash new drivers x-swat team additionally update their drivers on their ppa and doing nice job for UNIX users.
Nvidia Ubuntu
List of Supported GPUs by these drivers:

    GeForce GTS 450, GeForce GT 415M, GeForce GT 425M, GeForce GT 420M, GeForce GT 435M, GeForce GT 630M, GeForce GT 610, GeForce GT 630, GeForce GT 640, GeForce GT 645, GeForce GT 415, GeForce GT 620, GeForce 605, GeForce 610M, GeForce GT 620M, GeForce GT 635M, GeForce GT 640M, GeForce GT 640M autoimmune disease, GeForce GT 650M
    GeForce GTX 680, GeForce GTX 460M, GeForce GTX 670, GeForce GTX 660M, GeForce GTX 670M, GeForce GTX 675M, GeForce 8800 GTX, GeForce GTX 555, GeForce GTX 560 SE, GeForce GTX 460 v2, GeForce GTX 680M, GeForce GTX 660 Ti
    Quadro 2000, Quadro 600, Quadro K1000M, Quadro K2000M, Quadro K5000, Quadro K5000M, Quadro K4000M, Quadro K3000M, Quadro FX 4600, Quadro FX 5600, Tesla K10
    NVS 510, NVS 5400M, NVS 310
     GeForce 8800 GTS, GeForce 8800 immoderate
    GeForce 6, 7, 8, 9, 200, 300, four hundred & five hundred series cards
    and more .........


Check out Latest Nvidia Drivers Collection
Before Install latest drivers create a backup of your operating drivers.

For Ubuntu 12.10
To Install Nvidia card drivers on Ubuntu twelve.10 amount open Terminal (Press Ctrl+Alt+T) and duplicate the subsequent commands within the Terminal:

  •         sudo apt-get install linux-source
  •         sudo apt-get install linux
  •         sudo apt-add-repository ppa:noobslab/nvidia-quantal
  •         sudo apt-get update
  •         sudo apt-get install nvidia-current

For Ubuntu 12.04/11.10
To Install/Update Nvidia card drivers open Terminal (Press Ctrl+Alt+T) and duplicate the subsequent commands within the Terminal:

  •         sudo apt-get install linux-source
  •         sudo apt-get install linux
  •         sudo apt-add-repository ppa:ubuntu-x-swat/x-updates
  •         sudo apt-get update
  •         sudo apt-get install nvidia-current

2 comments:

  1. I was having issues getting the nvidia drivers to work properly on my W520 and I gound this and another article on it.

    Combining the two I got them to work what I had to do PRIOR to doign what you said was the following-

    sudo apt-get install linux-source
    sudo apt-get install linux (this is for the headers)

    then I ran your 3 commands and rebooted and everything worked grand.

    ReplyDelete
  2. I was having this problem with a quadro 600 card, and like Chris tried everything I could find to no avail.

    After I used the commands below then restarted, everything looks great.

    THANKS!!

    sudo apt-get install linux-source
    sudo apt-get install linux
    sudo apt-add-repository ppa:noobslab/nvidia-quantal
    sudo apt-get update
    sudo apt-get install nvidia-current

    ReplyDelete