Difference between revisions of "CPU: speed laptop"

From OnnoWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
di /etc/default/grub tambahkan
 
di /etc/default/grub tambahkan
  
  intel_pstate=disable
+
  GRUB_CMDLINE_LINUX_DEFAULT="... intel_pstate=disable p4-clockmod"
  
 +
sudo update-grub
  
 
di shell lakukan
 
di shell lakukan

Revision as of 07:34, 9 December 2021

Supaya speed laptop rendah saat booting

di /etc/default/grub tambahkan

GRUB_CMDLINE_LINUX_DEFAULT="... intel_pstate=disable p4-clockmod"
sudo update-grub

di shell lakukan

echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo

install acpi

sudo apt-get install acpi-support acpid acpi
sudo cpupower frequency-set -g powersave