From 4620288747a53f4c3b725e2cc9bebdcec4054079 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sat, 5 Oct 2024 08:37:33 -0700 Subject: [PATCH] [z790prors] Update default refresh rate --- machines/z790prors/hardware-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/z790prors/hardware-configuration.nix b/machines/z790prors/hardware-configuration.nix index 456945f..38db57d 100644 --- a/machines/z790prors/hardware-configuration.nix +++ b/machines/z790prors/hardware-configuration.nix @@ -20,6 +20,8 @@ hardware.graphics.enable = true; services.xserver.videoDrivers = ["nvidia"]; + services.xserver.screenSection = ''Option "metamodes" "3440x1440_165 +0+0"''; + services.xserver.enableTearFree = true; hardware.nvidia = { modesetting.enable = true; powerManagement.enable = false;