<?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: Intel OpenGL drivers cannot correctly handle DPI changes in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/Intel-OpenGL-drivers-cannot-correctly-handle-DPI-changes/m-p/467030#M44723</link>
    <description>&lt;P&gt;Hello kryptan &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for reaching the Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I understand you are facing troubles with the graphics and your application, and we can check on that for sure.&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, my recommendations would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Test the system with the latest graphics driver:  &lt;A href="https://downloadcenter.intel.com/download/27266/Graphics-Intel-Graphics-Driver-for-Windows-15-60-?product=88355"&gt;https://downloadcenter.intel.com/download/27266/Graphics-Intel-Graphics-Driver-for-Windows-15-60-?product=88355&lt;/A&gt; Download Intel® Graphics Driver for Windows* [15.60] &lt;A href="https://downloadcenter.intel.com/download/27266/Graphics-Intel-Graphics-Driver-for-Windows-15-60-?product=88355"&gt;https://downloadcenter.intel.com/download/27266/Graphics-Intel-Graphics-Driver-for-Windows-15-60-?product=88355&lt;/A&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;If the problem persists, report the issue on this forum support (for app developers) &lt;A href="https://software.intel.com/en-us/forums/developing-games-and-graphics-on-intel"&gt;https://software.intel.com/en-us/forums/developing-games-and-graphics-on-intel&lt;/A&gt; Developing Games &amp;amp; Graphics on Intel &lt;A href="https://software.intel.com/en-us/forums/developing-games-and-graphics-on-intel"&gt;https://software.intel.com/en-us/forums/developing-games-and-graphics-on-intel&lt;/A&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have troubles installing the graphics driver, this installation method can help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;1. Extract the .zip file downloaded&lt;P&gt;&amp;nbsp;&lt;/P&gt;2. Access the device manager and look for display adapters (double click on it, you should be able to see an Intel(R) HD Graphics adapter or Microsoft Basic Display Adapter")&lt;P&gt;&amp;nbsp;&lt;/P&gt;3. Right click and select update driver for Intel HD Graphics&lt;P&gt;&amp;nbsp;&lt;/P&gt;4. Select "Browse my computer for driver software"&lt;P&gt;&amp;nbsp;&lt;/P&gt;5. Select "Let me pick from a list of device drivers on my computer"&lt;P&gt;&amp;nbsp;&lt;/P&gt;6. Click on "Have Disk" and find the extracted folder of the driver downloaded&lt;P&gt;&amp;nbsp;&lt;/P&gt;7. Go to "Graphics" folder within driver folder and select the **igdlh64.inf** file and hit open then ok&lt;P&gt;&amp;nbsp;&lt;/P&gt;8. Select Intel HD Graphics XXX under "model" and hit next&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Esteban C</description>
    <pubDate>Wed, 08 Nov 2017 17:49:48 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2017-11-08T17:49:48Z</dc:date>
    <item>
      <title>Intel OpenGL drivers cannot correctly handle DPI changes</title>
      <link>https://community.intel.com/t5/Graphics/Intel-OpenGL-drivers-cannot-correctly-handle-DPI-changes/m-p/467028#M44721</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been working on implementing high-DPI support for my app and testing it with various GPUs on Windows. I think I've hit a bug with Intel GPUs - when you move window from monitor with one DPI to a monitor with a different DPI, OpenGL cannot be used anymore to correctly render contents of the window. This only happens with Intel, as Nvidia and AMD work just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've made a simple app so you can reproduce this bug. It's a simple app that just renders several rectangles. You can download it form here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executable: &lt;A href="https://github.com/kryptan/dpi-test/releases/download/v3/dpi-test.exe"&gt;https://github.com/kryptan/dpi-test/releases/download/v3/dpi-test.exe&lt;/A&gt; &lt;A href="https://github.com/kryptan/dpi-test/releases/download/v3/dpi-test.exe"&gt;https://github.com/kryptan/dpi-test/releases/download/v3/dpi-test.exe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Source: &lt;A href="https://github.com/kryptan/dpi-test"&gt;https://github.com/kryptan/dpi-test&lt;/A&gt; &lt;A href="https://github.com/kryptan/dpi-test"&gt;https://github.com/kryptan/dpi-test&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After window moves to a monitor with different DPI, window is resized and glViewport is called with the new dimensions of the window. AMD and Nvidia has no issues with this and work just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected rendering:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual rendering after window was moved to a monitor with different DPI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(This last screenshot is actually with older drivers, with current drivers it looks even worse).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More discussion on this issue is available here: &lt;A href="https://github.com/tomaka/winit/pull/332"&gt;https://github.com/tomaka/winit/pull/332&lt;/A&gt; &lt;A href="https://github.com/tomaka/winit/pull/332"&gt;https://github.com/tomaka/winit/pull/332&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 15:22:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Intel-OpenGL-drivers-cannot-correctly-handle-DPI-changes/m-p/467028#M44721</guid>
      <dc:creator>kk10</dc:creator>
      <dc:date>2017-11-07T15:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Intel OpenGL drivers cannot correctly handle DPI changes</title>
      <link>https://community.intel.com/t5/Graphics/Intel-OpenGL-drivers-cannot-correctly-handle-DPI-changes/m-p/467029#M44722</link>
      <description>&lt;P&gt;My GPU:&lt;/P&gt;&lt;P&gt;glGetString(VENDOR) = "Intel"&lt;/P&gt;&lt;P&gt;glGetString(RENDERER) = "Intel(R) HD Graphics 530"&lt;/P&gt;&lt;P&gt;glGetString(VERSION) = "4.5.0 - Build 22.20.16.4815"&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 15:29:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Intel-OpenGL-drivers-cannot-correctly-handle-DPI-changes/m-p/467029#M44722</guid>
      <dc:creator>kk10</dc:creator>
      <dc:date>2017-11-07T15:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Intel OpenGL drivers cannot correctly handle DPI changes</title>
      <link>https://community.intel.com/t5/Graphics/Intel-OpenGL-drivers-cannot-correctly-handle-DPI-changes/m-p/467030#M44723</link>
      <description>&lt;P&gt;Hello kryptan &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for reaching the Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I understand you are facing troubles with the graphics and your application, and we can check on that for sure.&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, my recommendations would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Test the system with the latest graphics driver:  &lt;A href="https://downloadcenter.intel.com/download/27266/Graphics-Intel-Graphics-Driver-for-Windows-15-60-?product=88355"&gt;https://downloadcenter.intel.com/download/27266/Graphics-Intel-Graphics-Driver-for-Windows-15-60-?product=88355&lt;/A&gt; Download Intel® Graphics Driver for Windows* [15.60] &lt;A href="https://downloadcenter.intel.com/download/27266/Graphics-Intel-Graphics-Driver-for-Windows-15-60-?product=88355"&gt;https://downloadcenter.intel.com/download/27266/Graphics-Intel-Graphics-Driver-for-Windows-15-60-?product=88355&lt;/A&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;If the problem persists, report the issue on this forum support (for app developers) &lt;A href="https://software.intel.com/en-us/forums/developing-games-and-graphics-on-intel"&gt;https://software.intel.com/en-us/forums/developing-games-and-graphics-on-intel&lt;/A&gt; Developing Games &amp;amp; Graphics on Intel &lt;A href="https://software.intel.com/en-us/forums/developing-games-and-graphics-on-intel"&gt;https://software.intel.com/en-us/forums/developing-games-and-graphics-on-intel&lt;/A&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have troubles installing the graphics driver, this installation method can help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;1. Extract the .zip file downloaded&lt;P&gt;&amp;nbsp;&lt;/P&gt;2. Access the device manager and look for display adapters (double click on it, you should be able to see an Intel(R) HD Graphics adapter or Microsoft Basic Display Adapter")&lt;P&gt;&amp;nbsp;&lt;/P&gt;3. Right click and select update driver for Intel HD Graphics&lt;P&gt;&amp;nbsp;&lt;/P&gt;4. Select "Browse my computer for driver software"&lt;P&gt;&amp;nbsp;&lt;/P&gt;5. Select "Let me pick from a list of device drivers on my computer"&lt;P&gt;&amp;nbsp;&lt;/P&gt;6. Click on "Have Disk" and find the extracted folder of the driver downloaded&lt;P&gt;&amp;nbsp;&lt;/P&gt;7. Go to "Graphics" folder within driver folder and select the **igdlh64.inf** file and hit open then ok&lt;P&gt;&amp;nbsp;&lt;/P&gt;8. Select Intel HD Graphics XXX under "model" and hit next&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Esteban C</description>
      <pubDate>Wed, 08 Nov 2017 17:49:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Intel-OpenGL-drivers-cannot-correctly-handle-DPI-changes/m-p/467030#M44723</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-11-08T17:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Intel OpenGL drivers cannot correctly handle DPI changes</title>
      <link>https://community.intel.com/t5/Graphics/Intel-OpenGL-drivers-cannot-correctly-handle-DPI-changes/m-p/467031#M44724</link>
      <description>&lt;P&gt;This latest driver released 2 days ago does indeed fix the issue that I had. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 11:01:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/Intel-OpenGL-drivers-cannot-correctly-handle-DPI-changes/m-p/467031#M44724</guid>
      <dc:creator>kk10</dc:creator>
      <dc:date>2017-11-09T11:01:51Z</dc:date>
    </item>
  </channel>
</rss>

