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; }; };