diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-23 18:14:28 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-23 18:14:28 +0100 |
commit | 9f5051694fa0a5bf7f7555514ae1c45254419c38 (patch) | |
tree | c8c8ce4667b1af75d6cd9a70ce16766957445b7b /README | |
parent | Restore support for preserve-gamma, with corrected order of application (diff) | |
download | redshift-ng-9f5051694fa0a5bf7f7555514ae1c45254419c38.tar.gz redshift-ng-9f5051694fa0a5bf7f7555514ae1c45254419c38.tar.bz2 redshift-ng-9f5051694fa0a5bf7f7555514ae1c45254419c38.tar.xz |
Add support for output selection by EDID
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r-- | README | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -322,6 +322,12 @@ STDOUT The list is terminated by an empty line. Additional information for human users is printed after the empty line. + When "list" is specified for the "edid" suboption to "-m", a list + of available monitors will be printed to the standard output, + with the header "Available outputs:\n", in the format + + "%s%s\n", <arbitrary whitespace>, <monitor identifier>. + When "-m method:help", "-l provider:help", or "-h" is specified help information is printed on in unspecified format, intended only for human users. @@ -620,6 +626,16 @@ EXTENDED DESCRIPTION The index of the first CRTC is 0. + edid = name list or list + Comma-separated (,) list of EDIDs of monitors to apply + adjustments to. + + If "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 crtc=all. + Options for the location provider "vidmode" (fallback method for X) are: display = name @@ -645,6 +661,16 @@ EXTENDED DESCRIPTION The index of the first CRTC is 0. + edid = name list or list + Comma-separated (,) list of EDIDs of monitors to apply + adjustments to. + + If "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 crtc=all. + There are no options for the adjustment methods "wingdi" (available on Windows), "quartz" (available on Mac OS X), and "dummy" (used for debugging, does not apply any colour effects). |