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.

  • Molecular0079@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    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
    
    • ∟⊔⊤∦∣≶OP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

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