Archives For November 30, 1999

Nvidia ubuntu 14.04

The latest proprietary driver Nvidia 331.79 for Linux has been announced. According to the changlog, the new release only fixed below bugs:

  • Fixed a bug that caused nvidia-installer to crash in environments where /proc is not mounted.
  • Fixed a bug that prevented module signing from working correctly for the NVIDIA Unified Memory kernel module when using module signing keys generated by nvidia-installer.
  • Fixed a bug that caused blank screens and flickering when rotating displays in a Base Mosaic layout.
  • Fixed a bug that caused BadRRCrtc or BadRROutput errors for big-endian X11 clients making certain XRandR requests.
  • Fixed a bug that corrupted certain software rendering, notably the stippled text used to represent disabled entries in xterm’s pop-up menus.

Below is how to install this driver in Ubuntu 14.04 or Ubuntu 12.04:

1. It’s recommended to remove previous installed proprietary driver and install the latest updates-dev package before getting started.

To do that, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run the commands below one by one:

sudo apt-get purge nvidia*

sudo apt-get update

sudo apt-get install nvidia-331-updates-dev

2. Restart your computer.

3. Download the official Nvidia packages: 32 bit Linux | 64 bit Linux | 32 bit ARM

4. Press Ctrl+Alt+F1 (or F2 ~ F6) on keyboard to switch to command console and login.

5. Stop the graphical session:

sudo service lightdm stop

For Gnome GDM or Linux Mint MDM, you may replace lightdm with gdm or mdm in the command.

6. Now give executable permission and run the official package to start installing Nvidia 331.79:

chmod +x ~/Downloads/NVIDIA-Linux-*-331.79.run && sudo sh ~/Downloads/NVIDIA-Linux-*-331.79.run

Tips:You may keep the installer file so that you can remove this driver via below command if for some reason it does not work properly:

sudo sh ~/Downloads/NVIDIA-Linux-*-331.79.run --uninstall

Nvidia Driver 319.60

The Latest Long Lived Nvidia Driver 319.60 has been released with bug fixes and GeForce GTX 760 Ti OEM supported. Here’s how to install it in Ubuntu 13.10 Saucy, Ubuntu 13.04 Raring, Ubuntu 12.04 Precise, and Linux Mint.

What’s new in Nvidia 319.60:

  • Added support for the GPU GeForce GTX 760 Ti OEM
  • Fixed a bug that could cause OpenGL applications to crash during the initialization of new threads.
  • Fixed a bug that caused the GPU and Memory clock frequencies for some PowerMizer performance levels on Kepler boards to be reported incorrectly in the nvidia-settings control panel.
  • Fixed a bug that caused the X server to fail to start on certain laptops when the boot display was on an external DisplayPort monitor, for example if the laptop was booted while the lid was closed.

Download & Install Nvidia 319.60:

NOTE: If you’ve already installed an old version of NVIDIA proprietary driver on your machine, remove it before getting started (see step 5).

1. Download the driver:

Nvidia driver 319.60 for Linux 32-bit

Nvidia driver 319.60 for Linux 64-bit

2. Once downloaded, open your file browser and navigate to the downloads page. Right-click on the package and go to its Properties window. Under Permissions tab, check the box where is says “allow executing file as program”

give permission nvidia 319.60

3. Press Ctrl+Alt+F1 to switch to TTY1 command console. Log in with your username and password. When you’re in, you need to run command to stop the graphic session (For Linux Mint or Gnome, change lighdm to mdm or gdm):

sudo stop lightdm

4. Start the installer and follow the on screen prompts:

sudo sh ~/Downloads/NVIDIA-Linux-*-319.60.run

When done, restart your computer by command sudo reboot.

5. (Optional) If for some reason the new drivers do not work properly, re-do step 3. and then uninstall the driver via:

sudo ~/Downloads/NVIDIA-Linux-*-319.60.run --uninstall

Enjoy!