Difference between revisions of "CPU: speed laptop"

From OnnoWiki
Jump to navigation Jump to search
Line 9: Line 9:
  
 
  echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo
 
  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

Revision as of 07:22, 9 December 2021

Supaya speed laptop rendah saat booting

di /etc/default/grub tambahkan

intel_pstate=disable


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