You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #203 it would be nice to also include GPU temperature to determine necessary fan speed. @chandradeepdey pointed out it is possible to read GPU temperature via EC registers on his machine. Using ec-probe and MSI Afterburner it took less than five minutes to find out the GPU temperature EC register on my laptop. How could I make use of that knowledge? A simple maximum(T-CPU, T-GPU) would be completely fine.
The text was updated successfully, but these errors were encountered:
Currently there is no easy way to make use of this knowledge. You'd have to create a temperature plugin for NBFC which reads from the register you found.
As discussed in #203 it would be nice to also include GPU temperature to determine necessary fan speed. @chandradeepdey pointed out it is possible to read GPU temperature via EC registers on his machine. Using ec-probe and MSI Afterburner it took less than five minutes to find out the GPU temperature EC register on my laptop. How could I make use of that knowledge? A simple maximum(T-CPU, T-GPU) would be completely fine.
The text was updated successfully, but these errors were encountered: