How to read GPU (graphic card) temperature?

Posted by mr.b on Stack Overflow See other posts from Stack Overflow or by mr.b
Published on 2010-05-16T09:51:22Z Indexed on 2010/05/16 10:10 UTC
Read the original article Hit count: 238

Filed under:
|
|
|
|

I am interested in a way how to read GPU temperature (graphics processing unit, main chip of graphic card), by using some video card driver API?

Everyone knows that there two different chip manufacturers (popular ones, at least) - ATI and nVIDIA - so there are two different kinds of drivers to read temperature from. I'm interested in learning how to do it for each different card driver.

Language in question is irrelevant - it could be C/C++, .NET platform, Java, but let's say that .NET is preferred.

Anyone been doing this before?

© Stack Overflow or respective owner

Related posts about Windows

Related posts about driver