Nvidia Driver Linux 370.28 (AMD64/EM64T) Display Driver for Linux Systems. Download and install Nvidia 370.28 Linux Video Driver. Nvidia Linux Display Driver 370.28 is released with various fixes and updates. It added the “PixelShiftMode” MetaMode option, enabling support for 4K and 8K pixel shift displays. It also brings the ability to over- and under-clock certain GeForce GPUs in the GeForce GTX 1000 series and later.
Nvidia Linux Display Driver 370.28 Release Highlights
- Fixed undefined symbol references in libnvidia-glcore.so.
- Fixed a potential hang in Vulkan applications such as vkQuake and DOTA2 that use vkFences for present synchronization.
- Fixed a bug that caused the driver to not set HDMI YUV 420 4K modes correctly on some TVs, such as the VIZIO D40u-D1.
- Updated CurrentMetaMode reporting via the NV-CONTROL API to reflect whether ForceCompositionPipeline or ForceFullCompositionPipeline are set in the current MetaMode.
- 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.
- Implemented initial support for PRIME Synchronization to synchronize flipping between an NVIDIA PRIME display source and a separate PRIME display sink. This support is experimental and currently requires a prerelease X.org X server.
- 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. See the README for details.
Install Nvidia Linux Display Driver 370.28 on Ubuntu
Run the following commands in Terminal to install Nvidia Linux Display Driver 370.28 on Ubuntu 16.04, Ubuntu 15.04, Ubuntu 14.04 and other Ubuntu Derivatives:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-370 nvidia-settings
Please update the system after the installation of Linux Driver:
sudo apt-get update
sudo apt-get upgrade