From 35c2ebb59210af8dcd4fc13e1c38bfce088e6f41 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Mon, 27 Oct 2025 16:51:19 -0700 Subject: [PATCH] [zix790prors] Set correct refresh rate for x11 --- machines/zix790prors/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/zix790prors/configuration.nix b/machines/zix790prors/configuration.nix index e56c1d8..3a0de27 100644 --- a/machines/zix790prors/configuration.nix +++ b/machines/zix790prors/configuration.nix @@ -52,9 +52,9 @@ with lib; hardware.graphics.enable = true; hardware.graphics.enable32Bit = true; - # Set DP-0 as primary display for system tray and multi-monitor setup + # Set DP-0 as primary display with 164.90Hz refresh rate services.xserver.displayManager.sessionCommands = '' - ${pkgs.xorg.xrandr}/bin/xrandr --output DP-0 --primary + ${pkgs.xorg.xrandr}/bin/xrandr --output DP-0 --mode 3440x1440 --rate 164.90 --primary ''; hardware.nvidia = {