小编Flu*_*ffy的帖子

自 Ubuntu 16.04 起无法禁用涡轮增压

我最近更新到 Ubuntu 最新的 LTS。我的电脑散热管理很差,我需要能够禁用涡轮增压才能舒适地使用它。

我有一个脚本,它通过使用 msr-tools 来做到这一点,在所有内核上禁用涡轮增压:

sudo wrmsr -pX 0x1a0 0x4000850089 (X being the number of the core)
Run Code Online (Sandbox Code Playgroud)

由于更新,这是我使用此命令得到的结果:

wrmsr: pwrite: Operation not permitted
Run Code Online (Sandbox Code Playgroud)

关于如何解决这个问题的任何线索?

问候

cpu turbo-boost 16.04

1
推荐指数
1
解决办法
3567
查看次数

标签 统计

16.04 ×1

cpu ×1

turbo-boost ×1