@kilbert885 That GPU can’t run the open driver, only the proprietary one. The latest you can ever use is G06. This one “nvidia-driver-G06-kmp-default-580.142”
I was dealing with Nvidia in Tumbleweed (among other things) yesterday as well.
If I omit the fact that Nvidia in TW is in overall a bit of alchemy, the G06 was broken in terms of version mismatch between kmp and userspace packages, so it wasn’t possible to get installed anyway.
G07 works just fine.
But since it’s Nvidia driver, the default and often updated kernel in TW isn’t a good companion for it.
So I went with the longterm kernel with G07, which should spare me some unnecessary headaches I hope.
Like with everything, once you know how to deal with it, it works. Just as in any other distro, nothing is perfect. And that’s good.
@inf78 Hi and welcome to the Forum
On a kernel update the installed kmp will rebuild, so there should not be an issue. When the driver updates it should also rebuild based on the running kernel. I think (as I don’t use the rpms on Tumbleweed, just the run file) there maybe a potential issue when both update perhaps.
But If you switch to a VT ( as in ctrl+alt+F1), log in as root user, switch to multi-user via systemctl isolate multi-user.target and then force the re-install of the kmp with zypper, zypper in -f <some kmp package> then reboot all should be good.
Yes, I was using the binary Nvidia installer in the past, but not these days.
I don’t know how much Nvidia improved its ability to keep up with newer kernels, but it wasn’t so great in the past where a new kernel made the driver impossible to build at all, hence the longterm kernel. Plus, it spares me kernel updates being downloaded too often. The default kernel must be unistalled, otherwise it will still get updated of course, whether being used for actual boot or not.