Difference between revisions of "CPU: speed laptop"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Supaya speed laptop rendah saat booting Saat boot di grub config tambah intel_pstate=disable") |
Onnowpurbo (talk | contribs) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Supaya speed laptop rendah saat booting | Supaya speed laptop rendah saat booting | ||
− | + | di /etc/default/grub tambahkan | |
− | intel_pstate=disable | + | 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 apt install linux-intel-iotg-5.15-tools-common | ||
+ | sudo cpupower frequency-set -g powersave | ||
+ | |||
+ | |||
+ | |||
+ | * nonaktifkan driver saat ini: tambahkan intel_pstate=disable ke baris boot kernel Anda | ||
+ | * boot, lalu muat userspacemodul | ||
+ | |||
+ | modprobe cpufreq_userspace | ||
+ | modprobe acpi-cpufreq | ||
+ | |||
+ | atau edit /etc/modules | ||
+ | * atur gubernur: cpupower frequency-set --governor userspace | ||
+ | * atur frekuensinya: cpupower --cpu all frequency-set --freq 800MHz |
Latest revision as of 17:35, 12 June 2022
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 apt install linux-intel-iotg-5.15-tools-common sudo cpupower frequency-set -g powersave
- nonaktifkan driver saat ini: tambahkan intel_pstate=disable ke baris boot kernel Anda
- boot, lalu muat userspacemodul
modprobe cpufreq_userspace modprobe acpi-cpufreq
atau edit /etc/modules
- atur gubernur: cpupower frequency-set --governor userspace
- atur frekuensinya: cpupower --cpu all frequency-set --freq 800MHz