diff --git a/ktweak b/ktweak index 01ed9af..3891051 100644 --- a/ktweak +++ b/ktweak @@ -134,6 +134,10 @@ do # Fetch the available governors from the CPU avail_govs="$(cat "$cpu/scaling_available_governors")" + # Stretch CPU bounds + write "$cpu/scaling_max_freq" "$(cat "$cpu/cpuinfo_max_freq")" + write "$cpu/scaling_min_freq" "$(cat "$cpu/cpuinfo_min_freq")" + # Attempt to set the governor in this order for governor in schedutil interactive do