flukejones / rog-core

Implements missing functionality for ASUS Zephyrus GX502, GX502, GX531, G712, G53, GA14/GA401, GA15/GA502 such as keyboard LED control, RGB modes, AniMe display control, and missing fn functions.
Mozilla Public License 2.0
255 stars 25 forks source link

Silent fan profile does not persist on GA401 #36

Closed schaerfo closed 4 years ago

schaerfo commented 4 years ago

After applying the 'silent' fan profile with

$ rog-core -f silent

the fan spin down, but only for a few seconds. After that, they return to their normal speed. In order to have the fans in silent mode continuously, the command above has to be run periodically.

Yarn commented 4 years ago

The "normal" speeds they return to are still the silent profile (and should be a bit lower than the normal profile). I have custom fan curves working if you want to beta test that, I don't have the instructions anywhere but on the discord (linked in the readme) atm though.

schaerfo commented 4 years ago

OK, that is some rather unintuitive behavior then. I will perhaps take a look at the custom fan curves, thanks!