|
|
|
|
7
|
|
7
|
|
8
|
## Description
|
8
|
## Description
|
9
|
|
9
|
|
10
|
-"Light" is a program to control backlight controllers under GNU/Linux,
|
|
|
11
|
-it is the successor of lightscript, which was a bash script with the same
|
|
|
12
|
-purpose, and tries to maintain the same functionality.
|
|
|
|
|
10
|
+Light is a program to control backlight controllers under GNU/Linux, it is the successor of lightscript, which was a bash script with the same purpose, and tries to maintain the same functionality.
|
13
|
|
11
|
|
14
|
|
12
|
|
15
|
## Features
|
13
|
## Features
|
16
|
|
14
|
|
17
|
-* Works excellent where other software has been proven to be unusable or problematic, thanks to how it operates internally and to the fact that it does not rely on xorg.
|
|
|
18
|
-* Can automatically figure out the best controller to use, making full use of underlying hardware drivers.
|
|
|
|
|
15
|
+* Works excellent where other software have been proven unusable or problematic, thanks to how it operates internally and the fact that it does not rely on X.
|
|
|
16
|
+* Can automatically figure out the best controller to use, making full use of underlying hardware.
|
19
|
* Possibility to set a minimum brightness value, as some controllers set the screen to be pitch black at a vaĺue of 0 (or higher).
|
17
|
* Possibility to set a minimum brightness value, as some controllers set the screen to be pitch black at a vaĺue of 0 (or higher).
|
20
|
|
18
|
|
21
|
|
19
|
|