From d6a4cf2e9656b5e260d1afd2189434029299d17d Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 17 Jun 2025 12:26:32 -0500 Subject: hosts/tomato: Set real screen size in X11 --- hosts/tomato/hardware.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts') diff --git a/hosts/tomato/hardware.nix b/hosts/tomato/hardware.nix index be00010..271d412 100644 --- a/hosts/tomato/hardware.nix +++ b/hosts/tomato/hardware.nix @@ -33,6 +33,10 @@ in hardware.graphics.extraPackages = [pkgs.intel-vaapi-driver]; services.xserver.videoDrivers = ["intel"]; + services.xserver.xrandrHeads = [{ + output = "LVDS1"; + monitorConfig = "DisplaySize 280 160"; + }]; this.bluetooth.enable = true; -- cgit v1.2.3