From 9f5051694fa0a5bf7f7555514ae1c45254419c38 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 23 Mar 2025 18:14:28 +0100 Subject: Add support for output selection by EDID MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- redshift.1 | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 2 deletions(-) (limited to 'redshift.1') diff --git a/redshift.1 b/redshift.1 index 544cb8e..54a971c 100644 --- a/redshift.1 +++ b/redshift.1 @@ -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\fP, \fP\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 -- cgit v1.2.3-70-g09d2