-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Feature Request - control fan speed via cpu temp #130
Comments
Hi mlch991. I can understand this and it wasn't any hard to implement. But this just isn't right: this type of automation is typically handled by specialized hardware(SMC, PCH, etc.), with much better accuracy and response time while not wasting CPU resources. It's the vender's job to make sure it was configured correctly. In term of DIY builds you can typically configure this with the EFI config menu. |
I agree with you. But the fan curve I can setup in BIOS is so stupid and limited. So I usually config custom fan curve in software. And I can change it whenever I want. |
Indeed, I also feel that those UIs are trash. But adding automation to this software won't solve this problem. |
Thx a lot. BTW. Is it possible to add Power and Frequency data to iStat ? |
There's an old thread #10 that talked about this. Power should be shown in iStat for some SMBIOS if you get SMCAMDProcessor loaded. I don't think frequency is possible since iStat doesn't not display it. |
Now it can change fan speed once.
Is it possible to add a tool to control fan speed via cpu temp?
like many other fan control tool.
Or is there any cli tool to call that can read cpu temp and change fan speed ? And I can write a script to do the same thing.
The text was updated successfully, but these errors were encountered: