Overview
VSync makes this game stutter on Linux. Here’s how to turn it off.
Foreword
Here’s how to turn off VSync/fix stutter on Linux/Steam Play/Proton/Wine
The VSync Implementation in this game is really… strange. It seems to flip on and off every single second. This caused tremendous stuttering for me despite showing good FPS. It is often recommended to force it off for this game. On Windows you can just do this in NVIDIA control panel for example.
But on Linux it’s just a tiny bit more obscure.
The guide
1. Right click on EDF 4.1 in your library -> Properties -> Local Files -> Browse Local Files…
2. Right there in your EDF 4.1 folder, create a file called:
dxvk.conf
3. open it with any text editor (just click on it, I guess).
4. Add the single line:
dxgi.syncInterval = 0
5. Save and close the file.
VSync should be off and stutter should be fixed now.
Enjoy.
Thanks to
This answer on the wine reddit:
How to force vsync off in Linux? (nvidia, dxvk) from wine_gaming