scripts(steam): remove RADV specification we dont use amdvlk, also disable dither

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-04-26 07:49:28 -03:00
parent ba84892af3
commit 71648d1b3d
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
3 changed files with 28 additions and 4 deletions

View file

@ -1,6 +1,9 @@
#!/bin/sh
# https://docs.mesa3d.org/envvars.html
export AMD_VULKAN_ICD="RADV"
export MANGOHUD=1
mangohud gamemoderun "$@"
# https://docs.mesa3d.org/envvars.html
export MESA_NO_DITHER=1 # Disables dither
export MESA_BACK_BUFFER=pixmap # For X only
gamemoderun "$@"