From 794974dd09332d2580558c8b6de57e705f15c261 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 27 Mar 2024 19:04:32 +0000 Subject: [PATCH] sunshine: set env vars for DXVK --- hosts/architect/sunshine.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/architect/sunshine.nix b/hosts/architect/sunshine.nix index e16596a..d52be72 100644 --- a/hosts/architect/sunshine.nix +++ b/hosts/architect/sunshine.nix @@ -68,6 +68,9 @@ in VDPAU_DRIVER = "nvidia"; LIBVA_DRIVER_NAME = "nvidia"; NVD_BACKEND = "direct"; + __GL_SYNC_TO_VBLANK = "0"; + __GL_VRR_ALLOWED = "0"; + DXVK_ASYNC = "1"; }; };