zenix: gamescope on tv

This commit is contained in:
tristan 2025-04-19 11:51:02 +01:00
parent d6a216becc
commit 7709bebb1e

View file

@ -17,7 +17,11 @@
dedicatedServer.openFirewall = true; dedicatedServer.openFirewall = true;
gamescopeSession = { gamescopeSession = {
enable = true; enable = true;
args = ["-r" "120" "-O" "HDMI-A-1" "--rt" "--hdr-enabled" "--adaptive-sync"]; args = ["-r" "120" "-W" "3840" "-H" "2160" "-O" "HDMI-A-1" "--rt" "--hdr-enabled" "--adaptive-sync"];
env = {
ENABLE_HDR_WSI = "1";
DXVK_HDR = "1";
};
}; };
}; };
programs.gamescope = { programs.gamescope = {