xorg.conf.man: Complete the xorg.conf.5 manpage with Option "Disable"
The xorg.conf.5 manpage mentions an "Enable" option to enable a monitor regardless of whether or not it is connected, but gives no indication of how to disable it. This patch corrects that by documenting the "Disable" option. Orignally from: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755809 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1875>
This commit is contained in:
parent
1f8e32ea65
commit
e4d2de8198
|
@ -1877,6 +1877,12 @@ at startup. By default, the server will attempt to enable all connected
|
|||
monitors.
|
||||
(RandR 1.2-supporting drivers only)
|
||||
.TP 7
|
||||
.BI "Option \*qDisable\*q \*q" bool \*q
|
||||
This optional entry specifies whether the monitor should be turned off
|
||||
at startup. By default, the server will attempt to enable all connected
|
||||
monitors.
|
||||
(RandR 1.2-supporting drivers only)
|
||||
.TP 7
|
||||
.BI "Option \*qDefaultModes\*q \*q" bool \*q
|
||||
This optional entry specifies whether the server should add supported default
|
||||
modes to the list of modes offered on this monitor. By default, the server
|
||||
|
|
Loading…
Reference in New Issue