Quantcast
Channel: LinuxG.net
Viewing all articles
Browse latest Browse all 2249

How To Install The Nvidia 337.25 Drivers On Linux Systems

$
0
0

Hello Linux Geeksters. As you may know, the NVIDIA 337.25 drivers for Linux have been recently released, coming with support for new GPUs (GeForce GTX TITAN Z, GeForce GT 740, GeForce 830M, GeForce 840M, GeForce 845M, and GeForce GTX 850M) and bug-fixes. For more information about this release, see the changelog.

how to install the Nvidia 337.25 drivers on the most popular Linux systems, including: Ubuntu, Linux Mint, Elementary OS, Debian, Fedora, CentOS, OpenSUSE, Mageia and OpenMandriva.

In this article I will show you how to install the Nvidia 337.25 drivers on the most popular Linux systems, including: Ubuntu, Linux Mint, Elementary OS, Debian, Fedora, CentOS, OpenSUSE, Mageia and OpenMandriva.

Because the drivers are not available via any repository, we have to download the binary files from the official site:

For 32 bit systems:

$ wget us.download.nvidia.com/XFree86/Linux-x86/337.25/NVIDIA-Linux-x86-337.25.run

For 64 bit systems:

$ wget us.download.nvidia.com/XFree86/Linux-x86_64/337.25/NVIDIA-Linux-x86_64-337.25.run

Set execution permissions:

$ sudo chmod +x NVIDIA-Linux-*-337.25.run

Kill the display manager, which can either be: kdm for KDE, gdm for Gnome, lightdm for LXDE and XFCE (i think), mdm (for Linux Mint):

$ sudo /etc/init.d/kdm stop
OR:
$ sudo /etc/init.d/gdm stop
OR:
$ sudo /etc/init.d/lightdm stop
OR:
$ sudo /etc/init.d/mdm stop

And finally, run the Nvidia binary file:

$ sudo ./NVIDIA-Linux-*-337.25.run

Share and Enjoy

TwitterFacebookGoogle PlusEmailRSS

Viewing all articles
Browse latest Browse all 2249

Latest Images

Trending Articles



Latest Images