switch to fv43u

This commit is contained in:
2024-08-09 11:48:50 +02:00
parent 023e20aeb8
commit ac1773445f
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ in
config = mkIf cfg.enable {
fonts.fontconfig.subpixel.rgba = "bgr";
hardware.gbmonctl.enable = true;
boot.kernelParams = [ "video=3840x2160@144" ];
boot.kernelParams = [ "video=3840x2160@120" ];
home-manager.users.${username}.wayland.windowManager.hyprland.settings = {
general.layout = "master";
@@ -27,8 +27,8 @@ in
mfact = 0.4;
};
monitor = [
"DP-1,highrr,0x0,1"
"DP-1,addreserved,340,0,0,0"
"DP-3,3840x2160@120,0x0,1,bitdepth,10"
"DP-3,addreserved,340,0,0,0"
];
xwayland.force_zero_scaling = true;
misc.vrr = 2; # VA suffers from VRR flicker