From f191d4bb1e6271e137c2c2d9cb4fbbaa745f4050 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 8 Jul 2024 18:17:17 +1000 Subject: [PATCH] hyacinth/kernel: use 1440p modeline --- hosts/hyacinth/kernel.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hyacinth/kernel.nix b/hosts/hyacinth/kernel.nix index 0fc0862..7ce4a16 100644 --- a/hosts/hyacinth/kernel.nix +++ b/hosts/hyacinth/kernel.nix @@ -17,8 +17,8 @@ output = "DP-1"; primary = true; monitorConfig = '' - Modeline "1920x1080_165.00" 525.00 1920 2088 2296 2672 1080 1083 1088 1192 -hsync +vsync - Option "PreferredMode" "1920x1080_165.00" + Modeline "2560x1440_144.00" 808.75 2560 2792 3072 3584 1440 1443 1448 1568 -hsync +vsync + Option "PreferredMode" "2560x1440_144.00" ''; }]; }