Hi, I’m trying to install Linux (OpenSUSE, to be precise) on my other PC and struggling with getting the GPU working properly.

The system has an RTX 3060ti and an i5 6600k. Two displays are connected, one to the dGPU and the other to the iGPU.

First issue was the installer not displaying any graphics, but launching with nomodeset allowed me to work around the issue.

When I booted into the installed system (and after disabling nomodeset), I could only get video out of the iGPU, so I figured it did not install any drivers and searched for official documentation. I found this article and followed the instructions, installing the G06 driver, but it could not load.

I thought that the guide was outdated, so I looked for other drivers, and found the new Open drivers. Following this guide I got them to install and load, but still no graphics, but this time I could restart the display manager and get it to work. I unplugged the display from the iGPU and that seems to have fixed it.

Unfortunately when trying to run a game (I could only try ProjectDiva Megamix+ and another game which I know is unreliable) I couldn’t get dxvk to work, it would always give me a “directx 11 not found” error. The other game I mentioned runs on dx9 and had similar issues, failing to create a graphics context from what I can tell from the logs. The first game runs if I force WineD3D. On my primary PC running OpenSUSE with an RX 9070xt and on my Steam Deck the game works perfectly.

I will try reinstalling everything, in case I screwed up something installing the drivers. What should I do if that doesn’t solve it?

Thanks

Edit: forgot to mention, I’m trying to use OpenSUSE Tumbleweed and after installing the nvidia drivers I installed libvulkan (both the 64 and 32 bit versions)

Edit 2: thanks everyone for the help. I ended up reinstalling with the iGPU disabled and it now seems to work well.

  • _Lory98_@discuss.tchncs.deOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 days ago

    OK first, do you need both iGPU and the Nvidia GPU to be working at the same time?

    Not really, that was just how had it set up for other reasons and never changed it.

    It’s telling that you can’t even get the official Nvidia drivers working. You then “fix” things by removing the cable from the iGPU after having all these problems and installing the Nouveau drives. I think this could be the source of your problems.

    I didn’t install nouveau, it’s also blacklisted. I installed the new nvidia “open” drivers (and libvulkan1) and those do work except for dxvk.

    But yea I think I’m gonna do as you said and re-setup everything with only the nvidia gpu, just to be safe.