Código: Seleccionar todo
$ sudo cpupower frequency-info --governorsCódigo: Seleccionar todo
$ sudo modprobe cpufreq_conservativeCódigo: Seleccionar todo
lsmod | grep cpufreqCódigo: Seleccionar todo
sudo cpupower frequency-info --governorsCódigo: Seleccionar todo
sudo cpupower frequency-set -g conservativeFuente: https://unix.stackexchange.com/question ... nservativeTo change back to the ACPI driver, reboot and set the kernel argThen executeCódigo: Seleccionar todo
intel_pstate=disableand you should have the ondemand governor available.Código: Seleccionar todo
modprobe acpi-cpufreq
You can make the changes permanent by editingand addingCódigo: Seleccionar todo
/etc/default/grubAnd then updatingCódigo: Seleccionar todo
GRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable"alaCódigo: Seleccionar todo
grub.cfgFollow the instructions for Arch kernel module loading and add the acpi-cpufreq module.Código: Seleccionar todo
grub-mkconfig -o /boot/grub/grub.cfg