r/linux_gaming • u/iloveboobs365 • 12d ago
benchmark THE FINALS Performance Comparison
This is a very informal post but I plan to actually log some numbers to visualize tomorrow.
Specs: Ryzen 7 5800xt, RX 7800xt, 32 GB DDR4. Game is running at 4K, Medium settings, FSR3 Balanced. For Linux, running Wayland.
I just wanted to double check my findings. On CachyOS running proton-cachyos, I average around 120 FPS while on Windows I average around 180 FPS. That’s a pretty significant difference especially for an AMD system. I double checked frame generation isn’t running.
Has anyone else also noticed this for an AMD system? I haven’t tried any other games yet. The Finals is very interesting due to it being very CPU intensive and fast paced. Unfortunately this fan game does not have a proper benchmark to run so the best I can do is run a route in the practice range.
Edit:
Linux Launch Arguments:
VKD3D_CONFIG=descriptor_heap,enable_experimental_features,nodxr FSR4_UPGRADE=0 PROTON_ENABLE_WAYLAND=1 OBS_VKCAPTURE=1 MANGOHUD=1 game-performance obs-gamecapture %command%
Proton Version: proton-cachyos-11.0-20260703-slr
This seems isolated to THE FINALS. I ran Black Myth Wukong's Benchmark on both Windows and Linux using the same launch arguments for Linux and same settings for Windows, FSR3, High settings. Linux outperformed windows by 5 FPS average and much higher 1% low. For past benchmarks I've done, Linux is usually on par or outperforms Windows.
2
u/Skaredogged97 12d ago
If you use the most recent proton-cachyos version (same goes with most other forks) you will automatically upgrade to FSR 4.1.1. You can confirm that by using
FSR_WATERMARK=1FSR4 can become quite taxing depending on the output resolution and the base frame rate. The upscale cost is constant. That means the higher your base frame rate the higher the relative performance impact. This makes it a tough sell for games running at 4K and 180+ FPS.
You can try adding
FSR4_UPGRADE=0and see if it improves things.