<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: IGlobalScreenDisplaySettings in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/iglobalscreendisplaysettings/m-p/11222#M270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;The funny part is that when I run this, it says it CAN enable acceleration, but the g.EnableHardwareAcceleration property remains FALSE. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm noticing the same thing.&amp;nbsp; Did you ever figure out if this is specific to a given system, or if it happened on all machines?&amp;nbsp; (If it was the latter, did you ever determine a resolution?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Brooks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2012 14:19:44 GMT</pubDate>
    <dc:creator>BrooksShannon</dc:creator>
    <dc:date>2012-10-30T14:19:44Z</dc:date>
    <item>
      <title>IGlobalScreenDisplaySettings</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/iglobalscreendisplaysettings/m-p/11220#M268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to control hardware acceleration in ArcGIS Engine. I am using C#&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This page documents the IGlobalScreenDisplaySettings interface and references the CoClass GlobalScreenDisplaySettings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//001w000003w5000000"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//001w000003w5000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I can't figure out how to use it. There are no examples. Google and forum searches return nothing but references to the above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(There does not appear to be any ArcGIS Engine forum, sorry if I am posting in the wrong place!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 03:35:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/iglobalscreendisplaysettings/m-p/11220#M268</guid>
      <dc:creator>BrianWilson</dc:creator>
      <dc:date>2012-03-21T03:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: IGlobalScreenDisplaySettings</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/iglobalscreendisplaysettings/m-p/11221#M269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Answering my own q, I must have been too sleepy last night! Here is a code snippet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Courier New;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; using ESRI.ArcGIS.Display;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GlobalScreenDisplaySettings g = new GlobalScreenDisplaySettingsClass();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bool yes = g.CanEnableHardwareAcceleration();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (yes) g.EnableHardwareAcceleration = true;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The funny part is that when I run this, it says it CAN enable acceleration, but the g.EnableHardwareAcceleration property remains FALSE. I am running on a desktop with OpenGL 3.1 compatible card so it should not be a hardware limitation. I will try testing on some more computers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 16:46:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/iglobalscreendisplaysettings/m-p/11221#M269</guid>
      <dc:creator>BrianWilson</dc:creator>
      <dc:date>2012-03-21T16:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: IGlobalScreenDisplaySettings</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/iglobalscreendisplaysettings/m-p/11222#M270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;The funny part is that when I run this, it says it CAN enable acceleration, but the g.EnableHardwareAcceleration property remains FALSE. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm noticing the same thing.&amp;nbsp; Did you ever figure out if this is specific to a given system, or if it happened on all machines?&amp;nbsp; (If it was the latter, did you ever determine a resolution?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Brooks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 14:19:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/iglobalscreendisplaysettings/m-p/11222#M270</guid>
      <dc:creator>BrooksShannon</dc:creator>
      <dc:date>2012-10-30T14:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: IGlobalScreenDisplaySettings</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/iglobalscreendisplaysettings/m-p/11223#M271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;using ESRI.ArcGIS.Display;&lt;BR /&gt;&lt;BR /&gt;GlobalScreenDisplaySettings g = new GlobalScreenDisplaySettingsClass();&lt;BR /&gt;bool yes = g.CanEnableHardwareAcceleration();&lt;BR /&gt;if (yes) g.EnableHardwareAcceleration = true;&lt;BR /&gt;&lt;BR /&gt;The funny part is that when I run this, it says it CAN enable acceleration, but the g.EnableHardwareAcceleration property remains FALSE. &lt;BR /&gt;Brian&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having this same issue. Info:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Standalone C#/WinForms app&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS 10.1 SP1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tested on two workstations, both with high-end graphics cards with updated drivers. The CanEnableHardwareAcceleration property returns True on both machines, but setting the EnableHardwareAcceleration property does not actually change its value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 16:12:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/iglobalscreendisplaysettings/m-p/11223#M271</guid>
      <dc:creator>TaraHemphill</dc:creator>
      <dc:date>2013-02-27T16:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: IGlobalScreenDisplaySettings</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/iglobalscreendisplaysettings/m-p/11224#M272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am having this same issue. Info:&lt;BR /&gt;Standalone C#/WinForms app&lt;BR /&gt;ArcGIS 10.1 SP1&lt;BR /&gt;&lt;BR /&gt;Tested on two workstations, both with high-end graphics cards with updated drivers. The CanEnableHardwareAcceleration property returns True on both machines, but setting the EnableHardwareAcceleration property does not actually change its value.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;Thanks.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hey Tara,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ended up working with ESRI Support on this issue, and they determined that it was related to my video card and their drivers.&amp;nbsp; My rig is kind of old, so no official drivers actually work: calling CanEnableHardwareAcceleration actually returns false.&amp;nbsp; However, after installing the latest reference drivers for my graphics card, CanEnableHardwareAcceleration returns true, but setting EnableHardwareAcceleration has no effect.&amp;nbsp; It's clear that, for me at least, it's related to my card and/or drivers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did verify that on some other machines in our office, calling EnableHardwareAcceleration works as expected.&amp;nbsp; There are graphics cards and/or drivers, then, that simply aren't supported. Depending on the drivers, you might see the behavior that you are currently experiencing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's probably not a bad idea to hit up ESRI Support and let them know what graphics card and drivers you're using.&amp;nbsp; Perhaps they don't support them, but can offer some advice on alternative drivers to use.&amp;nbsp; (Or they can work on adding support for those drivers in the future.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Brooks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 16:22:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/iglobalscreendisplaysettings/m-p/11224#M272</guid>
      <dc:creator>BrooksShannon</dc:creator>
      <dc:date>2013-02-27T16:22:50Z</dc:date>
    </item>
  </channel>
</rss>

