Clight config changes
Tried to fix smooth gamma transition Updated the config
This commit is contained in:
parent
1ac7a6fcdf
commit
b42a2d90a0
1 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@ inhibit:
|
||||||
## Uncomment to let Clight manage inhibition requests
|
## Uncomment to let Clight manage inhibition requests
|
||||||
## suppressing org.freedesktop.PowerManagement too
|
## suppressing org.freedesktop.PowerManagement too
|
||||||
## (ie: preventing your laptop to suspend/hibernate)
|
## (ie: preventing your laptop to suspend/hibernate)
|
||||||
# inhibit_pm = true;
|
inhibit_pm = true;
|
||||||
|
|
||||||
## Uncomment to let Clight pause backlight module
|
## Uncomment to let Clight pause backlight module
|
||||||
## while any inhibition is active;
|
## while any inhibition is active;
|
||||||
|
@ -79,7 +79,7 @@ backlight:
|
||||||
## Set any of these to <= 0 to disable captures
|
## Set any of these to <= 0 to disable captures
|
||||||
## in the corresponding day time.
|
## in the corresponding day time.
|
||||||
# batt_timeouts = [ 1200, 5400, 600 ];
|
# batt_timeouts = [ 1200, 5400, 600 ];
|
||||||
batt_timeouts = [ 1, 60, 10];
|
batt_timeouts = [ 1200, 5400, 600];
|
||||||
|
|
||||||
## Set a threshold: if detected ambient brightness is below this threshold,
|
## Set a threshold: if detected ambient brightness is below this threshold,
|
||||||
## capture will be discarded and no backlight change will be made.
|
## capture will be discarded and no backlight change will be made.
|
||||||
|
@ -207,10 +207,10 @@ gamma:
|
||||||
# no_smooth_transition = true;
|
# no_smooth_transition = true;
|
||||||
|
|
||||||
## Gamma transition step
|
## Gamma transition step
|
||||||
# trans_step = 50;
|
trans_step = 50;
|
||||||
|
|
||||||
## Gamma transition timeout in ms
|
## Gamma transition timeout in ms
|
||||||
# trans_timeout = 300;
|
trans_timeout = 300;
|
||||||
|
|
||||||
## Gamma temperature during day and night
|
## Gamma temperature during day and night
|
||||||
temp = [ 6500, 2500 ];
|
temp = [ 6500, 2500 ];
|
||||||
|
|
Loading…
Reference in a new issue