From e6b421a5460962e8934f1249d04c37bf805d22fa Mon Sep 17 00:00:00 2001 From: xyz Date: Mon, 21 Mar 2022 21:08:53 -0700 Subject: grub config disable intel_pstate for auto-cpufreq to change cpu freq --- etc/default/grub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/default') diff --git a/etc/default/grub b/etc/default/grub index ba1076ef..ce4f8fbb 100644 --- a/etc/default/grub +++ b/etc/default/grub @@ -3,7 +3,7 @@ GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="Arch" -GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet" +GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet intel_pstate=disable" GRUB_CMDLINE_LINUX="" # Preload both GPT and MBR modules so that they are not missed -- cgit v1.2.3-70-g09d2