Tuesday, September 25, 2012

Install Nvidia Driver 304.51 On Ubuntu 12.10/12.04/Linux Mint 13



Nvidia Driver 304.51 for Linux is now available for download from the Nvidia website which brings more bug fixes, improvements and long support until 2017. The driver adds support for Quadro Sync board for Quadro Kepler GPUs. Here are the full changes in this latest release:


Fixed an X server crash on X.Org xserver 1.13 when it is compiled without support for DRI2.
Fixed a regression that broke color controls on older X servers.
Fixed a bug that sometimes caused the display layout area of the nvidia-settings control panel to be laid out incorrectly.
Fixed a bug that prevented panning from working correctly after a modeswitch on some X servers with support for cursor constraining.
Gamma ramp and colormap adjustments now apply correctly when screen transformations such as rotation and keystone correction are in use.
Fixed RandR per-CRTC gamma persistence across modeswitches and VT-switches.
Fixed a bug that caused the X server to sometimes hang in response to input events.
Fixed a reduction in rendering performance for core X11 rendering on certain GPUs that occurred in the 290.series of releases.
Fixed a bug that prevented PowerMizer from working correctly on some boards with GDDR5 memory, such as some GeForce GT 240 SKUs.
Fixed a bug that caused OpenGL applications to not animate properly when a rotation or a transformation was applied on some older X server versions.
Enabled FXAA with Unified Back Buffers.
Fixed a bug that prevented the "Reset Hardware Defaults" button in the Display Settings page of nvidia-settings from being activated.

Driver Installation

   1. Automatic Installation (PPA Installation)

To install Nvidia Driver 304.51 from PPA, open the terminal and run the following commands for Ubuntu 12.10/12.04/11.10 or Linux Mint 13/12:

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

   2. Manual Installation 

If you want to install Nvidia Driver 304.51 manually from *.run files, you can simply follow these instructions for both i386 or amd64 platforms:

- Press CTRL+ALT+F1 and enter your login credentials.

- Kill now the Xserver with this command:

sudo service lightdm stop

- Install now the driver with these commands:

cd /tmp

wget -c  http://dl.dropbox.com/u/47950494/upubuntu.com/nvidia-304-51

chmod +x nvidia-304-51

sudo sh nvidia-304-51

Then follow setup instructions. If the driver is well installed, you can exit Xserver and return to GUI mode with this command:

startx

Finally, reboot your system to apply the new changes. If you find problems installing the Nvidia drivers using these methods, you can try to install it using Recovery Mode as described here.

No comments:

Post a Comment