vrr + hdr for hyprland + gamescope
This commit is contained in:
@@ -48,10 +48,16 @@
|
|||||||
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||||
settings = {
|
settings = {
|
||||||
monitor = [
|
monitor = [
|
||||||
"eDP-1,1920x1080@300,720x864,1.25"
|
"eDP-1,1920x1080@300,720x864,1.25,vrr,1"
|
||||||
"HDMI-A-1,1920x1080,1536x0,1.25"
|
"HDMI-A-1,1920x1080,1536x0,1.25,vrr,0"
|
||||||
"DP-1,1920x1080,0x0,1.25"
|
"DP-1,1920x1080,0x0,1.25,vrr,0"
|
||||||
];
|
];
|
||||||
|
misc = {
|
||||||
|
vrr = 1;
|
||||||
|
};
|
||||||
|
experimental = {
|
||||||
|
xx_color_management_v4 = true;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -51,6 +51,7 @@ in {
|
|||||||
WLR_RENDERER = "vulkan";
|
WLR_RENDERER = "vulkan";
|
||||||
DXVK_HDR = "1";
|
DXVK_HDR = "1";
|
||||||
ENABLE_GAMESCOPE_WSI = "1";
|
ENABLE_GAMESCOPE_WSI = "1";
|
||||||
|
ENABLE_HDR_WSI = "1";
|
||||||
WINE_FULLSCREEN_FSR = "1";
|
WINE_FULLSCREEN_FSR = "1";
|
||||||
# Games allegedly prefer X11
|
# Games allegedly prefer X11
|
||||||
#SDL_VIDEODRIVER = "x11";
|
#SDL_VIDEODRIVER = "x11";
|
||||||
|
Reference in New Issue
Block a user