zenix: gamescope on tv
This commit is contained in:
parent
d6a216becc
commit
7709bebb1e
1 changed files with 5 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue