Categories: Ubuntu

NVIDIA 555.58 Stable Released! GSP Firmware Enabled by Default

NVIDIA announced the first stable release of the 555 series driver for Linux few days ago.

It’s NVIDIA 555.58, the latest new feature branch version. The release now uses GSP firmware by default on all GPUs that support it (e.g., Tesla T4, T10, A100 series).

GSP, stands for GPU System Processor, acts like a CPU embedded into the GPU, it can be used to offload GPU initialization and management tasks. To disable this feature, user can just add NVreg_EnableGpuFirmware=0 kernel parameter to /etc/default/grub config file if boot with Grub2.

The new driver also enabled HDMI 10 bits per component support by default. Though, user can disable it by loading nvidia-modeset with hdmi_deepcolor=0.

The release also improved Wayland support. It now supports linux-drm-syncobj-v1 protocol for providing explicit synchronization in EGL. It also adds immediate presentation mode support to Vulkan Wayland WSI, so it will be less screen tearing.

Other changes in NVIDIA 555.58 include:

  • Raise minimum Kernel requirement from version 3.10 to 4.15
  • Add option to nvidia-installer, allowing to select between the proprietary and open kernel modules if supported.
  • Add support for using EGL instead of GLX as the OpenGL ICD for NvFBC.
  • Removed support for Base Mosaic on GeForce.

There are as well various bug-fixes, see this page for details.

How to Get NVIDIA 555.58

Ubuntu usually builds the latest NVIDIA driver package into the restricted repository, though the latest 555 series in NOT ready at the moment of writing.

Check this page for the package status. Once available, you may launch “Additional Drivers” utility and use it to install and apply the new NVIDIA driver.

If you can’t wait to try out the new driver series, try adding the “Graphics Drivers” team PPA, by running commands in terminal (Ctrl+Alt+T):

sudo add-apt-repository ppa:graphics-drivers/ppa

NOTE: Don’t do it on production machine! It might break things!

To uninstall the PPA, use command to install ppa-purge tool, and purge that PPA:

sudo apt install ppa-purge && sudo ppa-purge ppa:graphics-drivers/ppa

The post NVIDIA 555.58 Stable Released! GSP Firmware Enabled by Default appeared first on Osgrove.

Ubuntu Server Admin

Recent Posts

🚀 Deploy Elastic Stack on Ubuntu VPS (5 Minute Quick-Start Guide)

Here’s the guide to deploy Elastic Stack on Ubuntu VPS, with secure access, HTTPS proxying,…

2 days ago

🚀 Deploy Nagios on Ubuntu VPS

This guide walks through deploying Nagios Core on an Ubuntu VPS, from system prep to…

2 days ago

Shoryuken Has a New Maintainer, and v7.0.0 Is Almost There

After a decade under Pablo Cantero's stewardship, Shoryuken has a new maintainer - me. I'm…

6 days ago

A better way to provision NVIDIA BlueField DPUs at scale with MAAS

MAAS 3.7 has been officially released and it includes a bunch of cool new features.…

2 weeks ago

Ruby Floats: When 2.6x Faster Is Actually Slower (and Then Faster Again)

Update: This article originally concluded that Eisel-Lemire wasn't worth it for Ruby. I was wrong.…

2 weeks ago

MicroCeph: why it’s the superior MinIO alternative (and how to use it)

Recently, the team at MinIO moved the open source project into maintenance mode and will…

2 weeks ago