Hello Linux Geeksters. As you may know, the NVIDIA 346.47 GPU driver has been released for Linux, FreeBSD and Solaris, bringing support for new GPUs: Quadro K620M, Quadro K2200M, GeForce GTX 965M Maxwell, fixes for GLX issues, and a DisplayPort audio bug after monitor hot-pluging has been removed.

For more information see the changelog.
In this article I will show you how to install the Nvidia 346.47 drivers on the most popular Linux systems, including: Ubuntu, Linux Mint, Elementary OS, Pinguy OS, LXLE, Linux Lite, Deepin, Peppermint, 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/346.47/NVIDIA-Linux-x86-346.47.run
For 64 bit systems:
$ wget us.download.nvidia.com/XFree86/Linux-x86_64/346.47/NVIDIA-Linux-x86_64-346.47.run
Set execution permissions:
$ sudo chmod +x NVIDIA-Linux-*-346.47.run
Kill the display manager, which can either be: kdm for KDE, gdm for Gnome, lightdm for LXDE and XFCE, 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-*-346.47.run