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