396 current 2025-05-20 13:21:28 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-05-20 13:22:17 -04:00
parent 8b616ba7fe
commit ba3e1397eb

View File

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