Hi,
I am using the G06 proprietary nvidia driver from the official repository on openSUSE tumbleweed. My crad (RTX 3070 Ti) is compatible with the G07 driver and i want to switch over. Was is the best way to do it?
Please wait with it. Do not update yet. A small forum search would have shown you that there is an issue with the latest G07 and kernel.
When the issue is fixed:
Changing from G06 to G07 is as simple as deleting G06 and installing the G07 meta package. G06 can be simply uninstalled by searching for the installed packages and deleting/uninstalling them.
A one liner for uninstalling:
rpm -e $(rpm -qa | grep -e ^nvidia -e ^libnvidia | grep -v container)
A one liner for installing:
zypper in nvidia-open-driver-G07-signed-kmp-meta
Thank you. Also for your hint about the current issue! I was aware of that and also am affected by it with my current driver. Currently I always boot into the 6.19 kernel and I was hoping I could do that with the G07 nvidia driver too. But I will wait with the driver change as you suggested.