aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README38
1 files changed, 24 insertions, 14 deletions
diff --git a/README b/README
index 976764b..5ff673f 100644
--- a/README
+++ b/README
@@ -607,17 +607,20 @@ EXTENDED DESCRIPTION
available on Unix-like systems) and "corelocation" (available on
Mac OS X).
- Options for the location provider "randr" (preferred method for X) are:
+ Options for the adjustment method "randr" (preferred method for X) are:
display = name
X display to apply adjustments to. Default is determined
by the environment variable DISPLAY.
screen = ordinal
- X screen to apply adjustments to. All will be used if not
- specified.
+ Comma-separated (,) list of X screens to apply adjustments to.
+ All available X screens are used if the list is empty or if the
+ setting is omitted.
- crtc = number list or all
+ "all" may be specified as a synonym for an empty list.
+
+ crtc = number list or "all"
Comma-separated (,) list of CRTC numbers for monitors to
apply adjustments to. All available CRTCs are used if the
list is empty or if the setting is omitted.
@@ -632,7 +635,7 @@ EXTENDED DESCRIPTION
The index of the first CRTC is 0.
- edid = name list or list
+ edid = name list or "list"
Comma-separated (,) list of EDIDs of monitors to apply
adjustments to.
@@ -642,23 +645,30 @@ EXTENDED DESCRIPTION
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:
+ Options for the adjustment method "vidmode" (fallback method for X) are:
display = name
X display to apply adjustments to. Default is determined
by the environment variable DISPLAY.
- screen = ordinal
- X screen to apply adjustments to. All will be used if not
- specified.
+ screen = ordinal list or "all"
+ Comma-separated (,) list of X screens to apply adjustments to.
+ All available X screens are used if the list is empty or if the
+ setting is omitted.
- Options for the location provider "drm" (method for Linux without
+ "all" may be specified as a synonym for an empty list.
+
+ Options for the adjustment method "drm" (method for Linux without
display server) are:
- card = ordinal
- Index of graphics card to apply adjustments to.
+ card = ordinal list or "all"
+ Comma-separated (,) list of indices of graphics card screens to
+ apply adjustments to. All available graphics cards are used if
+ the list is empty or if the setting is omitted.
+
+ "all" may be specified as a synonym for an empty list.
- crtc = number list or all
+ crtc = number list or "all"
Comma-separated (,) list of CRTC numbers for monitors to
apply adjustments to. All available CRTCs are used if the
list is empty or if the setting is omitted.
@@ -673,7 +683,7 @@ EXTENDED DESCRIPTION
The index of the first CRTC is 0.
- edid = name list or list
+ edid = name list or "list"
Comma-separated (,) list of EDIDs of monitors to apply
adjustments to.