Archives For November 30, 1999

Nvidia DriverHave an old graphics card that is no longer supported in the regular NVIDIA Unified Graphics Driver? Well, here’s how to install the Legacy Driver which supports the old Nvidia GPUs.

The Nvidia Legacy Drives support the old GPUs that are no longer supported in the regular NVIDIA Unified UNIX Graphics Driver. It will be updated periodically to add support for new versions of Linux system components (e.g., new Linux kernels, new versions of the X server, etc).

The Linux 304.* legacy driver series is the last to support the NV4x and G7x GPUs and motherboard chipsets based on them. Support for new Linux kernels and X servers, as well as fixes for critical bugs, will be included in 304.* legacy releases through the end of 2017. See the full list of supported GPUs.

Install / Upgrade NVIDIA 304.108

So far, the latest is 304.108 and it’s available for downloading at the official links below:

NVIDIA Legacy Driver 304.108 for 32-bit Linux

NVIDIA Legacy Driver 304.108 for 64-bit Linux

You may check you system type (32-bit or 64-bit) by System Settings -> Details.

To install it in Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04 and Linux Mint, you have to press Ctrl+Alt+F1 to switch to command console. Login with your username and password. When you’re in, follow below steps:

1.) Stop graphical session. For the default Unity Desktop, run below command to stop it.

sudo stop lightdm

2.) Give executable permission for your downloaded package.

chmod a+x ~/Downloads/NVIDIA-Linux-*-304.108.run

3.) Run the installer and follow the on screen prompts to start installing Nvidia Driver:

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

4.) Restart your computer via below command:

sudo reboot

If for some reason the new drivers do not work properly, run below commands in Ctrl+Alt+F1 command console to remove Nvidia Driver:

sudo stop lightdm

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

sudo restart

Nvidia has released the new display driver 325.15 (certified) for Linux. It’s easy to install or upgrade in Ubuntu 13.04 Raring, Ubuntu 12.04 Precise, Ubuntu 12.10 Quantal and Linux Mint.

Nvidia driver 325.15 supports new GPUs: GRID K340, GRID K350, NVS 315, Quadro K500M (full list of supported GPUs). It brings a lots of bug fixes and some improvements.

  • Changed the default PCIe interrupt delivery method from virtual-wire to MSI. Note that if the NVIDIA Linux driver fails to initialize with an error indicating that it is not receiving interrupts, MSI can be disabled by setting the module parameter “NVreg_EnableMSI=0” when loading the NVIDIA kernel module.
  • Removed support for Linux 2.4 kernels. The NVIDIA Linux driver now requires Linux 2.6.9 or later.
  • Improved the rendering performance of complex gradients.
  • Added support for configuring SLI Mosaic and Base Mosaic in the “X Server Display Configuration” page of nvidia-settings.
  • Updated nvidia-installer to look for the following files:
    /usr/lib/nvidia/alternate-install-available
    /usr/lib/nvidia/alternate-install-present

    These files may be provided by NVIDIA driver installers other than the official .run package maintained by NVIDIA, to alert nvidia-installer to the presence or availability of an alternative installation method. See the nvidia-installer(1) manual page for more information.
  • Generate a BadMatch error when applications attempt to create GLX pixmaps using glXCreatePixmap() or glXCreateGLXPixmapWithConfigSGIX() and the pixmap’s depth doesn’t match that of the specified GLXFBConfig.
  • Updated nvidia-settings to explicitly specify the direction of rotation for configuring per-display rotation configuration
  • Honor a GPU UUID as the GPU qualifier for X configuration options that allow GPU qualifiers (e.g. “MetaModes”).
  • Report GPU UUIDs in the X log when verbose logging is enabled in the X server.
  • Enabled conformant glBlitFrameBuffer() scissor test behavior by default. A driver-provided application profile enables the previous non-conformant behavior for applications that load libcogl, to work around a bug in older versions of libcogl.
  • Install Nvidia Driver 325.15:

    NOTE: Ubuntu by default uses the open source video driver Nouveau for your NVIDIA graphics card, you can enable it from Software & Updates -> Additional Drivers. This may interact better, and you may want to use this rather than NVIDIA’s official package.

    To get started, first download the driver from the Nvidia website. Here’s the link:

    Download Nvidia 325.15 for 32-bit Linux

    Download Nvidia 325.15 for 64-bit Linux

    You may check you system type (32-bit or 64-bit) by System Settings -> Details.

    To install it, you have to press Ctrl+Alt+F1 to switch to command console. Login with your username and password. When you’re in, follow below steps:

    1.) Stop graphical session:

    sudo stop lightdm

    2.) Give executable permission for your downloaded package:

    chmod a+x ~/Downloads/NVIDIA-Linux-*-325.15.run

    3.) Run the installer and follow the on screen prompts to start installing Nvidia Driver:

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

    4.) Restart your computer via below command:

    sudo restart

    If for some reason the new drivers do not work properly, run below commands in Ctrl+Alt+F1 command console to remove Nvidia Driver:

    sudo stop lightdm
    
    sudo ~/Downloads/NVIDIA-Linux-*-325.15.run --uninstall
    
    sudo restart

    Enjoy!