The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: dnook on December 17, 2010, 09:01:38 PM

Title: GPU information
Post by: dnook on December 17, 2010, 09:01:38 PM
How can I get information about the video card, for example: CPU frequency, temperature, fan speed, and other?
Title: Re: GPU information
Post by: BogdanOntanu on December 17, 2010, 10:37:41 PM
WMI interfaces combined with IDirect3D interfaces maybe?
Title: Re: GPU information
Post by: dedndave on December 17, 2010, 10:43:42 PM
at the lowest level, you may need a kernel mode driver
Title: Re: GPU information
Post by: BogdanOntanu on December 17, 2010, 11:27:03 PM
Quote from: dedndave on December 17, 2010, 10:43:42 PM
at the lowest level, you may need a kernel mode driver

Not needed to go that far... knowledge of some proprietary IOCTL for an existing driver should suffice ;)
Title: Re: GPU information
Post by: Farabi on December 21, 2010, 01:31:43 PM
Yeah, I used to taugh the newbie the hardest way, that is why many of them run from Asm, I guess we should leave them to learning API, not learning the whole of computer system.
Title: Re: GPU information
Post by: donkey on December 21, 2010, 01:53:52 PM
Most manufacturers of graphics cards and GPU's have their own WMI providers or API's. For example there is PerfHUD from NVIDIA (http://developer.nvidia.com/object/nvperfhud_home.html) and PerfStudio for AMD/ATI (http://developer.amd.com/gpu/Pages/default.aspx).