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.
THE YEAR OF THE LINUX DESKTOP, LADS! ITS FINALLY HA-
[User has been banned for this post]
A bit more testing, there’s something wierd here.
At ultra graphics I am running around 50 FPS. At low graphics I’m sitting at 60-70 FPS.
I guess there is some frame limiting happening. I have a 3090.
Possible CPU bottleneck. Starfield is very CPU bound, this happens even at CPUs like R7 7800X3D
What resolution are you running at and what CPU do you have? I have a Ryzen 3900x and an Nvidia 3090 and in the Constellation headquarters, I am seeing around 34fps at 4K. I have to lower the render resolution to 55 to make it more responsive.
5600X. I haven’t got that far, only to the first external area. I’ll take a screenshot of my settings.
Ah 1440p. That explains the performance difference. The fact that this game is putting 3090s to shame is saying something.
Congrats! :) have you made a post to protondb yet? If not, feel free to share. People will appreciate it I guess. Have a good one.
I cannot because I’m using library sharing. It’s not in my Steam profile :(
Interesting! Are you sure you need this? If I click on contribute, I get to choose any game I want.
FINALLY. Took them long enough to get a beta release.
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