diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-01-20 20:18:18 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-01-20 20:18:18 +0100 |
commit | c25fbd7365a3caec3bdbcda10daceb324fc8d1c6 (patch) | |
tree | 35782889e72f57392cb03659ef1cfbc644d3d4bc | |
parent | info chapter (diff) | |
download | adjbacklight-c25fbd7365a3caec3bdbcda10daceb324fc8d1c6.tar.gz adjbacklight-c25fbd7365a3caec3bdbcda10daceb324fc8d1c6.tar.bz2 adjbacklight-c25fbd7365a3caec3bdbcda10daceb324fc8d1c6.tar.xz |
overview
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | adjbacklight.texinfo | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/adjbacklight.texinfo b/adjbacklight.texinfo index 5a1b48a..00c0f1d 100644 --- a/adjbacklight.texinfo +++ b/adjbacklight.texinfo @@ -66,6 +66,21 @@ Texts. A copy of the license is included in the section entitled @cindex overview @cindex description +@command{adjbacklight} is convient method for adjusting the backlight on your +portable computer. Depending on your computer, the details of @command{adjbacklight} +differs. + +For some computers program will adjust the same parameters as the keys on your +keyboard, one other computers this program will adjust an independent parameter +allowing more detailed adjustment and may not be affected by the battery status +change. One some computers the keys for the suns does not do anything and is +expected to be binded by the OS, for thoses computers this may be the best choice +if you are in the TTY. + +@command{adjbacklight} allows 0.5 % precision, assuming that the firmware allows +at least that. If you want higher precision, it is simple to modify the source +code. Just @code{sed -i s/200/400/g Adjbacklight.java}, if you want 0.25 % precision. + @node Invoking @chapter Invoking |