Was going to add to this thread but it was closed. There was a HOW TO as well that was closed.
Regardless to that, I'm adding here for those who may still want to use CPUfrequtils and set to performance.
After much seraching and working on why I could no longer set these, it turns out the kernel controls this mostly now. So, to get that working again edit (as root) /etc/default/grub to look like the below:
After saving and making sure you followed the above link on how to setup for CPUfrequtils run in konsole
Reboot and you should be good to go. At least that worked wonderfully here.
Regardless to that, I'm adding here for those who may still want to use CPUfrequtils and set to performance.
After much seraching and working on why I could no longer set these, it turns out the kernel controls this mostly now. So, to get that working again edit (as root) /etc/default/grub to look like the below:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_pstate=disable"
Code:
sudo update-grub
Comment