Zypper installed NVidia driver GO7 when it's never been selected

In the latest update 20251210 I noticed zypper installed nvidia-open-driver-G07-signed-kmp-default

  1. I have never used any repository for Nvidia drivers or installed one
  2. My card is too old (750ti) for open drivers
  3. G07 (590 driver) doesn’t support my legacy card (Maxwell chip)
  4. I install the hard way from the .run file

Did anyone else notice this? I don’t see any bugreports on it. If not I guess I’ll just call it a glitch in the matrix and see if it happens on the next update.

Good news: Nvidia has a new run file out in the 580 series
NVIDIA-Linux-x86_64-580.119.02.run … XFCE taskbar panel didn’t like it (or the DUP) but that’s a whole nother can-o-bugs … KDE-X11 is working fine

Same problem here with the same card. But I had installed via Nvidia repo and zypper.
And because I had blacklisted nouveau, I ended up with neither Nvidia nor nouveau loading…

So it removed your G06 driver from the Nvidia repo and installed G07 from OpenSUSE?

Good question :slight_smile: I need to understand what happened exactly I haven’t done that yet.

Well it seems like that rpm thinks it’s very important … would be nice to know if both G06 and G07 are installed or G06 was replaced … bedtime for me … I’ll check bug reports in the morning

Looks like there is no nvidia-open-driver-G07-signed-kmp-metawhich should filter the supported chips, like you would see for the proprietary driver for your card:

LT-B:~ # zypper info --supplements nvidia-driver-G06-kmp-meta | grep pci:v000010DEd00001380
    (kernel-default and namespace:modalias(pci:v000010DEd00001380sv*sd*bc03sc0[02]i00*))
    (kernel-longterm and namespace:modalias(pci:v000010DEd00001380sv*sd*bc03sc0[02]i00*))
LT-B:~ #

To see the actual device ID you can check e.g.

LT-B:~ # lspci -nnk|grep 10de:
01:00.0 3D controller [0302]: NVIDIA Corporation GM107M [GeForce GTX 960M] [10de:139b] (rev a2)
LT-B:~ #

I think a bug report is in order. Meanwhile you can simply uninstall and lock the G07 packages.

EDIT: and the open G06 of course doesn’t list your card:

LT-B:~ # zypper info --supplements nvidia-open-driver-G06-signed-kmp-meta | grep pci:v000010DEd00001380
LT-B:~ #

Which does not answer why it is being installed at all.

andrei@tumbleweed:~> zypper se --requires-pkg -x nvidia-open-driver-G07-signed-kmp-default
Loading repository data...
Reading installed packages...
No matching items found.
andrei@tumbleweed:~> zypper se --recommends-pkg -x nvidia-open-driver-G07-signed-kmp-default
Loading repository data...
Reading installed packages...
No matching items found.
andrei@tumbleweed:~> zypper info --supplements nvidia-open-driver-G07-signed-kmp-default
Loading repository data...
Reading installed packages...


Information for package nvidia-open-driver-G07-signed-kmp-default:
------------------------------------------------------------------
Repository     : openSUSE-Tumbleweed-Oss (20251210)
Name           : nvidia-open-driver-G07-signed-kmp-default
Version        : 590.44.01_k6.18.0_2-1.1
...
Supplements    : (kernel-default and nvidia-open-driver-G07-signed)

andrei@tumbleweed:~> zypper se -x nvidia-open-driver-G07-signed
Loading repository data...
Reading installed packages...
No matching items found.
andrei@tumbleweed:~> zypper se --provides -x nvidia-open-driver-G07-signed
Loading repository data...
Reading installed packages...
No matching items found.
andrei@tumbleweed:~>

Created a useraccount at OpenSUSE bugzilla and they said they sent an email to verify but I don’t see it in the inbox or spam folders :woman_shrugging: Guess I’ll just wait a little while and try to verify again if I don’t see it … Meanwhile I did see another similar bug here:

Nvidia broken after dup today 20251210 snapshot

I simply uninstalled G07 immediately after the DUP before I even rebooted and then installed Nvidia drivers “the hard way” like usual … working fine but I’m more concerned with people who use the repository drivers and are wondering why their machine has a blank screen

You can get in with the same username and password used on the Forums, no need for another account. Anyway Stefan Dirsch knows about the problem and a fix is underway apparently.

Good :+1: Hopefully it’ll get sorted soon

Passing by . . . hit this problem probably back at the beginning of the year on my '12 Mac Pro with Nvidia 680??? (aging memory) . . . where the G07 did not “support” my card, and simultaneously it “blacklisted nouveau” . . . had to lock the G06 package in YaSt to keep it from reinstalling the G07 . . . and find the file that contained the two word script “blacklist nouveau” and trash it.

lsmod would show what modules are being used in video . . . . I preferred nouveau because of the problems that showed up running proprietary . . . like “not resuming from suspend” . . . . hours and hours went into dealing with the care and feeding of the Nvidia card. Finally went for a homebuilt in June . . . Ryzen cpu with onboard graphics . . . not as “crispy” rendering as with the Nvidia card, but so far, no headaches for a daily driver . . . .

Can’t say that I’ve ever had that problem(s) but at any rate zypper attempting to install GO7 apparently has been sorted out because it hasn’t happened since … I’m calling this fixed … thanks to Stefan, maintainers and anyone else involved

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.