diff options
author | Topi Miettinen <toiwoton@gmail.com> | 2015-02-01 08:49:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-02-02 17:18:40 +0100 |
commit | bca81be7755d15e7369d764bfa94a7ca6c595c76 (patch) | |
tree | 23fe22a95eb2fae1cbf8f4218e489a0a6c36f475 /man | |
parent | 3f4d56a069d8aedc0a784b6f4a2c049db76289b7 (diff) |
backlight: let udev properties override clamping
On my computer, the minimum brightness enforced by clamping in
backlight is too bright.
Let udev property ID_BACKLIGHT_CLAMP control whether the brightness
is clamped or not.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-backlight@.service.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/man/systemd-backlight@.service.xml b/man/systemd-backlight@.service.xml index 453afbf1b4..21c6437efa 100644 --- a/man/systemd-backlight@.service.xml +++ b/man/systemd-backlight@.service.xml @@ -58,7 +58,14 @@ is a service that restores the display backlight brightness at early boot and saves it at shutdown. On disk, the backlight brightness is stored in - <filename>/var/lib/systemd/backlight/</filename>.</para> + <filename>/var/lib/systemd/backlight/</filename>. During + loading, if udev property + <option>ID_BACKLIGHT_CLAMP</option> is not set to + false value, the brightness is clamped to a value of + at least 1 or 5% of maximum brightness, whichever is + greater. This restriction will be removed when the + kernel allows user space to reliably set a brightness + value which does not turn off the display.</para> </refsect1> <refsect1> |