From 66f8f007d07f6e32b1cb08ac10a75045b7eb0310 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 12 Jul 2022 23:02:05 -0400 Subject: [PATCH] add comment about normalizing dpi between sync and offload mode --- lenovo/thinkpad/p52/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lenovo/thinkpad/p52/default.nix b/lenovo/thinkpad/p52/default.nix index eac81b6..dc0d99b 100644 --- a/lenovo/thinkpad/p52/default.nix +++ b/lenovo/thinkpad/p52/default.nix @@ -36,6 +36,11 @@ enable = lib.mkDefault true; }; + # Make the DPI the same in sync mode as in offload mode (disabled because + # these thinkpads come with many kinds of screens, but this is valid for the + # 1920x1080 ones) + #services.xserver.dpi = 96; + # silence ACPI "errors" at boot shown before NixOS stage 1 output (default is 4) #boot.consoleLogLevel = 3;