Skip to content

Commit

Permalink
Update com.trimui.cpuperformance.sh
Browse files Browse the repository at this point in the history
Slower on "normal" mode
  • Loading branch information
cizia64 committed Jul 14, 2024
1 parent 33881be commit 76e2a74
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 76e2a74

Please sign in to comment.