diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-08-26 19:47:31 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-08-26 19:47:31 +0100 |
commit | 414e87255cdee6eb556703ddefd194af71b985ed (patch) | |
tree | 2d1091c69a8bb3e69a7ddb8d981b705a121dfdee /man | |
parent | d4f7c58186849374cd929e20fa49ea2e93939a69 (diff) |
Add Option "Backlight" to override the probed backlight control interface
The automatic selection may not correspond with the correct backlight
(such as in a multi-gpu, multi-panel device) or the user may simply
prefer another control interface. This allows them to override the
chosen interface using
Option "Backlight" "my-backlight"
to specify '/sys/class/backlight/my-backlight' as the interface to use
instead.
Suggested-by: Alon Levy <alevy@redhat.com>
References: https://bugs.freedesktop.org/show_bug.cgi?id=29273
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'man')
-rw-r--r-- | man/intel.man | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/intel.man b/man/intel.man index 5498f870..9ab9fa2f 100644 --- a/man/intel.man +++ b/man/intel.man @@ -132,6 +132,15 @@ have options for selecting adaptors. .IP Default: Textured video adaptor is preferred. .TP +.BI "Option \*Backlight\*q \*q" string \*q +Override the probed backlight control interface. Sometimes the automatically +selected backlight interface may not correspond to the correct, or simply +most useful, interface available on the system. This allows you to override +by specifying the entry under /sys/class/backlight to use. +server log. +.IP +Default: Automatic selection. +.TP .BI "Option \*qFallbackDebug\*q \*q" boolean \*q Enable printing of debugging information on acceleration fallbacks to the server log. |