1
0
Fork 0
knowledge-base/KB/Linux/Desktop/Steam.md

16 lines
310 B
Markdown
Raw Normal View History

2022-12-22 16:20:50 +00:00
---
creation date: 2022-12-22
tags: [steam,gamescope,fps,limit]
---
Set as Steam launch options
```shell
# limit to 90 fps with -r
ENABLE_VKBASALT=1 AMD_VULKAN_ICD=RADV mangohud gamescope -f -w 2560 -h 1440 -H 1440 -r 90 -- %command%
# requires gamemoderun-custom on $PATH
gamemoderun-custom %command%
```