<?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 I'm currently working on an in Developing Games on Intel Graphics</title>
    <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102210#M1427</link>
    <description>&lt;P&gt;I'm currently working on an issue where I need to programmatically set a specific display scaling property. Has there been any progress on this?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Tommy&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2016 14:25:21 GMT</pubDate>
    <dc:creator>Tommy_J_</dc:creator>
    <dc:date>2016-04-21T14:25:21Z</dc:date>
    <item>
      <title>Setting "Intel HD Graphics Control Panel" parameters without using the GUI</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102206#M1423</link>
      <description>&lt;P&gt;Setting "Intel HD Graphics Control Panel" parameters without using the GUI&lt;/P&gt;

&lt;P&gt;We are deploying a preconfigured Windows image to a large number of dual screen terminals with preinstalled Intel HD Graphics drivers (v 10.18.10.3496).&lt;/P&gt;

&lt;P&gt;The terminals use a user defined screen resolution of 960x600 pixels with full screen scaling option on a couple of different monitor types. All used hardware is capable of displaying this screen resolution. Because of the different monitor IDs it seems impossible to preconfigure these settings in the disk image.&lt;/P&gt;

&lt;P&gt;Is it possible to automatically set the user defined screen resolution of 960x600 and the full screen scaling option on first boot (command line tool, some script or a registry hack) for both monitors?&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	Thanks,&lt;BR /&gt;
	Andreas&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 10:48:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102206#M1423</guid>
      <dc:creator>Andreas_W_1</dc:creator>
      <dc:date>2016-01-25T10:48:11Z</dc:date>
    </item>
    <item>
      <title>Hi Andreas,</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102207#M1424</link>
      <description>&lt;P&gt;Hi Andreas,&lt;/P&gt;

&lt;P&gt;Yes there may be a way that will work for you. The following article was published in 20112 by an Intel Engineer. The HD graphics he references or old and not supported, but the process should still apply today:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/intel-graphics-developers-guides"&gt;https://software.intel.com/en-us/articles/intel-graphics-developers-guides&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I believe this will help you get around the issue.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 17:36:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102207#M1424</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2016-01-25T17:36:05Z</dc:date>
    </item>
    <item>
      <title>Hi Michael,</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102208#M1425</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;

&lt;P&gt;Thanks for your link. But I didn’t find a solution there.&lt;/P&gt;

&lt;P&gt;What I found so far:&lt;BR /&gt;
	1) Custom resolution settings are stored in registry values named "C_MODES_DFP_XX" in the registry key "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000". The XX in&amp;nbsp;&amp;nbsp;"C_MODES_DFP_XX" is one byte in hexadecimal (00 to FF). This byte must be some monitor index - I don't know how to calculate this index. So my idea was to write the same custom resolution setting to all 255 possible&amp;nbsp;indices. Byte number 9 in this binary setting has to be the same value as the&amp;nbsp;&amp;nbsp;"C_MODES_DFP_XX" XX index.&lt;BR /&gt;
	This "hack" seems to work with at least 3 different monitor models I have tested so far.&lt;/P&gt;

&lt;P&gt;2) Screen scaling settings:&lt;BR /&gt;
	I think this setting is stored in a binary registry value named “AS_XXXXXXXXXXXXXXXXXXXX_AS” in the same registry key "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000". The XXXXXXXXXXXXXXXXXXXX in&amp;nbsp;&amp;nbsp;“AS_XXXXXXXXXXXXXXXXXXXX_AS” must be some monitor model identification and there is a different binary record for each unique monitor from the same monitor model in this registry entry.&lt;BR /&gt;
	I haven’t figured out how to modify this data structure yet, to set the display scaling mode…&lt;/P&gt;

&lt;P&gt;Is there really no command line tool, script or windows group policy setting to configure those graphic driver settings?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	​Andreas&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:29:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102208#M1425</guid>
      <dc:creator>Andreas_W_1</dc:creator>
      <dc:date>2016-01-28T08:29:02Z</dc:date>
    </item>
    <item>
      <title>Hi Andreas,</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102209#M1426</link>
      <description>&lt;P&gt;Hi Andreas,&lt;/P&gt;

&lt;P&gt;I am still checking on that, I believe there is but need to get the details.&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 21:37:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102209#M1426</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2016-01-28T21:37:53Z</dc:date>
    </item>
    <item>
      <title>I'm currently working on an</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102210#M1427</link>
      <description>&lt;P&gt;I'm currently working on an issue where I need to programmatically set a specific display scaling property. Has there been any progress on this?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Tommy&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 14:25:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102210#M1427</guid>
      <dc:creator>Tommy_J_</dc:creator>
      <dc:date>2016-04-21T14:25:21Z</dc:date>
    </item>
    <item>
      <title>Our organization is also</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102211#M1428</link>
      <description>&lt;P&gt;Our organization is also looking for a way to programmatically set display scaling.&amp;nbsp; An update on this topic would be greatly appreciated.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Owen&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 18:03:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102211#M1428</guid>
      <dc:creator>Owen_M_</dc:creator>
      <dc:date>2016-08-09T18:03:28Z</dc:date>
    </item>
    <item>
      <title>Same thing here. We need to</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102212#M1429</link>
      <description>&lt;P&gt;Same thing here. We need to automatically deploy the settings. If there are Registry-Key Settings or Exported Profile-Files we could deploy to a huge number of Windows 10 Computers, we would be happy.&lt;/P&gt;

&lt;P&gt;[edit] Using a file/folder monitoring tool for write-operations I found out, that profiles you define, are stored in c:\users\yourUser\IntelGraphicsProfiles\&lt;/P&gt;

&lt;P&gt;But I have no clue which one is loaded as default, if any. As of exporting the profiles you can do this via the export-function in the&amp;nbsp;Intel HD Graphics Control Panel. So for the moment being I can copy exported and even saved Graphics-Profiles to a server and back to the client via login-script. But I still need a hint on how to load or import one of these profiles automatically.&lt;/P&gt;

&lt;P&gt;[edit as of Sept. 19th] Something seems to have changed: I am no longer able to see/select the copied graphics profiles, which means I have to reinvestigate the whole thing.&lt;/P&gt;

&lt;P&gt;Thanks a lot, Rosario&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 12:49:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102212#M1429</guid>
      <dc:creator>RCarc</dc:creator>
      <dc:date>2017-06-13T12:49:00Z</dc:date>
    </item>
    <item>
      <title>My organization is also</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102213#M1430</link>
      <description>&lt;P&gt;My organization is also interested in a Script / CLI interface to manipulate the resolution as well as the display scaling.&amp;nbsp; Especially on analog video interfaces.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 20:46:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102213#M1430</guid>
      <dc:creator>william_s_5</dc:creator>
      <dc:date>2017-06-27T20:46:32Z</dc:date>
    </item>
    <item>
      <title>Coppock, Michael J</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102214#M1431</link>
      <description>&lt;P&gt;&lt;A href="https://software.intel.com/en-us/user/1048217"&gt;Coppock, Michael J &lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Did you have any luck finding details on the scripted interface?&amp;nbsp; If we're Out lf Luck I'd appreciate a response to close this thread out.&amp;nbsp; I'm certain I'm not the only one who'd like that judging by the dates on some of these posts.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;

&lt;P&gt;William&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 20:51:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102214#M1431</guid>
      <dc:creator>william_s_5</dc:creator>
      <dc:date>2017-06-27T20:51:06Z</dc:date>
    </item>
    <item>
      <title>Hi William,</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102215#M1432</link>
      <description>&lt;P&gt;Hi William,&lt;/P&gt;

&lt;P&gt;At this time we are out of luck, I am still checking to see if there is solution however. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 21:20:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102215#M1432</guid>
      <dc:creator>Michael_C_Intel2</dc:creator>
      <dc:date>2017-07-05T21:20:02Z</dc:date>
    </item>
    <item>
      <title>Quote:Coppock, Michael J</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102216#M1433</link>
      <description>&lt;P&gt;[Deleted] Accidental duplicate&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 14:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102216#M1433</guid>
      <dc:creator>Juhana_N_</dc:creator>
      <dc:date>2018-02-01T14:02:00Z</dc:date>
    </item>
    <item>
      <title>Quote:Coppock, Michael J</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102217#M1434</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Coppock, Michael J (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;At this time we are out of luck, I am still checking to see if there is solution however. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Michael,&lt;/P&gt;

&lt;P&gt;Did You find anythin that could help in this situation?&lt;/P&gt;

&lt;P&gt;We have a deployment in the field where it is not feasible to change settings from the device itself (risk to operations, no it support persons near, user error etc). One application is causing major complaints, and we have solved that complaint with a custom resolution (720x400).&lt;/P&gt;

&lt;P&gt;It would be extremely helpful to have scripting/tool/command line method to create custom resolutions. We could push that over our MDM and get everyone sorted without delay.&lt;/P&gt;

&lt;P&gt;Just a note: This deployment uses Intel(R) HD Graphics 520 - 20.19.15.4380&lt;/P&gt;

&lt;P&gt;ps. Tried x-amount of registry tricks to try to capture the creation of custom resolution, but to no avail...&lt;/P&gt;

&lt;P&gt;-Juhana&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 14:11:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102217#M1434</guid>
      <dc:creator>Juhana_N_</dc:creator>
      <dc:date>2018-02-01T14:11:02Z</dc:date>
    </item>
    <item>
      <title>Read this: https://www.intel</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102218#M1435</link>
      <description>&lt;P&gt;Read this:&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/support/articles/000005857/graphics-drivers.html"&gt;https://www.intel.com/content/www/us/en/support/articles/000005857/graphics-drivers.html&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 18:09:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1102218#M1435</guid>
      <dc:creator>BB__James</dc:creator>
      <dc:date>2020-04-17T18:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Setting "Intel HD Graphics Control Panel" parameters without using the GUI</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1226946#M1717</link>
      <description>&lt;P&gt;Create and export a graphics profile (.igp) with your desired settings, then import and apply it like this on your target machines:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;C:\Windows\System32\GfxUIEx.exe -import C:\profilename.igp -profile profilename&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 10 Nov 2020 09:14:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1226946#M1717</guid>
      <dc:creator>freakbyte</dc:creator>
      <dc:date>2020-11-10T09:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Setting "Intel HD Graphics Control Panel" parameters without using the GUI</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1287234#M1796</link>
      <description>&lt;P&gt;Looks good at first sight. However, the export format from the UI seems to be different from the import format of the commandline. So I can export and import within the UI but an import from the command line fails. The error log shows an invalid file format error.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 13:51:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1287234#M1796</guid>
      <dc:creator>searcher</dc:creator>
      <dc:date>2021-06-04T13:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Setting "Intel HD Graphics Control Panel" parameters without using the GUI</title>
      <link>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1287649#M1798</link>
      <description>&lt;P&gt;In my case (changing the Scaling settings) the following site helped:&lt;BR /&gt;&lt;A href="http://supportishere.com/script-to-force-intel-graphics-card-to-maintain-aspect-ratio-when-switching-display-resolutions/" target="_blank"&gt;http://supportishere.com/script-to-force-intel-graphics-card-to-maintain-aspect-ratio-when-switching-display-resolutions/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I needed it the other way: Changing to the full screen scaling which has a value of 3.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Changed the reg-value&lt;/LI&gt;
&lt;LI&gt;Restart&lt;/LI&gt;
&lt;LI&gt;Changed the resolution&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 07 Jun 2021 09:14:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Developing-Games-on-Intel/Setting-quot-Intel-HD-Graphics-Control-Panel-quot-parameters/m-p/1287649#M1798</guid>
      <dc:creator>searcher</dc:creator>
      <dc:date>2021-06-07T09:14:51Z</dc:date>
    </item>
  </channel>
</rss>

