<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Wed, 23 May 2012 17:59:53 -0700 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/gpu-detect-sample/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network Comments Feed</title>
    <link>http://software.intel.com/en-us/articles/gpu-detect-sample</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>By msaito@imagsts.com</title>
      <description><![CDATA[ Those working in Windows might use (in VB.net - similar in C++ and C#)


Imports System.Management
Dim searcher As New ManagementObjectSearcher("rootCIMV2", "SELECT * FROM Win32_VideoController")
For Each mo As ManagementObject In searcher.Get()
            ' of interest are  mo("AdapterCompatibility"),  mo("AdapterRAM") , mo("Description"), mo("VideoProcessor")
           '  and mo("VideoModeDescription") - we have not seen values in mo("MaxNumberControlled")     
Next
This provides information like
compatability=Intel Corporation
RAM=1894344704 
desc=Intel(R) G45/G43 Express Chipset
Processor=Intel(R) 4 Series Express Chipset Family
mode=1024 x 768 x 4294967296 colors    ]]></description>
      <link>http://software.intel.com/en-us/articles/gpu-detect-sample/#comment-61353</link>
      <pubDate>Thu, 30 Jun 2011 21:38:28 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/gpu-detect-sample/#comment-61353</guid>
    </item>
    <item>
      <title>By Sergey Kostrov</title>
      <description><![CDATA[ Detects GPU hardware and shows compatibility settings even with older Microsoft Direct SDK, like June 2007. ]]></description>
      <link>http://software.intel.com/en-us/articles/gpu-detect-sample/#comment-66412</link>
      <pubDate>Mon, 07 Nov 2011 06:20:28 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/gpu-detect-sample/#comment-66412</guid>
    </item>
  </channel></rss>
