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. |
|
@MinhThienDX have you stopped maintaining this project? Is there a more active fork/version that you are aware of? |
| [Variables] | ||
| @Include=CPU-Tiny.ini | ||
| BackgroundHeight=#smallHeight# | ||
| BackgroundHeight=91 |
There was a problem hiding this comment.
Is there no other way?
We are trying to keep the height consistent between widgets.
There was a problem hiding this comment.
Sorry @wzub, I reviewed back then but did not know I need to click Submit review.
No, not that I am aware of. |



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.iniThe RPM are shown in a new line below the Temperature, which looks best in the Performance - Combo skin.
Possible improvements