blob: 801b3b089fbf98dfbe7f64e271e745c29c91090e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
NAME
adjbacklight - Convenient method for adjusting the backlight on your portable computer
SYNOPSIS
adjbacklight (-c | -w | [-g | -s LEVEL | LEVEL] [-a | DEVICE...])
DESCRIPTION
adjbacklight can be used to fetch or set the backlight
non-interactively. If these feature is not used, it starts
a interactive user interface in the terminal.
adjbacklight installs with the set-uid bit set, to enable any user
to change the backlight on the computer.
adjbacklight was originally designed for small netbooks that
are not running X. However, it is still suitable for desktop
computers and can be used inside X. In fact it seems to work
for all machines with backlight, which is not true for
xbacklight(1). adjbacklight uses /sys/class/backlight.
adjbacklight as been retrofitted to be convenient for use
inside X on desktop computers, with commands that lets it
be used non-interactively with hotkeys set up in xbindkeys(1).
OPTIONS
-c
--copyright
--copying Display copyright information.
-w
--warranty Display warranty disclaimer.
-a
--all Run for all devices, including ACPI devices.
-g
--get Get average brightness on devices.
-s
--set LEVEL[%] Set brightness on devices.
+LEVEL Increase brightness on devices by actual value.
-LEVEL Decrease brightness on devices by actual value.
=LEVEL Set brightness on devices by actual value.
+LEVEL% Increase brightness on devices by percentage-points.
-LEVEL% Decrease brightness on devices by percentage-points.
=LEVEL% Set brightness on devices by percentage-points.
+LEVEL%% Increase brightness on devices by percentage.
-LEVEL%% Decrease brightness on devices by percentage.
=LEVEL%% Set brightness on devices by percentage.
SEE ALSO
xbindkeys(1), xbacklight(1), sys_class_backlight(4)
Full documentation available locally via: info '(adjbacklight)'
|