mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 16:45:53 +03:00
[GH-ISSUE #678] GPU Temperature via EC Registers - how to use? #601
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#601
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rolla-costa on GitHub (May 2, 2019).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/678
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.
@hirschmann commented on GitHub (May 12, 2019):
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.
This class shows how a NBFC temperature plugin should look like:
https://github.com/hirschmann/nbfc/blob/master/Core/Plugins/StagWare.Plugins.CpuTemperatureMonitor/CpuTemperatureMonitor.cs
This class implements methods to access the EC:
https://github.com/hirschmann/nbfc/blob/master/Core/Plugins/StagWare.Hardware.LPC/EmbeddedControllerBase.cs
@github-actions[bot] commented on GitHub (Nov 17, 2019):
This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed