-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add Fan RPM measure #35
base: master
Are you sure you want to change the base?
Conversation
To switch between Afterburner and HWiNFO, change MeasureName3 under [Value5]
Automatically detect GPU fan speed from HWiNFO or Afterburner, detect CPU fan speed from HWiNFO, and fixes to sizes and positioning of rpm measures
An alternative implementation was submitted by @clone1084 in PR #36 which also includes CPU fan RPM. Using that as a starting point I've made some improvements here |
I've already absorbed #36 into this one (sorry @clone1084 😅) after seeing it had CPU fan speed as well. It works perfectly with HWiNFO, but MSI Afterburner apparently can't read CPU fan speed. The
|
Im trying to do my own implementation of the fan speed of my cpu, and I cant get to a final solution. This is how i want it to look: For some reason, i can't get the text to properly show in two lines. i tried using
and i modded the next files:
I would like to have some help, but i dont know if this is the correct place to ask. |
This adds the Fan RPM to the GPU measure. Currently it's not dynamic so depending on whether you use MSI Afterburner or HWiNFO, you will need to change MeasureName3 under [Value5] in
/Performance Templates/gpuTemplate.ini
The RPM are shown in a new line below the Temperature, which looks best in the Performance - Combo skin.
Possible improvements