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

Displaying Incorrect Dynamic Boost #1786

Closed
RevarloVlabius opened this issue Dec 25, 2023 · 4 comments
Closed

Displaying Incorrect Dynamic Boost #1786

RevarloVlabius opened this issue Dec 25, 2023 · 4 comments
Labels
question Further information is requested

Comments

@RevarloVlabius
Copy link

Describe the bug
My Asus Tuf F15 has an rtx 3050 95w tgp (80w + 15w dynamic boost). But ghelper by default shows dynamic boost to 25w in the slider located in Fans + Power option. Even if I click on factory default button.

Clear scenario to Reproduce
Steps to reproduce the behavior:

  1. Go to 'Fans + Power'
  2. Click on 'GPU'.
  3. Shows 25w dynamic boost.

Expected behavior
I expected the slider to show 15w instead of 25w.

App Logs
log.txt

Desktop (please complete the following information):

  • OS: Windows 11
  • FX507ZC4

Asus software

  • Armoury Crate uninstalled. (Actually removed after a clean windows installation)
  • MyASUS uninstalled.
  • Other Asus services are not running in background
@seerge
Copy link
Owner

seerge commented Dec 25, 2023

@RevarloVlabius hello,

What happens if you would set 20W in dynamic boost ?

App shows 5-25W range in UI for all devices. Your BIOS has own hardcoded limits as well, so it will just ignore higher values if they are not supported.

It's same as with power sliders for CPU, and some other things. It's just unrealistic to hardcode sliders for each possible model on the market :)

@seerge seerge added the question Further information is requested label Dec 25, 2023
@RevarloVlabius
Copy link
Author

RevarloVlabius commented Dec 27, 2023

@seerge Hi,

Nothing really happens when I set it to 20w or even 5w. I don't think the slider works at all. In my nvidia control panel it shows 95w tgp no matter what I set in the slider.

Oh and another thing after I restart my laptop the charge limiter stops working and I have to click on the same value again for it start working again.

@seerge
Copy link
Owner

seerge commented Dec 27, 2023

@RevarloVlabius i don't think that's how dynamic boost works on Asus. You won't see anything new in control panel. It's how much power asus bios would let GPU to take.

You can run GPU heavy benchmarks like Furmark and check in Hwinfo how much power GPU consumes with 5W dynamic boost, or 15w, or 25W :)

P.S. Your GPU also has own VBIOS power limit, so if it's limited to 95W in Video BIOS - then it won't go higher cause of that, not cause of app settings.

As for charge limiter - many models reset it on reboot, so as soon as app starts it sets it again.

It's also in your log, for example

24/12/2023 5:58:09 pm: BatteryLimit = 60 : OK
24/12/2023 5:58:09 pm: BatteryLimit = 60 : OK

So no need to drag slider each time

@seerge seerge closed this as completed Dec 27, 2023
@seerge
Copy link
Owner

seerge commented Dec 29, 2023

@RevarloVlabius actually, since someone else also asked to limit their boost to 5W on other model. I have made this param configurable.

This build will show range 5-15W for your device

GHelper.zip

seerge added a commit that referenced this issue Dec 29, 2023
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