this post was submitted on 28 Feb 2024
15 points (94.1% liked)

Linux Gaming

15797 readers
1 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 5 years ago
MODERATORS
 

On windows when I had NVIDIA I used DSR to be able to select 1440p and 4k in game. Is there something similar where I can render games at higher resolutions and downscale to native? I have an AMD card rx 6700 xt and I'm using Sway (wayland).

you are viewing a single comment's thread
view the rest of the comments
[โ€“] MentalEdge@sopuli.xyz 15 points 1 year ago* (last edited 1 year ago) (5 children)

Yup. Gamescope.

The command to force a certain resolution and frame rate would look like this:

gamescope -W 1920 -H 1080 -r 60 -- %command%

The resolution configured is the one the game will see, and the gamescope window can then be resized or full screened as you like.

It can also run games at lower resolutions, and upscale them using FSR. 1080>4K looks like this:

gamescope -w 1920 -h 1080 -W 3840 -H 2160 -F fsr -- %command%

[โ€“] om1k@sopuli.xyz 3 points 1 year ago

The -F fsr didn't work for me, but the resolutions that are between 1080 and 1440, and 1440 and 2160 are fsr upscaled from what I understand, so that worked for me.

load more comments (4 replies)