From a3f33268997e8cbbd11927abc60d21de0995b458 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 12 Jul 2022 23:01:26 -0400 Subject: [PATCH] add comment about normalizing dpi between sync and offload mode --- lenovo/thinkpad/p50/default.nix | 5 +++++ lenovo/thinkpad/p51/default.nix | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/lenovo/thinkpad/p50/default.nix b/lenovo/thinkpad/p50/default.nix index 04f88cf..48cf605 100644 --- a/lenovo/thinkpad/p50/default.nix +++ b/lenovo/thinkpad/p50/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; + # throttled vs. thermald # ----------------------- # diff --git a/lenovo/thinkpad/p51/default.nix b/lenovo/thinkpad/p51/default.nix index d3de794..ff6cbdf 100644 --- a/lenovo/thinkpad/p51/default.nix +++ b/lenovo/thinkpad/p51/default.nix @@ -37,6 +37,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; + # throttled vs. thermald # ----------------------- #