scripts(steam): remove RADV specification we dont use amdvlk, also disable dither
This commit is contained in:
parent
ba84892af3
commit
71648d1b3d
|
@ -1,8 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
export MANGOHUD=1
|
||||
|
||||
# https://docs.mesa3d.org/envvars.html
|
||||
export AMD_VULKAN_ICD="RADV"
|
||||
export MESA_NO_DITHER=1 # Disables dither
|
||||
export MESA_BACK_BUFFER=pixmap # For X only
|
||||
|
||||
export DXVK_ASYNC=1
|
||||
|
||||
|
|
|
@ -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 "$@"
|
||||
|
|
19
services/archi.nix
Normal file
19
services/archi.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.archisteamfarm = {
|
||||
enable = true;
|
||||
web-ui.enable = true;
|
||||
|
||||
# bots.wizardlink = {
|
||||
# enabled = true;
|
||||
# passwordFile = /var/lib/asf/bot_info/wizardlink.password;
|
||||
# username = builtins.readFile /var/lib/asf/bot_info/wizardlink.username;
|
||||
#
|
||||
# settings = {
|
||||
# CustomGamePlayedWhileFarming = "In the fields";
|
||||
# CustomGamePlayedWhileIdle = "Out from the fields";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue