<?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: How to fix the default HDMI resolution in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-fix-the-default-HDMI-resolution/m-p/543350#M85567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently changed mine in barebox:&lt;/P&gt;&lt;P&gt;Interrupt the boot.&lt;/P&gt;&lt;P&gt;type "nv linux.bootargs.video="video=HDMI-A-1:1280x800-24"&lt;/P&gt;&lt;P&gt;saveenv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then reboot.&lt;/P&gt;&lt;P&gt;This successfully changed the mode as displayed with fbset command (although it resulted in the projector that I'm driving displaying a blank screen, so not a fix for me.) Please change the numbers as appropriate for your situation. The format appears to be correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Feb 2017 22:52:21 GMT</pubDate>
    <dc:creator>patsandt</dc:creator>
    <dc:date>2017-02-03T22:52:21Z</dc:date>
    <item>
      <title>How to fix the default HDMI resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-fix-the-default-HDMI-resolution/m-p/543345#M85562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When my mx6 quad board has a HDMI monitor connected, the unit powers up fine with no display problems.&lt;/P&gt;&lt;P&gt;Resolution set to 1280x720@60.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I power the board with the monitor disconnected, then plug it in after boot the resolution seems to set to 640x480.&lt;/P&gt;&lt;P&gt;My application requires that the resolution should atleast default to 1280x720 or even higher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, can I fix the resolution to a set value no matter what&amp;nbsp; monitor or when a monitor is connected?&lt;/P&gt;&lt;P&gt;In other words - override auto detection and always have the same fixed resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks guys,&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 11:50:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-fix-the-default-HDMI-resolution/m-p/543345#M85562</guid>
      <dc:creator>williamtaylor</dc:creator>
      <dc:date>2016-06-17T11:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix the default HDMI resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-fix-the-default-HDMI-resolution/m-p/543346#M85563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi William&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to change it in uboot/..mx6sabresd/mx6sabresd.c,&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;struct display_info_t const displays[]&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/tree/board/freescale/mx6sabresd/mx6sabresd.c?h=imx_v2015.04_4.1.15_1.0.0_ga" title="http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/tree/board/freescale/mx6sabresd/mx6sabresd.c?h=imx_v2015.04_4.1.15_1.0.0_ga"&gt;uboot-imx.git - Freescale i.MX u-boot Tree&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 00:48:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-fix-the-default-HDMI-resolution/m-p/543346#M85563</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-06-18T00:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix the default HDMI resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-fix-the-default-HDMI-resolution/m-p/543347#M85564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much Igor, I will give it a try and let you know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 12:23:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-fix-the-default-HDMI-resolution/m-p/543347#M85564</guid>
      <dc:creator>williamtaylor</dc:creator>
      <dc:date>2016-06-18T12:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix the default HDMI resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-fix-the-default-HDMI-resolution/m-p/543348#M85565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that Igor and no good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the board is a wandboard quad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 20:57:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-fix-the-default-HDMI-resolution/m-p/543348#M85565</guid>
      <dc:creator>williamtaylor</dc:creator>
      <dc:date>2016-06-30T20:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix the default HDMI resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-fix-the-default-HDMI-resolution/m-p/543349#M85566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again Igor, I should have been a bit clearer on my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**With Monitor disconnected**&lt;/P&gt;&lt;P&gt;Early on during the U-boot process this message is output to the console&lt;/P&gt;&lt;P&gt;&amp;gt;No panel detected: default to HDMI&lt;/P&gt;&lt;P&gt;&amp;gt;Display: HDMI (1024x768)&lt;/P&gt;&lt;P&gt;and it is infact as you said, part of display_info_t const displays[] = {{&lt;/P&gt;&lt;P&gt;in my case in wandboard.c so I can change that no problem.&lt;/P&gt;&lt;P&gt;But later during the kernel boot process this comes up&lt;/P&gt;&lt;P&gt;&amp;gt;fbcvt: 1920x1080@60: CVT Name - 2.073M9&lt;/P&gt;&lt;P&gt;&amp;gt;mxc_sdc_fb fb.28: registered mxc display driver hdmi&lt;/P&gt;&lt;P&gt;&amp;gt;mxc_sdc_fb fb.28: 1920x1080 h_sync,r,l: 44,528,148&amp;nbsp; v_sync,l,u: 5,4,36 pixclock=148500000 Hz&lt;/P&gt;&lt;P&gt;I have now fixed this too to be correctly set at 1280x720@60 so no problem there.&lt;/P&gt;&lt;P&gt;Now, perhaps I should have been a bit clearer on this -&lt;/P&gt;&lt;P&gt;The boot process continues and finally Android comes up.&lt;/P&gt;&lt;P&gt;Then if I plug my monitor in this is output&lt;/P&gt;&lt;P&gt;&amp;gt;root@wandboard:/ # mxc_sdc_fb fb.28: 640x480 h_sync,r,l: 96,16,48&amp;nbsp; v_sync,l,u: 2,10,33 pixclock=25175000 Hz&lt;/P&gt;&lt;P&gt;&amp;gt;mxc_sdc_fb fb.28: 640x480 h_sync,r,l: 96,16,48&amp;nbsp; v_sync,l,u: 2,10,33 pixclock=25200000 Hz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this is where I am bogged down, trying to find where this is set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 18:24:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-fix-the-default-HDMI-resolution/m-p/543349#M85566</guid>
      <dc:creator>williamtaylor</dc:creator>
      <dc:date>2016-07-01T18:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix the default HDMI resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-fix-the-default-HDMI-resolution/m-p/543350#M85567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently changed mine in barebox:&lt;/P&gt;&lt;P&gt;Interrupt the boot.&lt;/P&gt;&lt;P&gt;type "nv linux.bootargs.video="video=HDMI-A-1:1280x800-24"&lt;/P&gt;&lt;P&gt;saveenv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then reboot.&lt;/P&gt;&lt;P&gt;This successfully changed the mode as displayed with fbset command (although it resulted in the projector that I'm driving displaying a blank screen, so not a fix for me.) Please change the numbers as appropriate for your situation. The format appears to be correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 22:52:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-fix-the-default-HDMI-resolution/m-p/543350#M85567</guid>
      <dc:creator>patsandt</dc:creator>
      <dc:date>2017-02-03T22:52:21Z</dc:date>
    </item>
  </channel>
</rss>

