Wanted to make a simple guide on how you can enable FSR4 even if you have an RDNA3 card. AMD is apparently making FSR4 available for RDNA3 cards later this year in July but for now I found this method to work really well.
FSR4 looks so much better than FSR3 and feels so much smoother for some reason. I went from 50-60fps on low settings on Windows 11 to 80-90fps on FSR4 Quality settings. I also tested it on Ubuntu 24.04 and gained some fps improvements as well.
I’ve added some links to try and keep the guide simple and easy to follow, and also to help with navigating GitHub. Make sure you take note of the versions of the tools used for the guide.
Technically you don’t need OptiScaler if you are on Windows 11, you just need the .dll files from the INT8 folder, but I included how to install it anyway if you want it.
Obviously only follow step 2a or 2b depending on whether you on Windows or Linux.
Step 1 - Download OptiScaler for Windows or Linux
- Search for the official OptiScaler page on GitHub
- Download OptiScaler_0.7.9.7z from the releases page (must be the Aug 25 2025 release)
- Extract the folder and copy all the files inside into your Darktide Binaries folder
- Rename OptiScaler.dll to dxgi.dll
- Open OptiScaler.ini and set Fsr4Update=true and ShortcutKey=0x24
- Only if on Linux, set the following launch commands for Darktide in Steam:
PROTON_FSR4_UPGRADE=1 DXIL_SPIRV_CONFIG=wmma_rdna3_workaround Fsr4Update=true WINEDLLOVERRIDES=dxgi=n,b %command%
Step 2a - Enable FSR4 with RDNA3 cards on Windows 11
1. Download the relevant files
- Search for the official AMD-FSR-4-INT8 page on GitHub
- Download FS4.Guide.zip from the release page (this guide uses the Sep 26 2025 release)
- Extract the folder, open the README.md file, and open the Google Drive link at the top
- Download the “SDK 2.0 + FSR4 INT8.rar” folder from that Google Drive page
2 Install the correct files to Darktide
- Extract the new “SDK 2.0 + FSR4 INT8.rar” folder
- Locate and copy the three .dll files inside into your Darktide binaries folder
- Locate the “FSR4 INT8” folder nested inside the “SDK 2.0 + FSR4 INT8.rar” folder
- Copy the single .dll file inside into your Darktide binaries folder
3. Launch Darktide and enable FSR4
- Launch Darktide and go to your in-game menu
- You should have FSR 4.0.2 available now
- Follow Step 3 to configure OptiScaler and confirm everything is working
Step 2b - Enable FSR4 with RDNA3 cards on Linux
1. Install compatible Proton versions
- Search for the official ProtonPlus page on GitHub
- Scroll down the page and click the Get it on FlatHub button
- Once installed, use it to download and install GE-Proton10-27
- Configure Darktide in Steam to use GE-Proton10-27
2. Install mesa 25.2.0 or newer
- Open your Linux terminal and type
sudo apt install mesa-utils - Once it is done, type
glxinfo | grep "Mesa"to check your mesa version - If it reports you have mesa 25.2.0 or newer, skip to step 3
- Otherwise, run the following to install the latest stable release of mesa:
sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt update
sudo apt upgrade
- Restart your computer once it is done and move on to Step 3
Step 3 - Configure OptiScaler
- Launch Darktide and enter the main lobby
- Open your in-game settings and enable FSR3 (or FSR4 if on Windows 11)
- Press the home key to open the OptiScaler menu
- Under the upscalers section, select
FSR 3.X/4and click the change upscaler button - The dropdown under the FFX settings section should then default to
FSR 4.0.2 - The top should read
FSR 4.0.2 | Input: FFX-DX12if everything is working correctly - Optionally enable frame-gen in the game settings, not the OptiScaler menu
Red → mines shows FSR 4.0.2 | Input: FFX-DX12 which confirms my game is using FSR4
Orange → you need to set these options, and make sure you click the change upscaler button
Green → click the save ini button after making changes, or it will reset after the game is closed
Optional - Disable Control Flow Guard on Windows 11
Windows 11 has this thing called Control Flow Guard (CFG) built in to keep your computer memory secure. However it has been causing a lot of stuttering in many games for many players, especially in Darktide. If you feel okay with disabling it, then follow these steps:
- Go to Start and open the Windows Security app
- Click “App & Browser Control” on the left
- Click the “Explot protection settings” link under Exploit Protection
- Set Control flow guard (CFG) to “Off by default”, or disable it only for Darktide under programme settings
- Restart your computer to apply the changes

