From 8aa72292d47bda6fa6dcb35d8718ba613b54e6da Mon Sep 17 00:00:00 2001 From: Joinemm Date: Wed, 26 Jun 2024 11:06:18 +0300 Subject: [PATCH] Fix undocumented xorg monitor conf --- hosts/zeus/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/zeus/configuration.nix b/hosts/zeus/configuration.nix index 1ab449b..9e7f01c 100644 --- a/hosts/zeus/configuration.nix +++ b/hosts/zeus/configuration.nix @@ -67,10 +67,12 @@ ''; } { - # LG TV that should be off by default + # LG TV that should be off by default. + # Option "Enable" "false" is broken, but + # Option "Disable" "true" works, even though it's undocumented output = "HDMI-A-0"; monitorConfig = '' - Option "Enable" "false" + Option "Disable" "true" Option "RightOf" "DisplayPort-0" ''; }