<?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: Configuring the i.MX53 QSB HDMI Output Resolution in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157789#M2641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;CITE&gt;Iain Galloway (Future) said:&lt;/CITE&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;P&gt;Thanks for posting this. Wanted to let you know it was (just this minute) helpful!&lt;/P&gt;
&lt;P&gt;-iain&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;STRONG&gt;You're welcome - glad it helped someone else.&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;I still haven't received an answer to my other question:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;"Can the HDMI output driver configure the resolution for the attached monitor by querying the monitor capabilities via the interface ?"&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;P&gt;Steven J. Ackerman, Consultant&lt;/P&gt;
&lt;P&gt;ACS, Sarasota, FL&lt;/P&gt;
&lt;P&gt;&lt;A rel="nofollow" href="http://www.acscontrol.com/"&gt;http://www.acscontrol.com&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2011 15:23:07 GMT</pubDate>
    <dc:creator>StevenJ_Ackerma</dc:creator>
    <dc:date>2011-08-02T15:23:07Z</dc:date>
    <item>
      <title>Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157786#M2638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have received my i.MX53 Quick Start Board and HDMI interface.&amp;nbsp; I am able to enable the HDMI output in uBoot and it displays on my HDMI monitor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, my monitor indicates that the generated HDMI signal is 1024x768 60Hz - which is not 1080P60.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I configure the generated HDMI resolution to 1920x1080 60Hz - 1080P60 which is supposedly a capability of the i.MX53 ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are the supported resolutions documented somewhere ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can the HDMI output driver configure the resolution for the attached monitor by querying the monitor capabilities via the interface ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Old hand at embedded development but relatively new to Linux. Thanks for any assistance and / or pointers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steven J. Ackerman, Consultant&lt;/P&gt;
&lt;P&gt;ACS, Sarasota, FL&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.acscontrol.com"&gt;http://www.acscontrol.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 13:48:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157786#M2638</guid>
      <dc:creator>StevenJ_Ackerma</dc:creator>
      <dc:date>2011-06-09T13:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157787#M2639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK - thanks to Remi Lorriaux, Adeneo I found the answer to the first part of my question.&amp;nbsp; For others who may be looking:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at the file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/home/freescale/training_mx53/linux/ltib/rpm/BUILD/linux-2.6.35.3/arch/arm/mach-mx5/mx53_ard.c&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Find the following structure&amp;nbsp;- notice the desired resolution of 1920x1080x60 labeled with "1080P60":&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;static struct fb_videomode video_modes[] = {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;"1080P60", 60, 1920, 1080, 7692,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;100, 40,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;30, 3,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;10, 2,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;0,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;FB_VMODE_NONINTERLACED,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;0,},&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chang the uboot bootargs_base to (I preserved the hdmi variable in case I had to go back but you could modify that instead):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;bootargs_base=set bootargs console=ttymxc0,115200 video=mxcdi0fb:RGB24,1080P60&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Works great - monitor shows 1920x1080x60&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you Remi !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now does anybody know the answer to the second question -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can the HDMI output driver configure the resolution for the attached monitor by querying the monitor capabilities via the interface ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steven J. Ackerman, Consultant&lt;/P&gt;
&lt;P&gt;ACS, Sarasota, FL&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.acscontrol.com"&gt;http://www.acscontrol.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2011 15:02:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157787#M2639</guid>
      <dc:creator>StevenJ_Ackerma</dc:creator>
      <dc:date>2011-06-11T15:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157788#M2640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for posting this. Wanted to let you know it was (just this minute) helpful!&lt;/P&gt;
&lt;P&gt;-iain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 15:09:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157788#M2640</guid>
      <dc:creator>iafg</dc:creator>
      <dc:date>2011-08-02T15:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157789#M2641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;CITE&gt;Iain Galloway (Future) said:&lt;/CITE&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;P&gt;Thanks for posting this. Wanted to let you know it was (just this minute) helpful!&lt;/P&gt;
&lt;P&gt;-iain&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;STRONG&gt;You're welcome - glad it helped someone else.&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;I still haven't received an answer to my other question:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;"Can the HDMI output driver configure the resolution for the attached monitor by querying the monitor capabilities via the interface ?"&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;P&gt;Steven J. Ackerman, Consultant&lt;/P&gt;
&lt;P&gt;ACS, Sarasota, FL&lt;/P&gt;
&lt;P&gt;&lt;A rel="nofollow" href="http://www.acscontrol.com/"&gt;http://www.acscontrol.com&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 15:23:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157789#M2641</guid>
      <dc:creator>StevenJ_Ackerma</dc:creator>
      <dc:date>2011-08-02T15:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157790#M2642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From release notes (QSB - 11.03):&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;P&gt;Used when need enable HDMI output,after enable hdmi, the sii902x driverwill try to fetch video modes by readingEDID, if succeed, these video modeswill be added into di0 FB mode list.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, yes, HDMI driver can do what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 16:54:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157790#M2642</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2011-08-03T16:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157791#M2643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;CITE&gt;Daiane Angolini said:&lt;/CITE&gt;
&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;P&gt;From release notes (QSB - 11.03):&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;P&gt;Used when need enable HDMI output,after enable hdmi, the sii902x driverwill try to fetch video modes by readingEDID, if succeed, these video modeswill be added into di0 FB mode list.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, yes, HDMI driver can do what you need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Awesome - thank you for your reply !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steven J. Ackerman, Consultant&lt;/P&gt;
&lt;P&gt;ACS, Sarasota, FL&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.acscontrol.com"&gt;http://www.acscontrol.com&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 17:07:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157791#M2643</guid>
      <dc:creator>StevenJ_Ackerma</dc:creator>
      <dc:date>2011-08-03T17:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157792#M2644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the post, this is very helpful for a newbie like me!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the supplied Ubuntu Lucid installation and would like to test out 1080p. &amp;nbsp;I have changed 'XGA' to 'SXGA' in the boot arguments (as above) and that works fine giving me 1280x1024, but when I try '1080P60' the display fails to start. &amp;nbsp;I am using VGA on port 1 rather than LVDS on port 0 - should this still work? &amp;nbsp;I cannot find a list of supported modes - what other modes should work on VGA?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 08:04:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157792#M2644</guid>
      <dc:creator>NeilSimpson</dc:creator>
      <dc:date>2011-08-04T08:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157793#M2645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;CITE&gt;Neil Simpson said:&lt;/CITE&gt;
&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;P&gt;Thanks for the post, this is very helpful for a newbie like me!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the supplied Ubuntu Lucid installation and would like to test out 1080p. &amp;nbsp;I have changed 'XGA' to 'SXGA' in the boot arguments (as above) and that works fine giving me 1280x1024, but when I try '1080P60' the display fails to start. &amp;nbsp;I am using VGA on port 1 rather than LVDS on port 0 - should this still work? &amp;nbsp;I cannot find a list of supported modes - what other modes should work on VGA?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Neil-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't believe that 1080P60 is a VGA supported resolution. Here's a list of the 'standard' VGA resolutions and timing:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.tinyvga.com/vga-timing"&gt;http://www.tinyvga.com/vga-timing&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps somebody else can respond to answer your question about what modes are supported on the i.MX53 QSB VGA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steven J. Ackerman, Consultant&lt;/P&gt;
&lt;P&gt;ACS, Sarasota, FL&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.acscontrol.com"&gt;http://www.acscontrol.com&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 13:11:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157793#M2645</guid>
      <dc:creator>StevenJ_Ackerma</dc:creator>
      <dc:date>2011-08-04T13:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157794#M2646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think I might be guilty of not "RTFM" - the i.MX53 START manual does say only 1024x768 and 1280x1024 are supported on VGA. &amp;nbsp;I need to go HDMI or LVDS to get the big stuff.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt;
&lt;CITE&gt;Steven J. Ackerman said:&lt;/CITE&gt;&lt;/P&gt;
&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/configuring-the-imx53-qsb-hdmi#4103961Comment26889"&gt;&lt;DIV&gt;&lt;CITE&gt;Neil Simpson said:&lt;/CITE&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;P&gt;Thanks for the post, this is very helpful for a newbie like me!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the supplied Ubuntu Lucid installation and would like to test out 1080p. &amp;nbsp;I have changed 'XGA' to 'SXGA' in the boot arguments (as above) and that works fine giving me 1280x1024, but when I try '1080P60' the display fails to start. &amp;nbsp;I am using VGA on port 1 rather than LVDS on port 0 - should this still work? &amp;nbsp;I cannot find a list of supported modes - what other modes should work on VGA?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Neil-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't believe that 1080P60 is a VGA supported resolution. Here's a list of the 'standard' VGA resolutions and timing:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A rel="nofollow" href="http://www.tinyvga.com/vga-timing"&gt;http://www.tinyvga.com/vga-timing&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps somebody else can respond to answer your question about what modes are supported on the i.MX53 QSB VGA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steven J. Ackerman, Consultant&lt;/P&gt;
&lt;P&gt;ACS, Sarasota, FL&lt;/P&gt;
&lt;P&gt;&lt;A rel="nofollow" href="http://www.acscontrol.com"&gt;http://www.acscontrol.com&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 13:16:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157794#M2646</guid>
      <dc:creator>NeilSimpson</dc:creator>
      <dc:date>2011-08-04T13:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157795#M2647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;CITE&gt;Neil Simpson said:&lt;/CITE&gt;
&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think I might be guilty of not "RTFM" - the i.MX53 START manual does say only 1024x768 and 1280x1024 are supported on VGA. &amp;nbsp;I need to go HDMI or LVDS to get the big stuff.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Ah yes - RTFM. That is usually my standard response. The other being "Use the source Luke"...&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;But then this thread is indicative of my not following my own advice...&lt;/STRONG&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 13:30:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157795#M2647</guid>
      <dc:creator>StevenJ_Ackerma</dc:creator>
      <dc:date>2011-08-04T13:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157796#M2648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I think we also serve the community by sportingly exhibiting our own idiocy here so that other users may recognise their own failings by our example. &amp;nbsp;And in six months when I am an i.MX guru I'll be able to come back here and look at these old posts while chuckling ruefully over a glass of Laphroaig and a large cuban.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 13:37:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157796#M2648</guid>
      <dc:creator>NeilSimpson</dc:creator>
      <dc:date>2011-08-04T13:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157797#M2649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It can be humbling enough to post publicly and remind ourselves how much we don't 'quite' know.&lt;/P&gt;
&lt;P&gt;I'd like to encourage everyone to be brave enough to share questions, answers, failings, goof-ups and thoughts.&lt;/P&gt;
&lt;P&gt;We all gain by continuing to learn!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 14:36:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157797#M2649</guid>
      <dc:creator>iafg</dc:creator>
      <dc:date>2011-08-04T14:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157798#M2650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also wanted to post this email snippet in this thread for future reference:&lt;/P&gt;
&lt;P&gt;because the original uboot argument (top of thread) didn't quite work correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
For HDMI out:
&lt;DIV&gt;&lt;BR /&gt;&lt;FONT class="Apple-style-span" size="2"&gt;setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk0p1 rw rootwait video=mxcdi1fb: YUV444, 1080P30 di1_primary tve'&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;Correct syntax is required, so it would be best to cut and paste the boot arg right into their terminal.&lt;/DIV&gt;
&lt;DIV&gt;If he saved the boot environment variables then I would have them clear up the bootargs_base variable first:&lt;/DIV&gt;
&lt;DIV&gt;&lt;DIV&gt;setenv bootargs_base&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT class="Apple-style-span" size="2"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT class="Apple-style-span" size="2"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT class="Apple-style-span" size="3"&gt;2) There would not be a valid HDMI output if the proper fb driver is not called out.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT class="Apple-style-span" size="3"&gt;3) In u-boot, printenv&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT class="Apple-style-span" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to confirm how the arguments are set...&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT class="Apple-style-span" size="3"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 14:38:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157798#M2650</guid>
      <dc:creator>iafg</dc:creator>
      <dc:date>2011-08-04T14:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157799#M2651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;CITE&gt;Iain Galloway (Future) said:&lt;/CITE&gt;
&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;P&gt;I also wanted to post this email snippet in this thread for future reference:&lt;/P&gt;
&lt;P&gt;because the original uboot argument (top of thread) didn't quite work correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
For HDMI out:&lt;BR /&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;FONT size="2" class="Apple-style-span"&gt;setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk0p1 rw rootwait video=mxcdi1fb: YUV444, 1080P30 di1_primary tve'&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;Correct syntax is required, so it would be best to cut and paste the boot arg right into their terminal.&lt;/DIV&gt;
&lt;DIV&gt;If he saved the boot environment variables then I would have them clear up the bootargs_base variable first:&lt;/DIV&gt;
&lt;DIV&gt;&lt;DIV&gt;setenv bootargs_base&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2" class="Apple-style-span"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="2" class="Apple-style-span"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="3" class="Apple-style-span"&gt;2) There would not be a valid HDMI output if the proper fb driver is not called out.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="3" class="Apple-style-span"&gt;3) In u-boot, printenv&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="3" class="Apple-style-span"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to confirm how the arguments are set...&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;FONT size="3" class="Apple-style-span"&gt;
&lt;/FONT&gt;&lt;DIV&gt;&lt;FONT size="3" class="Apple-style-span"&gt;&lt;BR /&gt;&lt;STRONG&gt;Sorry this didn't work for you - it works for me, exactly as written.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="3" class="Apple-style-span"&gt;&lt;STRONG&gt;&lt;FONT size="3" class="Apple-style-span"&gt;&lt;FONT size="3" class="Apple-style-span"&gt;Steven J. Ackerman, Consultant&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="3" class="Apple-style-span"&gt;&lt;STRONG&gt;&lt;FONT size="3" class="Apple-style-span"&gt;&lt;FONT size="3" class="Apple-style-span"&gt;&lt;FONT size="3" class="Apple-style-span"&gt;ACS, Sarasota, FL&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="3" class="Apple-style-span"&gt;&lt;STRONG&gt;&lt;FONT size="3" class="Apple-style-span"&gt;&lt;FONT size="3" class="Apple-style-span"&gt;&lt;FONT size="3" class="Apple-style-span"&gt;&lt;FONT size="3" class="Apple-style-span"&gt;&lt;A href="http://www.acscontrol.com"&gt;http://www.acscontrol.com&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 14:43:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157799#M2651</guid>
      <dc:creator>StevenJ_Ackerma</dc:creator>
      <dc:date>2011-08-04T14:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157800#M2652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Steven J. Ackerman &amp;amp;&amp;nbsp;&lt;SPAN&gt;Daiane Angolini&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I also have the same question about how to use the HDMI output to match my LCD monitor resolution(1024*600 &amp;amp; 1280*800) on i.MX53QSB&lt;/P&gt;
&lt;P&gt;my OS is android 2.3.4 which is use ADENEO (&lt;A href="http://www.adeneo-embedded.com/en/Products/Board-Support-Packages/Freescale-i.MX53-QSB"&gt;http://www.adeneo-embedded.com/en/Products/Board-Support-Packages/Freescale-i.MX53-QSB&lt;/A&gt;) provided BSP, now I have already setup the system, afterward want to&lt;/P&gt;
&lt;P&gt;use HDMI board to output above two resolution&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;so according to &amp;nbsp;Daiane Angolini said if my panel have the EDID code for the above resolution&lt;/P&gt;
&lt;P&gt;when I turn on the i.MX53QSB , is it will be fetch the video mode&amp;nbsp;&lt;SPAN&gt;add into di0 FB mode list successfully?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;by the way, could&amp;nbsp;Daiane Angolini explain the di0 FB mode for me kindly?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;really thx~~&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Steven J. Ackerman said:&lt;/CITE&gt;&lt;/P&gt;
&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/configuring-the-imx53-qsb-hdmi?commentId=4103961%3AComment%3A27158#4103961Comment27037"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;CITE&gt;Daiane Angolini said:&lt;/CITE&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;P&gt;From release notes (QSB - 11.03):&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;P&gt;Used when need enable HDMI output,after enable hdmi, the sii902x driverwill try to fetch video modes by readingEDID, if succeed, these video modeswill be added into di0 FB mode list.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, yes, HDMI driver can do what you need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Awesome - thank you for your reply !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steven J. Ackerman, Consultant&lt;/P&gt;
&lt;P&gt;ACS, Sarasota, FL&lt;/P&gt;
&lt;P&gt;&lt;A rel="nofollow" href="http://www.acscontrol.com"&gt;http://www.acscontrol.com&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 06:21:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157800#M2652</guid>
      <dc:creator>WeiWeiBo</dc:creator>
      <dc:date>2012-03-06T06:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157801#M2653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Lan Bo Wei said:&lt;/CITE&gt;&lt;/P&gt;
&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/configuring-the-imx53-qsb-hdmi?id=4103961%3ATopic%3A18006&amp;amp;page=2#4103961Comment62427"&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Steven J. Ackerman &amp;amp;&amp;nbsp;&lt;SPAN&gt;Daiane Angolini&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I also have the same question about how to use the HDMI output to match my LCD monitor resolution(1024*600 &amp;amp; 1280*800) on i.MX53QSB&lt;/P&gt;
&lt;P&gt;my OS is android 2.3.4 which is use ADENEO (&lt;A rel="nofollow" href="http://www.adeneo-embedded.com/en/Products/Board-Support-Packages/Freescale-i.MX53-QSB"&gt;http://www.adeneo-embedded.com/en/Products/Board-Support-Packages/F...&lt;/A&gt;) provided BSP, now I have already setup the system, afterward want to&lt;/P&gt;
&lt;P&gt;use HDMI board to output above two resolution&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The release notes was not from Adeneo package. Please, take a look on your own release notes in order to see if EDID is supported on your image.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;so according to &amp;nbsp;Daiane Angolini said if my panel have the EDID code for the above resolution&lt;/P&gt;
&lt;P&gt;when I turn on the i.MX53QSB , is it will be fetch the video mode&amp;nbsp;&lt;SPAN&gt;add into di0 FB mode list successfully?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;by the way, could&amp;nbsp;Daiane Angolini explain the di0 FB mode for me kindly?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What do you mean?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Do you mean this:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.mjmwired.net/kernel/Documentation/fb/modedb.txt"&gt;http://www.mjmwired.net/kernel/Documentation/fb/modedb.txt&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;really thx~~&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Steven J. Ackerman said:&lt;/CITE&gt;&lt;/P&gt;
&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/configuring-the-imx53-qsb-hdmi?commentId=4103961%3AComment%3A27158#4103961Comment27037"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;CITE&gt;Daiane Angolini said:&lt;/CITE&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;P&gt;From release notes (QSB - 11.03):&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;P&gt;Used when need enable HDMI output,after enable hdmi, the sii902x driverwill try to fetch video modes by readingEDID, if succeed, these video modeswill be added into di0 FB mode list.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, yes, HDMI driver can do what you need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Awesome - thank you for your reply !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steven J. Ackerman, Consultant&lt;/P&gt;
&lt;P&gt;ACS, Sarasota, FL&lt;/P&gt;
&lt;P&gt;&lt;A rel="nofollow" href="http://www.acscontrol.com"&gt;http://www.acscontrol.com&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 19:49:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157801#M2653</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2012-03-06T19:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157802#M2654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Daiane Angolini&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;thx your reply&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I might took a mistake about the release notes&lt;/P&gt;
&lt;P&gt;My release notes is shown as below attached (file name : Release Notes r4.2.pdf)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I check many times，but still not sure，from the release page.15 say the HDMI output can support just 720p &amp;amp; 1080p these two resolution&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;So，In case of &amp;nbsp;the HDMI just support these two resolution，could I have any chance to write panel timing program (like write horizontal &amp;amp; vertical pixel ) add into kernel support my panel resolution (1024*600 &amp;amp; 1280*800)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Really thx&amp;nbsp;help kindly&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 02:28:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157802#M2654</guid>
      <dc:creator>WeiWeiBo</dc:creator>
      <dc:date>2012-03-07T02:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157803#M2655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Steven,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am trying to configure external display to Full HD TV (&lt;B&gt;Full HD&lt;/B&gt;, 1080p) on i.MX53 freescale SABRE tablet.&lt;/P&gt;
&lt;P&gt;In the linux source which i am using has these values for video modes&lt;/P&gt;
&lt;P&gt;ltib/rpm/BUILD/linux-2.6.35.3/arch/arm/mach-mx5/mx53_ard.c&lt;/P&gt;
&lt;P&gt;static struct fb_videomode video_modes[] = {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* 800x480 @ 57 Hz , pixel clk @ 27MHz */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "CLAA-WVGA", 57, 800, 480, 37037, 40, 60, 10, 10, 20, 10,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FB_SYNC_CLK_LAT_FALL,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FB_VMODE_NONINTERLACED,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0,},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* 1600x1200 @ 60 Hz 162M pixel clk*/&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "UXGA", 60, 1600, 1200, 6172,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 304, 64,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 46,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192, 3,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FB_VMODE_NONINTERLACED,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0,},&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;do i need to add static struct fb_videomode to&lt;/P&gt;
&lt;P&gt;&amp;nbsp; {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;"1080P60", 60, 1920, 1080, 7692,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;100, 40,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;30, 3,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;10, 2,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;0,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;FB_VMODE_NONINTERLACED,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;0,},&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;u-boot arguments are enough to get Full HD 1080p on HDMI port?&lt;/P&gt;
&lt;P&gt;In this case what would be my u-boot setting to get output as &lt;B&gt;Full HD&lt;/B&gt;, 1080p on HDMI port?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Request any suggestions and pointers to get external &lt;B&gt;Full HD&lt;/B&gt;, 1080p on HDMI port for i.MX53 SABRE tablet?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;regards&lt;/P&gt;
&lt;P&gt;Niranjan&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 04:11:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157803#M2655</guid>
      <dc:creator>Niranjan</dc:creator>
      <dc:date>2012-08-07T04:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157804#M2656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Niranjan-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry I can't help you with this. I'm a Linux newbie, and haven't been back on this for over one year.&amp;nbsp; Perhaps some of the other respondents to this thread can help you.&lt;/P&gt;
&lt;DIV&gt;&lt;FONT class="Apple-style-span" size="3"&gt;&lt;STRONG&gt;&lt;FONT class="Apple-style-span" size="3"&gt;&lt;FONT class="Apple-style-span" size="3"&gt;Steven J. Ackerman, Consultant&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT class="Apple-style-span" size="3"&gt;&lt;STRONG&gt;&lt;FONT class="Apple-style-span" size="3"&gt;&lt;FONT class="Apple-style-span" size="3"&gt;&lt;FONT class="Apple-style-span" size="3"&gt;ACS, Sarasota, FL&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT class="Apple-style-span" size="3"&gt;&lt;STRONG&gt;&lt;A href="http://www.acscontrol.com/" rel="nofollow"&gt;&lt;FONT class="Apple-style-span" size="3"&gt;&lt;FONT class="Apple-style-span" size="3"&gt;&lt;FONT class="Apple-style-span" size="3"&gt;&lt;FONT class="Apple-style-span" size="3"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://www.acscontrol.com" target="test_blank"&gt;http://www.acscontrol.com&lt;/A&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 16:45:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157804#M2656</guid>
      <dc:creator>StevenJ_Ackerma</dc:creator>
      <dc:date>2012-08-07T16:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the i.MX53 QSB HDMI Output Resolution</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157805#M2657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If somebody know information request you to share.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Request any suggestions and pointers to get external &lt;B&gt;Full HD&lt;/B&gt;, 1080p on HDMI port for i.MX53 SABRE tablet?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;regards&lt;/P&gt;
&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 04:10:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuring-the-i-MX53-QSB-HDMI-Output-Resolution/m-p/157805#M2657</guid>
      <dc:creator>Niranjan</dc:creator>
      <dc:date>2012-08-08T04:10:18Z</dc:date>
    </item>
  </channel>
</rss>

