attempt to fix gamescope
This commit is contained in:
parent
8f228a50bc
commit
e7c6413503
@ -65,15 +65,15 @@ in
|
||||
gamescopeSession = {
|
||||
enable = true;
|
||||
env = {
|
||||
WLR_RENDERER = "vulkan";
|
||||
# WLR_RENDERER = "vulkan";
|
||||
# DXVK_HDR = "1";
|
||||
ENABLE_GAMESCOPE_WSI = "1";
|
||||
WINE_FULLSCREEN_FSR = "1";
|
||||
# Games allegedly prefer X11
|
||||
# SDL_VIDEODRIVER = "x11";
|
||||
SDL_VIDEODRIVER = "x11";
|
||||
};
|
||||
args = [
|
||||
# "--xwayland-count 1"
|
||||
"--xwayland-count 2"
|
||||
"--expose-wayland"
|
||||
|
||||
"-e" # Enable steam integration
|
||||
@ -84,10 +84,10 @@ in
|
||||
# "--hdr-itm-enable"
|
||||
|
||||
# External monitor
|
||||
# "--prefer-output DP-3"
|
||||
# "--output-width 1920"
|
||||
# "--output-height 1080"
|
||||
# "-r 172"
|
||||
"--prefer-output DP-3"
|
||||
"--output-width 1920"
|
||||
"--output-height 1080"
|
||||
"-r 172"
|
||||
|
||||
# Laptop display
|
||||
# "--prefer-output eDP-1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user