Blog Archive

Tuesday, July 14, 2015

NVIDIA DRIVERS Linux x64 (AMD64/EM64T) Display Driver

NVIDIA DRIVERS Linux x64 (AMD64/EM64T) Display Driver:



Install GPU on ubuntu 14.04

Step 1:

http://www.nvidia.com/download/driverresults.aspx/73666/en-us


Reference:
1)
http://www.askmetutorials.com/2014/03/install-uninstall-nvidia-driver-33421.html


In this Tutorial I will tell you how to install the Latest stable version of NVIDIA Graphics driver 334.21 On Ubuntu 13.10 / 13.04 / 12.10 / 12.04 LTS and also LinuxMint 15 / 14 

This Version 334.21 released on 03rd March 2014 released with a fix of 10 bugs and little fixes.and also added support to 4 GPU's
  • GeForce GTX 750 Ti
  • GeForce GTX 750
  • GeForce GTX 745
  • GeForce GTX TITAN Black
Installation steps:

Step 1: Remove the Older version of Nvidia driver before installation
sudo apt-get purge nvidia*
Step 2: Reboot the system

Step 3: Download the Nvidia Driver 334.21

  • For 32bit click HERE
  • For 64 bit click HERE 

Step 4: switch to command prompt and stop the running Graphics session

For Ubuntu
  • sudo service lightdm stop
  • sudo service gdm stop
For LinuxMint
  • sudo mdm stop
Step 4: Give execute permissions to the installer
sudo chmod 755 NVIDIA-Linux-x86_64-334.21.run
Step 5: Install the Nvidia 334.21 driver
sudo ./NVIDIA-Linux-x86_64-334.21.run
After success full installation reboot the system 

For Uninstalltion of Nvidia driver 334.21
sudo   NVIDIA-Linux-x86_64-334.21.run --uninstall

Black screen
http://askubuntu.com/questions/450046/black-screen-with-nvidia-drivers-on-ubuntu

No comments:

Post a Comment