Move to Linux
Browse guides

openSUSE Leap

NVIDIA

Install NVIDIA graphics drivers on openSUSE Leap with Zypper.

SUSE engineers work with NVIDIA to provide driver packages for openSUSE.

Add the NVIDIA software source

This package sets up NVIDIA’s software source for openSUSE Leap:

sh
sudo zypper install openSUSE-repos-Leap-NVIDIA

Install the driver

NVIDIA Open supports GTX 16 and RTX 20, 30, 40 and 50 series cards.

For older cards or replacing an existing NVIDIA driver, follow the openSUSE NVIDIA guide (opens in a new tab).

Refresh the software sources, then install the driver:

sh
sudo zypper refresh
sudo zypper install nvidia-open-driver-G07-signed-kmp-meta

Restart your computer

Once installation finishes, restart your computer:

sh
sudo reboot

If Secure Boot shows a blue key-enrolment screen, choose Enroll MOK and follow the password instructions given during installation. Use your root password if requested.

If the driver won’t load, follow the openSUSE NVIDIA guide (opens in a new tab).

Last updated