diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-23 14:45:08 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-23 14:45:08 +0100 |
commit | b67c33a9f43ffa7bfd74d5eafa9a5bf072195fdc (patch) | |
tree | 606ef6b53ada39dacd58ca00287d4d27261e3b61 | |
parent | Relay on libgamma for selecting adjustment method support (diff) | |
download | redshift-ng-b67c33a9f43ffa7bfd74d5eafa9a5bf072195fdc.tar.gz redshift-ng-b67c33a9f43ffa7bfd74d5eafa9a5bf072195fdc.tar.bz2 redshift-ng-b67c33a9f43ffa7bfd74d5eafa9a5bf072195fdc.tar.xz |
Update documentation reflect that the drm method now supports CRTC list
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r-- | README | 9 | ||||
-rw-r--r-- | redshift.1 | 9 |
2 files changed, 10 insertions, 8 deletions
@@ -628,11 +628,12 @@ EXTENDED DESCRIPTION card = integer Index of graphics card to apply adjustments to. - crtc = integer or all - Index of CRTC for monitor to apply adjustments to. + crtc = integer list or all + Comma-separated (,) 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. - "all" may be specified to apply adjustments to each available - CRTC on the graphics card. + "all" may be specified as a synonym for an empty list. The index of the first CRTC is 0. @@ -964,12 +964,13 @@ Options for the location provider .BI card\fR\ =\ integer Index of graphics card to apply adjustments to. .TP -.BI crtc\fR\ =\ "integer or " all -Index of CRTC for monitor to apply adjustments to. +.BI crtc\fR\ =\ "integer list or " all +Comma-separated (,) 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. .B all -may be specified to apply adjustments to each available -CRTC on the graphics card. +may be specified as a synonym for an empty list. The index of the first CRTC is 0. .PP |