We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ada79f commit 327ddfcCopy full SHA for 327ddfc
conf/xorg.conf.nvidia
@@ -31,4 +31,13 @@ Section "Device"
31
Option "NoLogo" "true"
32
Option "UseEDID" "false"
33
Option "UseDisplayDevice" "none"
34
+
35
+# If your NVIDIA drivers are version 331.13 or newer, and you have a laptop
36
+# where some of the video outputs such as HDMI or DisplayPort are connected
37
+# to the NVIDIA GPU, and you sometimes connect an external monitor to those
38
+# ports, comment out the above two options and instead uncomment the option
39
+# below to allow using the external monitor when it is connected while also
40
+# allowing the X server to start when the monitor is disconnected.
41
42
+# Option "AllowEmptyInitialConfiguration"
43
EndSection
0 commit comments