From 115452369988dde4fac3636a6c87bc2b175f7285 Mon Sep 17 00:00:00 2001 From: Emmet Date: Tue, 10 Sep 2024 20:09:33 -0500 Subject: [PATCH] Need more power! --- system/hardware/power.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/hardware/power.nix b/system/hardware/power.nix index 4c0b58c..893d1a8 100644 --- a/system/hardware/power.nix +++ b/system/hardware/power.nix @@ -40,8 +40,8 @@ RADEON_POWER_PROFILE_ON_AC = "high"; RADEON_POWER_PROFILE_ON_BAT = "low"; - INTEL_GPU_MIN_FREQ_ON_AC = 250; - INTEL_GPU_MIN_FREQ_ON_BAT = 250; + INTEL_GPU_MIN_FREQ_ON_AC = 600; + INTEL_GPU_MIN_FREQ_ON_BAT = 600; }; };