this post was submitted on 28 Apr 2025
14 points (93.8% liked)
Linux Gaming
18212 readers
113 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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
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 withnvidia-utils
andlib32-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 runnvidia
ornvidia-dkms
.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.