diff --git a/config/X11/xorg.conf.d/10-headless.conf b/config/X11/xorg.conf.d/10-headless.conf index edf8944..d084551 100644 --- a/config/X11/xorg.conf.d/10-headless.conf +++ b/config/X11/xorg.conf.d/10-headless.conf @@ -1,17 +1,24 @@ Section "Monitor" Identifier "Monitor0" - HorizSync 28.0-80.0 - VertRefresh 48.0-75.0 - Modeline "1920x1080" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 + VendorName "Unknown" + ModelName "Unknown" EndSection #Section "Device" # Identifier "Device0" -# Driver "dummy" +# Driver "nvidia" +# VendorName "NVIDIA Corporation" +# BusID "PCI:1:0:0" +# Option "AllowEmptyInitialConfiguration" "true" +# Option "ConnectToAcpid" "false" #EndSection #Section "Screen" # Identifier "Screen0" # Device "Device0" # Monitor "Monitor0" +# DefaultDepth 24 +# SubSection "Display" +# Depth 24 +# EndSubSection #EndSection