diff options
Diffstat (limited to 'redshift.1')
-rw-r--r-- | redshift.1 | 54 |
1 files changed, 52 insertions, 2 deletions
@@ -459,6 +459,24 @@ The list is terminated by an empty line. Additional information for human users is printed after the empty line. .PP When +.B list +is specified for the +.B edid +suboption to +.BR -m , +a list of available monitors will be printed to the standard output, +with the header +.BR "\(dqAvailable outputs:\en\(dq" , +in the format +.RS +.nf + +\fB\(dq%s%s\en\(dq, \fI<arbitrary whitespace>\fP, \fP<monitor identifier>\fR. + +.fi +.RE +.PP +When .BR "-m method:help" , .BR "-l provider:help" , or @@ -943,7 +961,9 @@ X screen to apply adjustments to. All will be used if not specified. .TP .BI crtc\fR\ =\ "integer list or " all -Comma-separated (,) list of CRTC indices for monitors to +Comma-separated +.RB ( , ) +list of CRTC indices for monitors to apply adjustments to. All available CRTCs are used if the list is empty or if the setting is omitted. @@ -951,6 +971,20 @@ list is empty or if the setting is omitted. may be specified as a synonym for an empty list. The index of the first CRTC is 0. +.TP +.BI edid\fR\ =\ "name list or " list +Comma-separated +.RB ( , ) +list of EDIDs of monitors to apply adjustments to. + +If +.B list +is specified, all available EDIDs will be +printed to the standard output and the program exits. + +This list must not be empty; to select all monitors, +instead specify +.BR crtc=all . .PP Options for the location provider .B vidmode @@ -973,7 +1007,9 @@ Options for the location provider Index of graphics card to apply adjustments to. .TP .BI crtc\fR\ =\ "integer list or " all -Comma-separated (,) list of CRTC indices for monitors to +Comma-separated +.RB ( , ) +list of CRTC indices for monitors to apply adjustments to. All available CRTCs are used if the list is empty or if the setting is omitted. @@ -981,6 +1017,20 @@ list is empty or if the setting is omitted. may be specified as a synonym for an empty list. The index of the first CRTC is 0. +.TP +.BI edid\fR\ =\ "name list or " list +Comma-separated +.RB ( , ) +list of EDIDs of monitors to apply adjustments to. + +If +.B list +is specified, all available EDIDs will be +printed to the standard output and the program exits. + +This list must not be empty; to select all monitors, +instead specify +.BR crtc=all . .PP There are no options for the adjustment methods .B wingdi |