summaryrefslogtreecommitdiff
path: root/etc/default
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-03-21 21:08:53 -0700
committerxyz <gky44px1999@gmail.com>2022-03-21 21:08:53 -0700
commite6b421a5460962e8934f1249d04c37bf805d22fa (patch)
treefc52346c50e2bee0cc1083efb08a834f24e786b0 /etc/default
parent53666a60dcc26455b3ccc95b1064073663fdec2a (diff)
grub config disable intel_pstate for auto-cpufreq to change cpu freq
Diffstat (limited to 'etc/default')
-rw-r--r--etc/default/grub2
1 files changed, 1 insertions, 1 deletions
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