commit 746b81dcb0d967ad2752354e38d49cb7f941d60f parent efb1ef30b96b7553f93d274afdf8bc605f75be59 Author: Matthew Carlson <matt@mcarlson.xyz> Date: Mon, 23 Aug 2021 23:47:25 -0400 removed external monitor; disabled dpms Diffstat:
A | etc/X11/xorg.conf | | | 10 | ++++++++++ |
D | etc/X11/xorg.conf.d/10-monitor.conf | | | 20 | -------------------- |
2 files changed, 10 insertions(+), 20 deletions(-)
diff --git a/etc/X11/xorg.conf b/etc/X11/xorg.conf @@ -0,0 +1,10 @@ +Section "Extensions" + Option "DPMS" "Disable" +EndSection + +Section "ServerFlags" + Option "StandbyTime" "0" + Option "SuspendTime" "0" + Option "OffTime" "0" + Option "BlankTime" "0" +EndSection diff --git a/etc/X11/xorg.conf.d/10-monitor.conf b/etc/X11/xorg.conf.d/10-monitor.conf @@ -1,20 +0,0 @@ -Section "Monitor" - Identifier "DisplayPort-1" - Modeline "1920x1080_144.00" 325.08 1920 1944 1976 2056 1080 1083 1088 1098 +hsync +vsync - Option "PreferredMode" "1920x1080_144.00" -EndSection - -Section "Extensions" - Option "DPMS" "Disable" -EndSection - -Section "ServerFlags" - Option "StandbyTime" "0" - Option "SuspendTime" "0" - Option "OffTime" "0" - Option "BlankTime" "0" -EndSection - -Section "ServerLayout" - Identifier "ServerLayout0" -EndSection