diff --git a/config/hosts/aspects/doloro-laptop/host.nix b/config/hosts/aspects/doloro-laptop/host.nix index 33160be..e525c02 100644 --- a/config/hosts/aspects/doloro-laptop/host.nix +++ b/config/hosts/aspects/doloro-laptop/host.nix @@ -152,7 +152,8 @@ "i915.fastboot=1" "i915.modeset=1" "ahci.mobile_lpm_policy=1" - "intel_idle.max_cstate=11" + "intel_idle.max_cstate=10" + "processor.max_cstate=10" # "quiet" # "splash" # "idle=halt" diff --git a/config/modules/power-management/tlp.nix b/config/modules/power-management/tlp.nix index ca7af4f..fa61c8a 100644 --- a/config/modules/power-management/tlp.nix +++ b/config/modules/power-management/tlp.nix @@ -16,9 +16,6 @@ # SATA drive power management SATA_LINKPWR_ON_BAT = "min_power"; - # PCI Express Active-State Power Management (ASPM) - PCIE_ASPM_ON_BAT = "powersave"; - RUNTIME_PM_ON_AC = "auto"; RUNTIME_PM_ON_BAT = "auto"; @@ -27,12 +24,14 @@ # Restore brightness on battery RESTORE_BRIGHTNESS_ON_BAT = "1"; - PCIE_ASPM_ON_AC = "balanced"; + PCIE_ASPM_ON_AC = "default"; + PCIE_ASPM_ON_BAT = "powersave"; DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE = "bluetooth"; INTEL_GPU_MAX_FREQ_ON_AC = 0; INTEL_GPU_MAX_FREQ_ON_BAT = 800; INTEL_GPU_BOOST_FREQ_ON_AC = 0; INTEL_GPU_BOOST_FREQ_ON_BAT = 1250; + INTEL_GPU_POWER_PROFILE_ON_BAT = "power_saving"; # CPU_MAX_PERF_ON_BAT = 30;