
urioTV
Published
gamemoderun %command%
Game has terrible performance. I have 30 fps on RX7900m. I didn't notice anyone talk about it so it might be a problem with RX 7000 series or my specific GPU.
PROTON_HIDE_NVIDIA_GPU=0 PROTON_ENABLE_NVAPI=1 VKD3D_CONFIG=dxr11 VKD3D_FEATURE_LEVEL=12_1 PROTON_ENABLE_NGX_UPDATER=1 gamemoderun %command% -nologos
Game is not working under Proton 8. It can be Proton Experimental, GE-Proton or just Proton 8 game just won't start. Also game is not working under DX12 no matter which Proton version. After driver update DLSS stopped working too.
SDL_VIDEODRIVER=x11 MANGOHUD_CONFIG=fps_limit=90,no_display gamescope -h 1200 -w 1920 -H 1200 -W 1920 -ef -- mangohud %command%
Disable fullscreen in config file if it is enabled by default.
Run borderless window
AMD 7000 series GPU problem
For some reason gamescope cannot limit fps for this game. You need to use mangohud for that.
Interestingly, I couldn't be able to run this game on Windows. On Linux with minor tweaks it works like a charm.
taskset -c 0-7 gamescope -h 1080 -H 1080 -r 60 -f %command%
Running with Gamescope fixed the problem
You should limit your FPS to 60 via DXVK or Gamescope. Also you should limit CPU threads to 8(7 counting from 0).
gamemoderun %command%
Game works perfectly. Max settings 60 fps with FSR 3 FG 120 fps. I have pretty powerful laptop so I don't know how would it work on more average hardware.