seerge / g-helper

Lightweight Armoury Crate alternative for Asus laptops and ROG Ally. Control tool for ROG Zephyrus G14, G15, G16, M16, Flow X13, Flow X16, TUF, Strix, Scar and other models
https://seerge.github.io/g-helper/
GNU General Public License v3.0
7.16k stars 260 forks source link

Autumatically switch performance mode basing on power supply mode. #3196

Closed NamelessDev0000 closed 3 hours ago

NamelessDev0000 commented 3 hours ago

Rules

Is your feature request related to a problem? Please describe

Here is a scenario: I'm playing or browsing web with high performance mode then after I take out my laptop, it changes performance mode in silence.

Describe the solution you'd like

Add some selection menu in extra part.

Describe alternatives you've considered

Provide an API. e.g:: http://localhost:2333/mode?=perf

Device and Model

ASUS TUF Gaming A16 FA607PI

Additional information.

No response

NamelessDev0000 commented 3 hours ago

Also, can we also automatically switch graphic card mode basing on power supply mode?

seerge commented 3 hours ago

@NamelessDev0000 hello, this is already the case.

App remembers last used mode per plugged in / on battery case and automatically sets that.

For GPU - you have Optimized mode that disables GPU on battery (Eco) and enables when plugged in (Standard)

Thanks.