Results 1 to 3 of 3

Thread: Remember CPU frequency across reboots? (indicator-cpufreq + acpi-cpufreq)

  1. #1
    Join Date
    Mar 2009
    Beans
    363

    Remember CPU frequency across reboots? (indicator-cpufreq + acpi-cpufreq)

    Hello everybody! After my CPU started overheating frequently in short, intense spikes a few days ago, I disabled the intel_pstate CPU frequency scaling driver (which used to be able to disable my CPU's turbo boost) and am now running acpi-cpufreq instead.

    Using indicator-cpufreq, I can manually set my CPU's frequency to 3 GHz without turbo mode (which keeps it nice and cool!):

    screenshot

    However, after reboot, it resets to "ondemand", which results in those short, massive temp bursts whenever I do something mundane like launching Opera:

    screenshot

    Is there a way to make it remember my desired setting?

    nb, this is happening to me on Linux Mint 19.3, but since the underlying technology is the same, I figured I'd post here too and see if you guys have any experience with this and found a solution.

  2. #2
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Remember CPU frequency across reboots? (indicator-cpufreq + acpi-cpufreq)

    Moved to the "MINT" forum.

  3. #3
    Join Date
    Mar 2009
    Beans
    363

    Re: Remember CPU frequency across reboots? (indicator-cpufreq + acpi-cpufreq)

    For anbody wondering the same thing, I think I found the solution. You can set a frequency cap in /etc/init.d/cpufrequtils, for me it was line 44:

    MAX_SPEED="0"

    Change the 0 to any fixed frequency you'd like. You can poll for the available options using a command, which is explained in the comments inside the cpufrequtils file. It's very well annotated.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •