Giter Club home page Giter Club logo

Comments (3)

SimonTLS avatar SimonTLS commented on August 19, 2024 1

非常感谢你的回复和解答!实测可用。
简易地解决了 65W PD 下,功率大幅波动导致轻度游戏严重卡顿的问题(估计是采用原装 100W 相同电源策略导致)。
会向遇到同样问题的人推荐,再次感谢!

from ryzentuner.

zqhong avatar zqhong commented on August 19, 2024

谢谢你反馈问题。

很可能是温度墙的设置影响了性能的发挥,平衡模式下限制 60 度。

public static int GetTctlTemp()
{
var powerLimit = GetPowerLimit();
if (RyzenTunerUtils.IsSleepMode(powerLimit))
{
return 50;
}
if (RyzenTunerUtils.IsPowerSaveModeMode(powerLimit))
{
return 55;
}
if (RyzenTunerUtils.IsBalancedMode(powerLimit))
{
return 60;
}
if (RyzenTunerUtils.IsPerformanceMode(powerLimit))
{
return 70;
}
return 90;
}

image

我现在统一调整为 90 度,你等下面的 GitHub action 执行完之后,下载里面的 Artifacts,看看有没有解决问题。

https://github.com/zqhong/RyzenTuner/suites/8033005940/artifacts/345229387

from ryzentuner.

zqhong avatar zqhong commented on August 19, 2024

不客气的,也谢谢你提供的反馈信息。

有个需要注意的点,目前 RyzenTuner 在非性能模式下会关闭睿频。关闭睿频能降低 CPU 温度,但也降低了性能。

from ryzentuner.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.