Query Video/Graphics adapter name/model

Colin Swelin <[email protected]> Fri, 6 Aug 2010 13:04:09 -0400
Newsgroups gmane.comp.macosx.devel
Message-ID <[email protected]>
What's the best way to obtain a video cards model when there's no monitor attached? I can obtain this information fine by obtaining a CGDisplayIOServerPort from a CGDirectDisplayID then access via IORegistryEntry.

But problem occurs when there's no monitor device attached, how can I get this information without a monitor present? programmatically id prefer.

Thanks.