From b42a2d90a098af5fe13cffc06f80abee2aebb695 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Thu, 30 Jun 2022 18:55:22 +0200 Subject: [PATCH] Clight config changes Tried to fix smooth gamma transition Updated the config --- config/clight.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/clight.conf b/config/clight.conf index 5915aaf..cfda433 100644 --- a/config/clight.conf +++ b/config/clight.conf @@ -37,7 +37,7 @@ inhibit: ## Uncomment to let Clight manage inhibition requests ## suppressing org.freedesktop.PowerManagement too ## (ie: preventing your laptop to suspend/hibernate) - # inhibit_pm = true; + inhibit_pm = true; ## Uncomment to let Clight pause backlight module ## while any inhibition is active; @@ -79,7 +79,7 @@ backlight: ## Set any of these to <= 0 to disable captures ## in the corresponding day time. # 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, ## capture will be discarded and no backlight change will be made. @@ -207,10 +207,10 @@ gamma: # no_smooth_transition = true; ## Gamma transition step - # trans_step = 50; + trans_step = 50; ## Gamma transition timeout in ms - # trans_timeout = 300; + trans_timeout = 300; ## Gamma temperature during day and night temp = [ 6500, 2500 ];