1

Hello and good afternoon,

I'm fairly new to the Ubuntu ecosystem and i was wondering if there is a way to disable turbo boost on my machine (Bios option not available) i tried following a guide from back in 2015 using msr-tools but did not worked as intended not sure if its even possible but its making my computer fan spinning loudly while I'm just web browsing and i do not use anything intensive that requires a boots on the CPU. My question is: Is there a way to disable turbo boost completely?

Vilden
  • 13

1 Answers1

1

To disable turbo boost (for Intel anyway) use this command:

$ echo "1" | sudo tee /sys/devices/system/cpu/intel_pstate/no_turbo
1

Another option is to limit your CPU frequencies to non-turbo boost speeds or even lower. For this purpose I wrote cpuf:

cpuf-demo.gif

Visit the link to copy the script or get more details.