this post was submitted on 28 Apr 2025
14 points (93.8% liked)

Linux Gaming

18170 readers
327 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

I updated my nvidia driver to 570 and now some games that worked fine previously present the error: direct x 12 is unsupported on this computer.

I see lots of others having this same issue but no solutions.

Has anybody figured out a fix?

I'm on Fedora so there doesn't seem to be any straightforward way to rollback the driver.

top 3 comments
sorted by: hot top controversial new old
[–] chirospasm@lemmy.ml 5 points 2 days ago* (last edited 2 days ago) (2 children)

I remember reading somewhere that drivers beyond 550* may have some issues with linux right now. I might consider rolling them back to a version that was already working.

*Citation needed, but it was a lower version than what is currently the latest available

[–] Willem@kutsuya.dev 8 points 2 days ago* (last edited 2 days ago)

550+ has Explicit Sync, which indeed causes a variety of issues still. Newer versions does bring things like multi monitor VRR, increased performance in VR and Wayland hardware cursors (and probably more).

DX12 support is usually handled through VKD3D, which has an open issue on the latest Nvidia driver. The ticket suggests you have to run at least Kernel version 6.9.3.

Rolling back the driver version would probably be through downgrade together with nvidia-utils and lib32-nvidia-utils, you can chain them in one command to satisfy the dependency resolver. e.g. sudo downgrade nvidia nvidia-utils lib32-nvidia-utils. Make sure to check if you run nvidia or nvidia-dkms.

[–] brownmustardminion@lemmy.ml 2 points 1 day ago

That's what I was hoping to do but it's really difficult on Fedora for some reason.

Arch and Ubuntu you can specify the driver version, but the Fedora method is dnf install akmod-nvidia with no other available options (unless you want legacy drivers for really old hardware).

To my further frustration, any amount of searching just leads to a ton of AI generated slop articles.