From e4e86ef96657adc5b29eb32de6648c013c935137 Mon Sep 17 00:00:00 2001 From: Adithya R Date: Tue, 16 Jul 2024 06:38:15 +0200 Subject: [PATCH] stone: properties: Set SF idle timeout to 1100ms When a clock with seconds tick is on the display, it switches back and forth between high and low refresh rate if the timer is <=1000ms (1s). Set it to 1.1s which is just slightly higher to avoid this issue. This also matches stock value. Signed-off-by: Arijit78 --- properties/vendor.prop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/properties/vendor.prop b/properties/vendor.prop index c71c2a1..bc2dd2c 100644 --- a/properties/vendor.prop +++ b/properties/vendor.prop @@ -220,8 +220,8 @@ ro.surface_flinger.protected_contents=true ro.surface_flinger.use_color_management=true ro.surface_flinger.wcg_composition_dataspace=143261696 ro.surface_flinger.set_display_power_timer_ms=3000 -ro.surface_flinger.set_idle_timer_ms=4000 -ro.surface_flinger.set_touch_timer_ms=4000 +ro.surface_flinger.set_idle_timer_ms=1100 +ro.surface_flinger.set_touch_timer_ms=200 ro.surface_flinger.use_content_detection_for_refresh_rate=false # SkiaGL Threaded