Skip to content

Commit 327ddfc

Browse files
amonakovArchangeGabriel
authored andcommitted
Suggest "AllowEmptyInitialConfiguration" (#373)
1 parent 1ada79f commit 327ddfc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

conf/xorg.conf.nvidia

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,13 @@ Section "Device"
3131
Option "NoLogo" "true"
3232
Option "UseEDID" "false"
3333
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"
3443
EndSection

0 commit comments

Comments
 (0)