AMD Super Resolution On Linux

I came upon a Reddit thread about AMD's FSR and RSR on Linux, and I decided to dig down the rabbit hole. Surprisingly, it is easier than I think.

This guide relies on Wayland, Mesa, AMDGPU, and Plagman's gamescope for AMD's FSR support.

#linux #gaming #AMD

tldr

  1. Compile gamescope and install
  2. Change launch opts in your game launcher (Steam, MultiMC, etc.)
  3. Validate settings in-game.

What is gamescope?

It is a fork of Valve's steamos-compositor, and has features such as AMD's FSR and custom resolutions. The official repo page is located at: https://github.com/Plagman/gamescope

Prerequisites

  1. Dependencies needed for gamescope. The Wiki already has a great description.

Steps

1. Compile

# clone the repository
git clone https://github.com/Plagman/gamescope
cd gamescope
git submodule update --init
# build the software
meson build/
ninja -C build/

The gamescope executable is located at build/gamescope.

2. Change the launch options

Steam

Go to properties section in your game's right click menu, and add following:

PATH-TO-gamescope -h 768 -H 1080 -f -e -U -- %command% -w 1024 -h 768

launch option I added gamemoderun, it is an app for optimizing game's performance

Other Launchers

For instance, in MultiMC launcher: Multimc launch opts Find a menu like this and add the line described in the image.

3. Validate in game

When the game finished loading, check if the resolution changed in Display, and enable fullscreen to enable FSR.

And that's all. Pretty simple isn't it?



Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

We can't live, work or learn in freedom unless the software we use is free.

Arguing that you don't care about the right to privacy because you have nothing to hide is no different from saying you don't care about free speech because you have nothing to say. – Edward Snowden