The latest version of Nvidia Graphics driver for Linux which is Nvidia 346.47
has been released and is available for download. It comes with
plenty of fixes and changes. This article will guide you to install
Nvidia 346.47 in Ubuntu and Linux Mint systems.
Fixes
- Added support for the following GPUs:
- Fixed a bug that could cause rendering corruption in GLX clients using PBOs and/or VBOs when using GLX indirect rendering.
- Fixed a bug that caused Xinerama layouts which included X screens with 'Option "UseDisplayDevice" "none"' to be represented incorrectly in the nvidia-settings control panel.
- Fixed a bug that could cause glXSwapBuffer() to block for longer than necessary in multi-threaded GLX applications using the GLX_NV_delay_before_swap extension.
- Fixed a bug that caused OpenGL applications using the NV_path_rendering extension to crash after a modeswitch event.
- Fixed a bug that caused DisplayPort audio to stop working after monitors are hotplugged.
- Quadro K620M
Quadro K2200M
GeForce GTX 965M
Installation
sudo apt-get purge nvidia*
End the graphic session with the appropriate command from the list of commands given below:# For Ubuntu LightDM [DEFAULT]
sudo service lightdm stop
#For Gnome GDM
sudo service gdm stop
#For Linux Mint MDM
sudo service mdm stop
Download the appropriate driver from the source. Here are the download links:
Make the installer file executable.
Make the installer file executable.
chmod +x ~/Downloads/NVIDIA-Linux-*-346.47.run
Run the executable installer file.sudo sh ~/Downloads/NVIDIA-Linux-*-346.47.run
This will start the installation process. Follow the on-screen instructions to complete the process.
Note : Do
not delete the installer file. It will be needed while
removing/uninstalling the Nvidia 346.47 driver if it fails to work
properly.
To uninstall,
To uninstall,
sudo sh ~/Downloads/NVIDIA-Linux-*-346.47.run --uninstall
0 comments:
Post a comment