Using the wrong graphics GPU

Hey all, I recently updated my Nvidia drivers to 560.35.03 running an Nvidia 3070ti, and Lutris now tries to run games using ‘llvmpipe’ as shown in MangoHud, and I get like 1 fps. Steam is working fine, just Lutris appears to be impacted. I tried rolling back to 555 which seems to work fine.

https://paste.centos.org/view/02231bc1

$ MESA_VK_DEVICE_SELECT=list vulkaninfo
selectable devices:
GPU 0: 10de:2482 “NVIDIA GeForce RTX 3070 Ti” discrete GPU
GPU 1: 10005:0 “llvmpipe (LLVM 18.1.6, 256 bits)” CPU

It’s worth noting that my CPU does not have an iGPU at all.

This appears to only be affecting dxvk games

Many people having issues with 560 at the moment, including some bugs (buffering when using webgtk for example,) the stock advice right now is to stick with 550/535, depending on your GPU.

So, as it turns out - I use firejail to block network access. But firejail was also blocking access to the filesystem where the nvidia drivers etc were located. So removing that fixed it up. Cheers.