Nvidia Driver for Linux 331.38 has been released on January 13 with OpenGL promotion, bug fixes and other improvements. Here’s how to install it in Ubuntu 14.04, Ubuntu 13.10, Ubuntu 12.04 and Linux Mint.
Before getting started, let’s take a look at what’s new in Nvidia 331.38:
nvidia-settings –assign GPULogoBrightness=0
Download & Install Nvidia Driver 331.38
The official installer is available for downloading at this page.
If you’re not sure your system type, press Ctrl+Alt+T to open terminal and run:
uname -m
You can also run below command to download the Nvidia installer:
For 32 bit (x86):
cd && wget us.download.nvidia.com/XFree86/Linux-x86/331.38/NVIDIA-Linux-x86-331.38.run
For 64 bit (x86_64):
cd && wget us.download.nvidia.com/XFree86/Linux-x86_64/331.38/NVIDIA-Linux-x86_64-331.38.run
Now start the installer via below steps:
0. Remove previous proprietary driver if any:
sudo apt-get purge nvidia-current
1. Press Ctrl+Alt+F1 to switch to command console. Login with your username and password.
2. Stop the graphic session by:
sudo service lightdm stop
You may change the lightdm to gdm or mdm if you’re using Ubuntu Gnome or Linux Mint.
3. Make the installer executable:
chmod +x NVIDIA-Linux-*-331.38.run
4. Finally start the installer and follow the on screen prompts:
sudo sh NVIDIA-Linux-*-331.38.run
You may keep the installer file so that you can remove this driver via below command if for some reason this driver does not work properly:
sudo sh NVIDIA-Linux-*-331.38.run --uninstall
You may also add blacklist nouveau to a file in /etc/modprobe.d/ if you get blank screen after installed the new driver.
