15 lines
310 B
Markdown
15 lines
310 B
Markdown
---
|
|
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%
|
|
```
|
|
|