How to install close source driver for nvidia rtx 4060 by zypper

my os: leap 15.5

thanks

https://en.opensuse.org/SDB:NVIDIA_drivers

my card is rtx 4060, which driver I should install?

thanks

It is explained in the SDB: G06
https://en.opensuse.org/SDB:NVIDIA_drivers#Determination_of_driver_version

Read the wiki and use the automated installation method. No need to understand the proper driver version:

  1. zypper addrepo --refresh 'https://download.nvidia.com/opensuse/leap/$releasever' NVIDIA

  2. zypper install-new-recommends --repo NVIDIA

Just a side note, user may be interested in the open source driver… https://sndirsch.github.io/nvidia/2022/06/07/nvidia-opengpu.html

thanks a lot