diff options
author | Jesse Barnes <jbarnes@jbarnes-mobile.amr.corp.intel.com> | 2007-11-12 12:23:41 -0800 |
---|---|---|
committer | Jesse Barnes <jbarnes@jbarnes-mobile.amr.corp.intel.com> | 2007-11-12 12:23:41 -0800 |
commit | 43fbc547786cf26514f95bce79fab58a66c291bf (patch) | |
tree | d7024ae1aec9b38716db80b16e8cdb1e6d3851e7 /man | |
parent | 10988c5e6ec0f3c40d56bbf209b7976627cca706 (diff) |
Improve backlight control
This commit fixes backlight support for several platforms.
Except on recent machines supporting the IGD OpRegion specification,
backlight control is rather platform specific. In some cases, we can
program the native backlight control regsiters directly without any
trouble. On others, we need to use the legacy backlight control
register. On still others, we need a combination of the two. And on
some platforms, none of the above will work, so we go through the
kernel backlight interface, which provides a platform specific driver
for backlight control.
Diffstat (limited to 'man')
-rw-r--r-- | man/intel.man | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/intel.man b/man/intel.man index 963c6a2a..6245736b 100644 --- a/man/intel.man +++ b/man/intel.man @@ -184,7 +184,9 @@ The 830M and newer driver supports the following outputs through RandR 1.2: Analog VGA output .TP .BI "LVDS" -Laptop panel +Laptop panel. Properties: + BACKLIGHT - set backlight level + BACKLIGHT_CONTROL - set backlight level control method (i.e. use kernel interfaces, native LVDS power register, legacy register, or combination) .TP .BI "TV" Integrated TV output |