I am pretty new to Linux as a whole can you explain it in more detail.
I don’t have the packages I listed above installed yet forgot to mention.
Because of the mismatch in versions I don’t know how I should update the NVIDIA drivers to either the cuda or the default above.
Is there maybe any documentation I can look at for installing the newer drivers?
Just so you know.
My current Nvidia packages are:
nvidia-compute-G06
nvidia-compute-G06-32bit
nvidia-compute-utils-G06
nvidia-driver-G06-kmp-default
nvidia-drivers-G06
nvidia-gl-G06
nvidia-gl-G06-32bit
nvidia-utils-G06
nvidia-video-G06
nvidia-video-G06-32bit
Just some more information for if it helps
From Nvidia settings
NVIDIA Driver Version: 550.100
NVML Version: 12.550.100
@Excalidrake Those are from the Nvidia repository…
zypper se -is nvidia*
That will show what rpm versions and the repository they are from.
You would need to uninstall all of those, remove the Nvidia repository service zypper rm openSUSE-repos-Tumbleweed-NVIDIA, add a lock zypper al opensuse-*-NVIDIA and install the open driver and firmware from the OSS repository for your requirements shown with zypper se -s nvidia-open kernel-firmware-nvidia-*
Nvidia open drivers are available only for newer chips:
For older GPUs from the Maxwell, Pascal, or Volta architectures, the open-source GPU kernel modules are not compatible with your platform. Continue to use the NVIDIA proprietary driver.
I’m using an older computer because I mishandled the lock on the kernel on my main machine. The link above seems to say I can update the driver to make kernel 6.10 finally work. The command for openSUSE has bracketed text at the end of the command.
Blockquote
zypper install nvidia-open{-azure,-64k}
Blockquote
or alternatively
Blockquote
zypper install nvidia-open-560{-azure,-64k}
Blockquote
Do I need that extra text? If so, how do I determine which one?
As background, I locked the kernel to preserve 6.9 but unlocked 6.10 to see if driver updates fixed the problem. I didn’t realize that would make 6.9 disappear. Barring any other solution for the driver, can I get that kernel back? Also, on my dual monitor setup, the hdmi monitor was blank and the vga worked but was not adjustable.