RV670
- 精华
- 1
- 金币
- 5040
- 经验
- 10
- 贡献
- 14
|
马上注册加入红色小队,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
仅限GCN1.1,GCN1.2
修改注册表加入值来改变Powerplay策略,原文如下。
1.Search for TFQ_NA in Regedit. This will take you to a folder like HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000. Inside the 0000 folder, you'll see lots of registry keys like "RadeonSoftwareEdition." If you do, you're in the right place!
2.Add a new DWORD 32-bit key in the 0000 folder and name it: PP_AllGraphicLevel_DownHyst
3.Set the value data to decimal 20.
4.Reboot.
Enjoy.
//EDIT: You can also add these DWORD 32-bit keys, as they may also help resolve the issue. This will emulate Catalyst 15.11 behavior.
PP_ActivityTarget (value data 30 decimal)
PP_AllGraphicLevel_UpHyst (value data 0 decimal)
PP_AllGraphicLevel_DownHyst (value data 100 decimal) Note that this replaces step 2+3 above
具体做法是win+R,填入regedit。
1.找到HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000
这个目录下面有很多项,如果有RadeonSoftwareEdition字样显示,那么你就找对了。
2.右键0000文件夹选择DWORD 32bit。在0000选项里加入PP_AllGraphicLevel_DownHyst。右键PP_AllGraphicLevel_DownHyst选第一项,因为我用英文系统,所以第一项是modify,也就是调整或修改的意思。然后将Base值由hexadecimal改为decimal,左边填入20。记住是decimal 20(十进制20,十六进制014),decimal 20,decimal 20。说三遍,最关键。
3.重启生效
也可以加入下面的值
PP_ActivityTarget (decimal 30)
PP_AllGraphicLevel_UpHyst (decimal 0)
PP_AllGraphicLevel_DownHyst (decimal 100) 这和第二步不一样,就是把20改成100了。
经过我手里面380的测试,只需要
PP_AllGraphicLevel_UpHyst=20
PP_AllGraphicLevel_DownHyst=20
这两项就可以防止core clock下降,防止throttle。改变上面两个注册表不会让显卡锁定在高频,只是改变功耗设置,显卡提频更积极,默认运行依然是300/150。
|
评分
-
查看全部评分
|