From 4cf1d645e1b03640f4c5e4f084c5f7ff2a5f7d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Sun, 9 May 2021 17:50:23 +0200 Subject: [PATCH] Updated X11 headless configuration with Nvidia example --- config/X11/xorg.conf.d/10-headless.conf | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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