Updated everything

This commit is contained in:
2025-09-22 09:06:50 -03:00
parent 20c8ecb0bd
commit 438296b01b
51 changed files with 1778 additions and 1090 deletions

View File

@@ -20,13 +20,14 @@
# This is your main performance tuning knob. 'performance' tells the CPU
# to aggressively ramp up to high clock speeds when it detects a load.
# 'balance_power' is a good choice for extending battery life.
CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
# 'balance_performance' provides good performance while being more thermal-aware.
CPU_ENERGY_PERF_POLICY_ON_AC = "balance_performance";
CPU_ENERGY_PERF_POLICY_ON_BAT = "balance_power";
# Allow the CPU to use its full performance range when plugged in.
# Allow the CPU to use its performance range when plugged in, but cap it
# slightly to reduce heat generation while maintaining good responsiveness.
CPU_MIN_PERF_ON_AC = 0;
CPU_MAX_PERF_ON_AC = 100;
CPU_MAX_PERF_ON_AC = 85; # Reduced from 100% to help with thermal management
CPU_MIN_PERF_ON_BAT = 0;
CPU_MAX_PERF_ON_BAT = 60; # Slightly higher than before for better battery responsiveness.
@@ -42,9 +43,9 @@
# --- Intel Arc GPU & System Settings ---
# Set the platform profile. 'balanced' is a much safer bet than 'performance'
# to avoid overwhelming the chassis's cooling solution.
PLATFORM_PROFILE_ON_AC = "balanced";
# Set the platform profile. 'low-power' is more conservative than 'balanced'
# to help with thermal management while still providing reasonable performance.
PLATFORM_PROFILE_ON_AC = "low-power";
PLATFORM_PROFILE_ON_BAT = "low-power";
# Use 'powersupersave' for PCIe ASPM. This allows the components,