From 36363db1fbbea5a3eb4fc593616d7214fa35039a Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 23 Sep 2020 15:45:15 +0200 Subject: [xorg] Add config to allow X to start with NVIDIA without displays The nvidia driver would abort the Xserver startup if it determines that no displays are connected. We don't want this as it might yield false positives in rare conditions, and also would prevent using the machine in headless mode for remote access. --- core/modules/xorg/data/etc/X11/xorg.conf.d/40-nvidia-no-screens.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 core/modules/xorg/data/etc/X11/xorg.conf.d/40-nvidia-no-screens.conf (limited to 'core/modules/xorg') diff --git a/core/modules/xorg/data/etc/X11/xorg.conf.d/40-nvidia-no-screens.conf b/core/modules/xorg/data/etc/X11/xorg.conf.d/40-nvidia-no-screens.conf new file mode 100644 index 00000000..cc659286 --- /dev/null +++ b/core/modules/xorg/data/etc/X11/xorg.conf.d/40-nvidia-no-screens.conf @@ -0,0 +1,5 @@ +Section "Device" + Identifier "NoScreenNvidia" + Driver "nvidia" + Option "AllowEmptyInitialConfiguration" "true" +EndSection -- cgit v1.2.3-55-g7522