mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 12:40:32 +01:00
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>
(cherry picked from commit e4d2de8198)
This commit is contained in:
parent
13a0d645e4
commit
41dc95b87a
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue