From 20ffd3307cb8b4a861ae80f7c4421bc27e0375e4 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Wed, 25 Mar 2026 18:59:10 +0000 Subject: [PATCH] guh --- config/hosts/aspects/doloro-laptop/host.nix | 2 +- config/modules/power-management/tlp.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hosts/aspects/doloro-laptop/host.nix b/config/hosts/aspects/doloro-laptop/host.nix index 7a80aa2..33160be 100644 --- a/config/hosts/aspects/doloro-laptop/host.nix +++ b/config/hosts/aspects/doloro-laptop/host.nix @@ -150,9 +150,9 @@ boot.kernelParams = [ # "mem_sleep_default=deep" "i915.fastboot=1" + "i915.modeset=1" "ahci.mobile_lpm_policy=1" "intel_idle.max_cstate=11" - "i915.modeset=1" # "quiet" # "splash" # "idle=halt" diff --git a/config/modules/power-management/tlp.nix b/config/modules/power-management/tlp.nix index 7d65206..9af55be 100644 --- a/config/modules/power-management/tlp.nix +++ b/config/modules/power-management/tlp.nix @@ -32,7 +32,7 @@ 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 = 800; + INTEL_GPU_BOOST_FREQ_ON_BAT = 1250; # CPU_MAX_PERF_ON_BAT = 30;