CPU: speed laptop: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
No edit summary
No edit summary
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 00: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