Nvidia-installer-dmks with 390xx

:astonished:
Okā€¦so now itā€™s working!
Well, trying what you said I got to this prior point:

Bumblebee status: Error (3.2.1): [XORG] (EE) NVIDIA: Use the -ignoreABI option to override this check.

Then I went to the link posted by @ricklinux regarding the same issue and I added this two things in /etc/bumblebee/xorg.conf.nvidia

  • Add in the Section ā€œDeviceā€ zone, the follow lines:
Section "Device"
    ...
    BusID "PCI:01:00:0"
    Option "AllowExternalGpus" "true"  # If the GPU is external
    ...
EndSection
  • And at the end of the file, add the follow section:
Section "ServerFlags"
        Option "IgnoreABI" "1"
EndSection

And now itā€™s working!

Do you think optimus-manager or other tool could work with the legacy drivers so I can switch easily between both cards?

2 Likes