作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想改变cpu频率。我已经安装了 cpufrequtils。
命令“cpufreq-info
”给我信息
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
driver: intel_pstate
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 0.97 ms.
hardware limits: 1.20 GHz - 2.40 GHz
available cpufreq governors: performance, powersave
current policy: frequency should be within 1.20 GHz and 2.40 GHz.
The governor "performance" may decide which speed to use
within this range.
sudo cpufreq-set -f 1500000
”。我收到错误:
Error setting new values. Common errors:
- Do you have proper administration rights? (super-user?)
- Is the governor you requested available and modprobed?
- Trying to set an invalid policy?
- Trying to set a specific frequency, but userspace governor is not available,
for example because of hardware which cannot be set to a specific frequency
or because the userspace governor isn't loaded?
最佳答案
直接HOWTO回答
$ sudo vi /etc/default/grub
$ sudo update-grub
$ sudo grub2-mkconfig -o /boot/grub2/grub.cfg
$ sudo reboot
$ sudo cpupower frequency-set --governor userspace
$ sudo cpupower --cpu all frequency-set --freq 1.5GHz
$ cpupower frequency-info
关于kernel - 如何解决 cpufreqset 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23526671/
我想改变cpu频率。我已经安装了 cpufrequtils。 命令“cpufreq-info”给我信息 cpufrequtils 008: cpufreq-info (C) Dominik Brodo
我是一名优秀的程序员,十分优秀!