Linux x64 (AMD64/EM64T) Display Driver for Linux Ubuntu. Here’s how to install Nvidia Linux Display Driver 370.23 Beta on Ubuntu Linux Systems. The latest Nvidia Driver 370.23 Beta has been released with the following features:
- Added the ability to over- and under-clock certain GeForce GPUs in the GeForce GTX 1000 series and later. For GPUs that allow it, an offset can be applied to clock values in some clock domains of all performance levels. This clock manipulation is done at the user’s own risk. See the README documentation of the “CoolBits” X configuration option for more details.
- Fixed a bug that prevented Vulkan applications from presenting from multiple queues to the same X11 swapchain.
- Added the “PixelShiftMode” MetaMode option, enabling support for 4K and 8K pixel shift displays
Install Nvidia 370.23 Graphics Driver
Run the following commands in Terminal to install Nvidia 370.23 Graphics Driver on Linux Ubuntu Systems:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo apt-get install nvidia-370 nvidia-settings
Once the Nvidia 370.23 Graphics Driver is installed, please restart the system.
If you wish to uninstall and remove the Nvidia 370.23 Graphics Driver, run the commands given below:
sudo apt purge nvidia-*
sudo apt-get update
sudo apt-get upgrade
sudo reboot