-
Notifications
You must be signed in to change notification settings - Fork 37
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
How temperatures are changed #57
Comments
Hello @Greifent! 👋
The lowest level of setting temperatures in asus-fan-control is The This is how the temperatures are actually set to ACPI/hardware. All wrapper functions just check temperature values, and their number based on model information stored in models file. If there is no record for a device (not tested ones), it will use defaults from UX430UA model.
Did I answer this above with the models file? If not, please clarify this question. BTW, there are functions with similar yet opposite effects as the ones above – |
Thanks, that helped clarifying what the acpi do. |
Ah I see. Asus-fan-control uses ACPI entry points |
Thanks! |
Please close this issue once you feel it is resolved. 😸 We can continue in the discussion if an associated question arises and we can reopen the issue then. |
BTW, all you need should be asus-fan-control API and hence you wouldn't need to know these details... That also prevents from breaking afc-gui after modification of asus-fan-control internals. This is the reason why public APIs exist. |
What do you mean with asus-fan-control API? |
By API I mean the functionality accessible from a terminal. E.g., |
Thanks |
Additional context
I was looking at the source code but since my understanding of bash is not good I couldn't figure it out: how are the temperatures set? And which system variable is used to read the temperature of the computer and select the correct fan speed?
This is for a thing that I would like to add on the GUI.
Thanks
The text was updated successfully, but these errors were encountered: