feifei78 发表于 2024-4-20 06:43

推荐 Yuuki 制作的适合锐龙全系列 CPU 的电源计划 [RCPP]

本帖最后由 feifei78 于 2024-4-22 09:32 编辑

原地址在油_管,https://reurl.cc/WxERpO

第二地址,下面这个帖子第 7 个回复,
https://techcommunity.microsoft.com/t5/windows-insider-program/bug-windows-11-power-saver-plan/m-p/3267857

Ryzen Custom Power Plan (v0.63).zip*RCPP is 3rd Party Custom Power Plan Big Little Scheduling is below the comments.

原下载地址在谷_哥网盘,https://reurl.cc/mMqrej

*RCPP is non-commercial and free for anyone to use.
*A pow file is actually the same as a windows registry file.
个人传的文件,
neil78.ysepan.com

static/image/hrline/4.gif

这个电源计划,目的是安静,CPU 温度低,
不适合竞技游戏,不适合即时战略游戏。

Ryzen Custom Power Plan
(Power Plan for Ryzen 1000/2000/3000/4000/5000/6000 and Thread Ripper series (Windows10 / Windows11 power plan))

# function
Use Windows power management to control the CPU clock to reduce noise and power consumption.
*No overclocking.
*This is not case if user is voluntarily PBO / Curve Optimizer / OverClocking.
*If you do not have a special reason please use the OS or AMD power plan.
Please use batch file for installation and uninstallation.

# register batch file in the launcher application if necessary.
Desktop->StartMenu->TaskBar->Right Click->Tool Bar->New Tool Bar->Select bat file Folder (PP_Select)

*To make the Windows 11 taskbar look like Windows 10,
you need to use an external tool such as Explorer Patcher (ep_setup.exe install and taskbar right lick to open proparty) or edit the registry.
使用上,
例如你电脑的 CPU 是 5950X,先找到 install_(zen3 or later).bat 安装,
找到 PP_Select 文件夹下的计划 xxxx.bat,
选择一个运行就可以了

卸载,找到 uninstall_(zen3 or later).bat 运行就行
另,如果你用旧主机的盘直接安装到新系统上,建议查看并运行 Recovery_Mode_(Ryzen5000).bat

原理上,
利用电源计划控制 CPU,使 CPU 运行的不是那么激进,就能减少噪音和功耗

作者给的图,
https://imglink.win/image/2024/04/20/fXUoo.md.png

static/image/hrline/4.gif

使用注意
win10 win11 安装了芯片组驱动,关掉了 windows 设置里的“游戏模式”,创建一个系统还原点。

文件说明
作者给的 .bat 文件很多,
至 代表性能从最高到最低,
(建议不要用性能太低的电源计划,本人不打包票)
代表适合跑单核高频程序,例如游戏
代表适合跑多核处理程序,例如视频渲染
代表兼顾单核高频和多核处理

选择你需要的文件复制到桌面新建文件夹,
要切换哪个,直接运行哪个就行

https://imglink.win/image/2024/04/20/fXqlQ.png

编辑文件的方法
PP_Select 文件夹包含的电源计划,不需要编辑直接可用


如果需要编辑,例子,
比如 Clock-Limit 文件夹里面的文件, High Performance (+) .bat,
下面 6 个参数都能编辑,
要点是加粗加下划线的 2 个,基本没有难度

: ###### USER SETTING ###### (START)

: Responce Mode
: (Custom=0 / Slower=1 / slow=2 / Normal=3 / Fast=4) <- Low Power --- Performance -> *Default=0
set Responce=0

: Turbo Mode
: P-State (Disable=0 / Enable    =1 / Enable   =2 / Efficiency=3 / Efficiency=4)
: CPPC2   (Disable=0 / Efficiency=1 / Agressive=2 / Efficiency=3 / Aggressive=4)
set TB_MODE=2

: Min Clock Setting *Default=0 (0-100%, auto=0)
set MinClock=95

: Max Clock Setting *Default=0 (0-9999MHz, auto=0)
set MaxClock=4800

: Active Core Percent (1-100 %)
: 100=All Core Active, 75=75% Core Active, 50=50% Core Active
set Active_Core=100

: Priority CCD Mode
: *EPYC16C=2CCD , EPYC24C/32C=4CCD , EPYC64C=8CCD
: *Ryzen 5100/5300/5500/5600/5700/5800=1CCD , 5900/5950=2CCD
: (Custom=0 / 1CCD=1 / 2CCD=2 / 4CCD=4 / 6CCD=6 / 8CCD=8) *Default=0
set CCD_Count=0

其余参数是作者设定好的,没必要修改的

###### USER SETTING ###### (END)
: ###### SYSTEM SETTING ###### (START) *Not Change

: Target GUID
set GUID=ea000000-BBBB-0001-0170-000000000100

: fine clock correction
set /A LimitClock=MaxClock+30
if %MaxClock%==0 set /A LimitClock=MaxClock+0

: Processor performance time check interval (4-250ms)
set PPSI=1

: Historical count of processor performance (1-120)
set HCPP=46

: Processor performance degradation interval count (1-100)
set PPDI=32

: Processor performance Core pending concurrency threshold (0-100)
: Exsample, gather=97, variance=0, AllSync=100
set PPCPT=25

: Processor Performance Core Pending Overuse Threshold (5-80)
set PPPT=85

: Processor performance Core pending concurrency headroom threshold (0-100)
set PPCPCHT=50

: Heterogeneous thread scheduling policy
: (All=0 / Performance Processor=1 / Priority Performance Processor=2 / Efficiency Processor=3 / Priority Efficiency Processor=4 / Auto=5)
set HTSP=2

: Heterogeneous thread scheduling policy for short running threads
: (All=0 / Performance Processor=1 / Priority Performance Processor=2 / Efficiency Processor=3 / Priority Efficiency Processor=4 / Auto=5)
set HTSS=1

: Processor performance core parking increase time
set PCPI=1

: Processor performance core parking decrease time
set PCPD=80

: Throttling Mode
: (0=Disable, 1=Enable)
set TTM=0

推荐的软件,
QuickCPU ,分析CPU各核心功耗/使用率/性能,修改电源计划,分析CPU超频
(如果打不开请用旧版,或者反馈问题给开发者)
https://coderbag.com/product/quickcpu



实测,
5950X CPU ,win10 系统,编辑运行 Balanced (+) .bat,
打开多个低负载程序,浏览器多个页面,播放视频,打开新页面, CPU 温度很低,风扇噪音很低

编辑运行 High Performance (+) .bat,
游戏正常,帧率正常,风扇噪音很低
https://imglink.win/image/2024/04/20/fXVZj.png

xzzfft 发表于 2024-4-20 07:40

感谢,5900x回去测试下

alice1991N 发表于 2024-4-20 13:38

感谢分享,回去试用一下看看效果

JokerFu 发表于 2024-4-20 17:19

感谢,5900x试一下。https://cdn.jsdelivr.net/gh/master-of-forums/master-of-forums/public/images/patch.gif

roubao2014 发表于 2024-4-20 18:36

本帖最后由 roubao2014 于 2024-4-20 21:02 编辑

支持,谢谢楼主
页: [1]
查看完整版本: 推荐 Yuuki 制作的适合锐龙全系列 CPU 的电源计划 [RCPP]