chore: initial commit
This commit is contained in:
commit
d3948c7910
56 changed files with 8996 additions and 0 deletions
8
scripts/steam/launch.sh
Executable file
8
scripts/steam/launch.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
export AMD_VULKAN_ICD="RADV"
|
||||
export DXVK_ASYNC=1
|
||||
export DXVK_STATE_CACHE=1
|
||||
export MANGOHUD=1
|
||||
export RADV_PERFTEST="gpl"
|
||||
|
||||
gamemoderun "$@"
|
8
scripts/steam/launch_gamescope.sh
Executable file
8
scripts/steam/launch_gamescope.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/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 "$@"
|
10
scripts/steam/launch_raytracing.sh
Executable file
10
scripts/steam/launch_raytracing.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
export AMD_VULKAN_ICD="RADV"
|
||||
export DXVK_ASYNC=1
|
||||
export DXVK_STATE_CACHE=1
|
||||
export MANGOHUD=1
|
||||
export RADV_PERFTEST="rt,gpl"
|
||||
export VKD3D_CONFIG="dxr11"
|
||||
export __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1
|
||||
|
||||
gamemoderun "$@" -dx12
|
Loading…
Add table
Add a link
Reference in a new issue