397 current 2025-05-20 13:29:53 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-05-20 13:30:31 -04:00
parent ba3e1397eb
commit b2cb768f56

View File

@@ -5,25 +5,25 @@
settings = {
# Performance Policy
CPU_SCALING_GOVERNOR_ON_AC = "performance";
# CPU_SCALING_GOVERNOR_ON_BAT = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
CPU_SCALING_GOVERNOR_ON_BAT = "performance";
# CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
# Intel-pstate gives sluggish performance
CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
# CPU_ENERGY_PERF_POLICY_ON_BAT = "performance";
# CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
CPU_ENERGY_PERF_POLICY_ON_BAT = "performance";
# CPU Performance Caps
# CPU_MIN_PERF_ON_AC = 0;
# CPU_MIN_PERF_ON_BAT = 0;
CPU_MAX_PERF_ON_AC = 100;
CPU_MAX_PERF_ON_BAT = 100;
CPU_MAX_PERF_ON_BAT = 90;
# Platform Profile
PLATFORM_PROFILE_ON_AC = "performance";
PLATFORM_PROFILE_ON_BAT = "low-power";
# PLATFORM_PROFILE_ON_BAT = "performance";
# PLATFORM_PROFILE_ON_BAT = "low-power";
PLATFORM_PROFILE_ON_BAT = "performance";
# Boost
CPU_BOOST_ON_AC = 1;