diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-03 02:22:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-03 02:22:08 +0200 |
commit | a8a6a065e40d0401a8825e0e18cf610a16ebfe0b (patch) | |
tree | 63b754d86f076fef05b1f308dd143cd773ab252f /info/adjbacklight.texinfo | |
parent | improvements to makefile (diff) | |
download | adjbacklight-a8a6a065e40d0401a8825e0e18cf610a16ebfe0b.tar.gz adjbacklight-a8a6a065e40d0401a8825e0e18cf610a16ebfe0b.tar.bz2 adjbacklight-a8a6a065e40d0401a8825e0e18cf610a16ebfe0b.tar.xz |
make it possible to select device
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info/adjbacklight.texinfo')
-rw-r--r-- | info/adjbacklight.texinfo | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/info/adjbacklight.texinfo b/info/adjbacklight.texinfo index be30c2d..8142b82 100644 --- a/info/adjbacklight.texinfo +++ b/info/adjbacklight.texinfo @@ -92,12 +92,16 @@ code. Just @code{sed -i s/200/400/g Adjbacklight.java}, if you want 0.25 % preci @cindex starting @cindex options @cindex arguments +@cindex device +@cindex selecting device @cindex @command{adjbacklight} @cindex @option{-c} @cindex @option{--copying} @cindex @option{--copyright} @cindex @option{-w} @cindex @option{--warranty} +@cindex @option{-a} +@cindex @option{--all} @command{adjbacklight} can be started with @option{-c}, @option{--copying} or @option{--copyright} for displaying copyright information, @option{-w} or @@ -105,7 +109,9 @@ code. Just @code{sed -i s/200/400/g Adjbacklight.java}, if you want 0.25 % preci is used, help information is displayed. To actually use the program, just execute @command{adjbacklight} without any -arguments. +arguments, or with @option{-a} or @option{--all} to not limit the devices to +those that are not ACPI video devices. Alternatively you can list the devices +either by full path or just the name in the directory @file{/sys/class/backlight}. @node Using |