this post was submitted on 17 Oct 2023
27 points (82.9% liked)

Linux Gaming

15300 readers
10 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.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
 

Just tested on Arch, installed nvidia-beta

Was using GE-Proton8-17

Got to the first open area. No missing textures, graphical glitches, nada. Seems to be running well, but didn't have FPS counter visible to see.

you are viewing a single comment's thread
view the rest of the comments
[–] Molecular0079 1 points 1 year ago* (last edited 1 year ago) (1 children)

Are you able to get Wayland working? I tried it and I kept getting kwin_wayland_drm: Atomic modeset commit failed! Cannot allocate memory messages in journalctl.

EDIT: You have to pass in fbdev=1 to the nvidia_drm module. This will disable simpledrm which was causing the issue. I now have this in my modprobe.d:

options nvidia_drm modeset=1 fbdev=1
[–] [email protected] 2 points 1 year ago

Have not tried Wayland, last I checked there were issues with Nvidia so I haven't switched from X yet