linuxware/scripts/steam/launch_gamescope.sh

9 lines
195 B
Bash
Raw Normal View History

2023-11-05 04:53:31 -03:00
#!/bin/sh
export AMD_VULKAN_ICD="RADV"
export DXVK_ASYNC=1
export DXVK_STATE_CACHE=1
export MANGOHUD=1
export RADV_PERFTEST="gpl"
gamescope -w 1280 -h 720 -W 1920 -H 1080 -f -- gamemoderun "$@"