Timeline for Scale down to a specific frequency on Ubuntu Linux 14 w/ Intel CPU
Current License: CC BY-SA 4.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 17, 2019 at 10:33 | answer | added | rubo77 | timeline score: 0 | |
| Sep 7, 2018 at 7:37 | history | edited | JRD | CC BY-SA 4.0 | added 201 characters in body |
| Sep 7, 2018 at 6:34 | comment | added | user306023 | Looks like you need userspace governor to use specific frequency for a specific CPU core. What I suggested (in an answer which should be deleted soon because it's useless now) sudo cpupower -c 3 frequency-set --governor powersave --min 1200MHz --max 1200MHz won't work because min/max affect the governor itself, so -c 3 has no effect, it will affect all CPUs and lock them to 1.2GHz at all times. | |
| S Sep 6, 2018 at 22:50 | history | edited | Jeff Schaller♦ | CC BY-SA 4.0 | Clarity of subject line; other copy-editing |
| S Sep 6, 2018 at 22:50 | history | suggested | K7AAY | CC BY-SA 4.0 | Clarity of subject line |
| Sep 6, 2018 at 20:06 | review | Suggested edits | |||
| S Sep 6, 2018 at 22:50 | |||||
| Sep 6, 2018 at 19:06 | comment | added | George Vasiliou | wiki.archlinux.org/index.php/CPU_frequency_scaling | |
| Sep 6, 2018 at 19:03 | comment | added | George Vasiliou | I had the same question once, and the answer i think was to disable pstate kernel parameter. This allows you to use fixed frequency.... I will try to find the right command. | |
| Sep 6, 2018 at 17:40 | history | edited | JRD | CC BY-SA 4.0 | added 109 characters in body |
| Sep 6, 2018 at 17:35 | review | First posts | |||
| Sep 6, 2018 at 17:51 | |||||
| Sep 6, 2018 at 17:34 | history | asked | JRD | CC BY-SA 4.0 |