revamped power saving and added those configs

This commit is contained in:
bullshar-k
2026-08-01 13:31:44 -04:00
parent 0a01cc1de4
commit 1ecf579fa2
3 changed files with 58 additions and 17 deletions
+9
View File
@@ -0,0 +1,9 @@
# run 'update-grub' afterwards to update /boot/grub/grub.cfg.
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`( . /etc/os-release && echo ${NAME} )`
GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_pstate=active amd_prefcore=enable pcie_aspm.policy=powersupersave pcie_aspm=force"
GRUB_CMDLINE_LINUX=""