update steam package
This commit is contained in:
@@ -52,14 +52,15 @@
|
|||||||
"-r" "172"
|
"-r" "172"
|
||||||
"-e" # Enable steam integration
|
"-e" # Enable steam integration
|
||||||
"--steam"
|
"--steam"
|
||||||
|
"--prefer-outpout DP-4"
|
||||||
"--prefer-vk-device 8086:e20b" # lspci -nn | grep VGA
|
"--prefer-vk-device 8086:e20b" # lspci -nn | grep VGA
|
||||||
];
|
];
|
||||||
env = {
|
env = {
|
||||||
WLR_RENDERER = "vulkan";
|
# WLR_RENDERER = "vulkan";
|
||||||
DXVK_HDR = "0 ";
|
# DXVK_HDR = "0 ";
|
||||||
ENABLE_GAMESCOPE_WSI = "0";
|
# ENABLE_GAMESCOPE_WSI = "0";
|
||||||
WINE_FULLSCREEN_FSR = "1";
|
# WINE_FULLSCREEN_FSR = "1";
|
||||||
SDL_VIDEODRIVER = "wayland,x11"; # Games allegedly prefer X11
|
# SDL_VIDEODRIVER = "wayland,x11"; # Games allegedly prefer X11
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -71,7 +72,7 @@
|
|||||||
];
|
];
|
||||||
extraEnv = {
|
extraEnv = {
|
||||||
# SDL_VIDEODRIVER = "wayland,x11";
|
# SDL_VIDEODRIVER = "wayland,x11";
|
||||||
SDL_VIDEODRIVER = "x11";
|
# SDL_VIDEODRIVER = "x11,wayland";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
|
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
|
||||||
|
|||||||
Reference in New Issue
Block a user