From 55e7368d8fc870f9e7722f6ae645c1dec144a44b Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 3 Aug 2022 18:32:38 +0200 Subject: slylandro: Set DPI for Xorg This makes the screen readable again, but might get us into trouble when switching to an external display. Again, similar to enabling bonding in the previous commit, let's find out :-) Signed-off-by: aszlig --- machines/aszlig/slylandro.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'machines') diff --git a/machines/aszlig/slylandro.nix b/machines/aszlig/slylandro.nix index 108910fb..b040fc16 100644 --- a/machines/aszlig/slylandro.nix +++ b/machines/aszlig/slylandro.nix @@ -23,7 +23,9 @@ }; hardware.cpu.amd.updateMicrocode = true; + hardware.video.hidpi.enable = true; + services.xserver.dpi = 188; networking.hostName = "slylandro"; networking.wireless.enable = lib.mkForce true; -- cgit 1.4.1