cpu模式只有两个怎么办
Tofloor
poster avatar
ghostry
deepin
2020-04-22 22:20
Author
看了篇文章 https://wsgzao.github.io/post/cpupower/

说是可以调整cpu电源策略.有五种.

然后我的电脑上操作就提示错误,经过查找,

  1. cd   /sys/devices/system/cpu/cpu0/cpufreq
  2. cat scaling_available_governors
Copy the Code
发现我这电脑上只有 performance powersave 两个模式. 我想用的 conservative 并不存在.

有大侠能解答下么?这个是需要安装,还是要硬件支持才有?

cpu是i7,9th.

Reply Favorite View the author
All Replies
avatar
星外之神
deepin
2020-04-22 22:33
#1
感觉这个不调也没什么变化
linux下只要驱动不好、内核不好就疯狂耗电
Reply View the author
avatar
funtoo
deepin
2020-04-22 22:46
#2
过时的文章还看?
我记得早在2013年就引入intel_pstate驱动,就只有两种模式了,performance下也能自动睿频。
不想用pstate驱动就在内核参数里面禁用掉。
Reply View the author
Comments
q77190858
2020-04-22 23:12
是的
avatar
ghostry
deepin
2020-04-22 23:48
#3
https://bbs.deepin.org/post/192610
过时的文章还看?
我记得早在2013年就引入intel_pstate驱动,就只有两种模式了,performance下也能自动睿频 ...

哦,原来是这样.

感谢.
Reply View the author
avatar
魔法师
deepin
2020-04-23 16:49
#4
我使用了约1年的deepin,目前是15.11。同时我用的是1年前购买的surface pro 6。
Reply View the author
avatar
魔法师
deepin
2020-04-23 17:00
#5
在电源,发热,降频方面我选择的策略是同楼主您所说的方案。我认为这并不过时,因为它有效。主要可能认为无效及过时原因在于该文件在修改一次后,重新插拔电源,USB等外设会触发内容更新(也是所谓的重置或还原)。powersave值是用于降低并作用于平衡核心频率的使用,也可以认为并不是限制在最低性能,要高的时候它也可以发挥100%的性能,只不过是类似于安卓中的高性能与平衡模式而已。你需要为此进行编写基于sysv或基于systemd服务(最终),主要是你为你的电脑进行单独适配,虽然方案理念通用。但不是每种CPU都是一样的核心数。
Reply View the author
avatar
魔法师
deepin
2020-04-23 17:05
#6
需要编写服务目的是让它开机启动就运行,最基本的情况是你需要了解shell或基本的python编程
Reply View the author
avatar
jzc
deepin
2020-04-23 17:49
#7
arch wiki cpu frequency scaling
Reply View the author
avatar
zzboat0422
deepin
2020-04-24 07:19
#8
matebook13 在默认模式 performance 下就一直是满频率运行,风扇狂转,温度奇高,根本没有自动降频过。
Reply View the author