New info on getting Nvidia GPU temps & plugin request
Posted: February 1st, 2006, 1:21 pm
I have just found some information on a nvidia pdf called NVControlPanel_API.pdf on how to read GPU temps. Sadly i can't code anything because of my lack of knowledge.
So this is a request to the guru's for a nvidia temps plugin.
Pasting info from pdf.
Entire pdf available per PM request.
Many thanks for your great work!
NvCplGetThermalSettings()
Function Prototype
BOOL CDECL NvCplGetThermalSettings
(IN UINT nWindowsMonitorNumber,
OUT DWORD* pdwCoreTemp,
OUT DWORD* pdwAmbientTemp,
OUT DWORD* pdwUpperLimit);
Parameters In
UINT nWindowsMonitorNumber -- The display number shown on the Windows Display Properties->Settings page. A value of 0 indicates the current primary Windows display device.
DWORD* must be a valid pointer --
pdwCoreTemp -- GPU temperature in degrees Celsius.
pdwAmbientTemp -- Ambient temperature in degrees Celsius.
pdwUpperLimit -- Upper limit of the GPU temperature specification.
Return Values
True on success.
False on failure.
So this is a request to the guru's for a nvidia temps plugin.
Pasting info from pdf.
Entire pdf available per PM request.
Many thanks for your great work!
NvCplGetThermalSettings()
Function Prototype
BOOL CDECL NvCplGetThermalSettings
(IN UINT nWindowsMonitorNumber,
OUT DWORD* pdwCoreTemp,
OUT DWORD* pdwAmbientTemp,
OUT DWORD* pdwUpperLimit);
Parameters In
UINT nWindowsMonitorNumber -- The display number shown on the Windows Display Properties->Settings page. A value of 0 indicates the current primary Windows display device.
DWORD* must be a valid pointer --
pdwCoreTemp -- GPU temperature in degrees Celsius.
pdwAmbientTemp -- Ambient temperature in degrees Celsius.
pdwUpperLimit -- Upper limit of the GPU temperature specification.
Return Values
True on success.
False on failure.