Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Power limits reset randomly #2355

Closed
2 tasks done
skipster1337 opened this issue Apr 1, 2024 · 8 comments
Closed
2 tasks done

Power limits reset randomly #2355

skipster1337 opened this issue Apr 1, 2024 · 8 comments
Labels
question Further information is requested

Comments

@skipster1337
Copy link

Rules

  • I made myself familiar with the Readme, FAQ and Troubleshooting.
  • I understand that, if insufficient information or no app logs will be provided, my issue will be closed without an answer.

What's wrong?

When I set the CPU power limit in the Fans + Power menu (20w for example), it works for a period of time then seems to reset back to default as seen in Afterburner's CPU power usage. The power limit can last from around five minutes to an hour, but it will eventually reset (I believe this is a BIOS related issue, reapplying the "stock" power settings at random, other apps like UXTU circumvent this by setting a reapply timer).
Also the slow boost limit doesn't do anything because it gets set to the same value as the sustained limit as seen in the log. It's possible to set a separate boost limit through other apps, such as UXTU and Renoir Mobile Tuning, so it should be possible to implement it in G-helper as well.
image

Untitled2

How to reproduce the bug?

  1. Go to Fans + Power and set a power limit (20w in this case)
  2. Wait for some time
  3. The power limit will reset and the system will continue consuming more power than set in the limit

Logs

log.txt

Device and Model

ASUS TUF A15 FA506IU

Additional information.

No response

Armoury Crate

Uninstalled

Asus Services

None

Version

0.164.0

OS

Windows 10 22H2

seerge added a commit that referenced this issue Apr 1, 2024
@seerge
Copy link
Owner

seerge commented Apr 1, 2024

@skipster1337 hello, try this build

Since you have a very old device, it doesn't support power limits in an "asus"-way, same as other models. So app already sets them in a same way as UXTU does.

It will re-apply power limits, but it will use existing re-apply timer from Advanced section (so you need to check it there)

GHelper.zip

@seerge seerge added the question Further information is requested label Apr 1, 2024
@skipster1337
Copy link
Author

Okay, this is better. Now STAPM and slow boost get set correctly. It would also be great to have fast boost and duration sliders too, but that's picky of me.
2024-04-01 15_59_06-
Though there doesn't seem to be an auto-reapply timer in the advanced section for some reason.
2024-04-01 16_01_11-Fans and Power - AMD Ryzen 7 4800H with Radeon Graphics

@seerge
Copy link
Owner

seerge commented Apr 1, 2024

@skipster1337 For fPPT - I don't want to overcomplicate it. If you want some hardcore tuning, you can indeed use UXTU or so

Can you check if this build works correctly, I have made few cleanups here

GHelper.zip

@skipster1337
Copy link
Author

2024-04-01 16_31_32-
Works fine. I will set stapm and sppt to 20w and see if it resets again after a while.

@seerge
Copy link
Owner

seerge commented Apr 1, 2024

@skipster1337 default reapply timer is 30 seconds, but you can override that with in config.json

"reapply_time" : 30,

Also keep in mind, when it re-applies it won't write to log :)

@skipster1337
Copy link
Author

Hmm, there's no such option in the config, should it be added manually?

@seerge
Copy link
Owner

seerge commented Apr 1, 2024

@skipster1337 yes, there is no such option by default. Just in case 30 seconds should be more than enough.

@skipster1337
Copy link
Author

Ok, this should work. I set a 25w limit on the cpu and limited the frequency + undervolted my gpu so this poor old laptop doesn't burn up before I get to repaste it lol
Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants