From 76e2a74fc72333d817e8b0ccda378c0f201c9337 Mon Sep 17 00:00:00 2001 From: cizia64 Date: Sun, 14 Jul 2024 15:37:35 +0200 Subject: [PATCH] Update com.trimui.cpuperformance.sh Slower on "normal" mode --- .../trimui/res/apps/fn_editor/com.trimui.cpuperformance.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/System/usr/trimui/res/apps/fn_editor/com.trimui.cpuperformance.sh b/System/usr/trimui/res/apps/fn_editor/com.trimui.cpuperformance.sh index e0873f92..20a5aac9 100644 --- a/System/usr/trimui/res/apps/fn_editor/com.trimui.cpuperformance.sh +++ b/System/usr/trimui/res/apps/fn_editor/com.trimui.cpuperformance.sh @@ -18,8 +18,8 @@ while true; do # echo "cpu normal" if [ "$normal_restored" = false ]; then echo ondemand >/sys/devices/system/cpu/cpufreq/policy0/scaling_governor - echo -n "1008000" >/sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq - echo -n "2000000" >/sys/devices/system/cpu/cpufreq/policy0/scaling_max_freq + echo -n "816000" >/sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq + echo -n "1608000" >/sys/devices/system/cpu/cpufreq/policy0/scaling_max_freq normal_restored=true fi ;;