News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

GPU information

Started by dnook, December 17, 2010, 09:01:38 PM

Previous topic - Next topic

dnook

How can I get information about the video card, for example: CPU frequency, temperature, fan speed, and other?

BogdanOntanu

WMI interfaces combined with IDirect3D interfaces maybe?
Ambition is a lame excuse for the ones not brave enough to be lazy.
http://www.oby.ro

dedndave

at the lowest level, you may need a kernel mode driver

BogdanOntanu

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 ;)
Ambition is a lame excuse for the ones not brave enough to be lazy.
http://www.oby.ro

Farabi

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.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

donkey

Most manufacturers of graphics cards and GPU's have their own WMI providers or API's. For example there is PerfHUD from NVIDIA and PerfStudio for AMD/ATI.
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable