<?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 configure 1920x1200 resolution on a imx6q in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-1920x1200-resolution-on-a-imx6q/m-p/483333#M77073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the EDID of your device correct? Do you have the allow_noncea variable set in U-Boot?&lt;/P&gt;&lt;P&gt;U-Boot&amp;gt; setenv allow_noncea&lt;/P&gt;&lt;P&gt;U-Boot&amp;gt; savee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When this variable is set, you should be able to see the resolutions your display supports in sysfs:&lt;/P&gt;&lt;P&gt;# cat /sys/class/graphics/fb0/modes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you should be able to change the resolution you should be able to use the exact timings provided in the EDID by issuing:&lt;/P&gt;&lt;P&gt;# echo &amp;lt;your_resolution&amp;gt; &amp;gt; /sys/class/graphics/fb0/mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want this resolution to be used at every bootup, the best is to modify the device tree and set the desired resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 May 2016 08:31:14 GMT</pubDate>
    <dc:creator>gary_bisson</dc:creator>
    <dc:date>2016-05-05T08:31:14Z</dc:date>
    <item>
      <title>how to configure 1920x1200 resolution on a imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-1920x1200-resolution-on-a-imx6q/m-p/483331#M77071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to use a 1920x1200 resolution on a imx6 board to connect an HDMI projector but I can't find the correct parameters to setup it. I have already found other threads that face this issue, but no one of them shows which parameters to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/324212"&gt;need iMX6 Quad HDMI 1920x1200 support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/312019"&gt;1920x1200 support on iMX6Q&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to modify mxc_hdmi.c by adding a specific fb_videomode similar to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;static const struct fb_videomode xga_mode = {&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;/* 13 1024x768-60 VESA */&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;NULL, 60, 1024, 768, 15384, 160, 24, 29, 3, 136, 6,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;0, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could someone tell me how to configure it for 1920x1200 resolution?&lt;/P&gt;&lt;P&gt;thank you for the attention,&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 15:23:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-1920x1200-resolution-on-a-imx6q/m-p/483331#M77071</guid>
      <dc:creator>adc1</dc:creator>
      <dc:date>2016-04-27T15:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure 1920x1200 resolution on a imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-1920x1200-resolution-on-a-imx6q/m-p/483332#M77072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;could someone help me? I'm using a 3.14.28 kernel and I tried to add WUXGA resolution defining a specific&lt;STRONG&gt; fb_videomode&lt;/STRONG&gt; element in mxc_hdmi.c and adding it in &lt;STRONG&gt;mxc_hdmi_edid_rebuild_modelist&lt;/STRONG&gt; function as follows:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; static const struct fb_videomode wuxga_mode = {&lt;BR /&gt;&lt;/EM&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* 1920x1200 @60, 74.0 kHz hsync */&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NULL, 60, 1920, 1200, 6493, 80, 48, 26, 3, 32, 6,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FB_SYNC_HOR_HIGH_ACT,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;fb_add_videomode(&amp;amp;wuxga_mode, &amp;amp;hdmi-&amp;gt;fbi-&amp;gt;modelist);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured the wuxga_mode&lt;EM&gt; &lt;/EM&gt;structure calculating parameters from VESA specification as suggested in that &lt;A _jive_internal="true" href="https://community.nxp.com/thread/324212"&gt;thread&lt;/A&gt;. it seems ok, with the modified kernel I found WUXGA resolution in xrandr list but selecting it with &lt;STRONG&gt;xrandr --size 1920x1200&lt;/STRONG&gt; the projector doesn't show video output in a correct way: image go on for a certain time, then it disappears, and so on, flickering. have I to do modify something else in kernel modules? what could be wrong? could imx6 support this resolution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the attention,&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 07:27:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-1920x1200-resolution-on-a-imx6q/m-p/483332#M77072</guid>
      <dc:creator>adc1</dc:creator>
      <dc:date>2016-05-04T07:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure 1920x1200 resolution on a imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-1920x1200-resolution-on-a-imx6q/m-p/483333#M77073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the EDID of your device correct? Do you have the allow_noncea variable set in U-Boot?&lt;/P&gt;&lt;P&gt;U-Boot&amp;gt; setenv allow_noncea&lt;/P&gt;&lt;P&gt;U-Boot&amp;gt; savee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When this variable is set, you should be able to see the resolutions your display supports in sysfs:&lt;/P&gt;&lt;P&gt;# cat /sys/class/graphics/fb0/modes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you should be able to change the resolution you should be able to use the exact timings provided in the EDID by issuing:&lt;/P&gt;&lt;P&gt;# echo &amp;lt;your_resolution&amp;gt; &amp;gt; /sys/class/graphics/fb0/mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want this resolution to be used at every bootup, the best is to modify the device tree and set the desired resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 08:31:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-1920x1200-resolution-on-a-imx6q/m-p/483333#M77073</guid>
      <dc:creator>gary_bisson</dc:creator>
      <dc:date>2016-05-05T08:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure 1920x1200 resolution on a imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-1920x1200-resolution-on-a-imx6q/m-p/483334#M77074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary,&lt;/P&gt;&lt;P&gt;thank you for the reply. my device doesn't support EDID, when called &lt;STRONG&gt;mxc_hdmi_read_edid&lt;/STRONG&gt; it returns &lt;STRONG&gt;HDMI_EDID_FAIL&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;anyway, it doesn't seem to affect modes list. I can see 1920x1200 resolution in /sys/class/graphics/fb0/modes as I add this fb_videomode as previously described.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The problem is when I select it: certain times video output is temporarily shown at 1920x1200 but most times projector seems to reject this resolution&lt;/STRONG&gt;. I assume fb_videomode parameters are correct cause sometimes image is shown, am I wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried to setup this resolution as the default one modifying the device tree but nothing changes.&lt;/P&gt;&lt;P&gt;What could be the problem? What could I check in mxc_hdmi kernel module?&lt;/P&gt;&lt;P&gt;Could be a clock issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the attention,&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 09:07:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-1920x1200-resolution-on-a-imx6q/m-p/483334#M77074</guid>
      <dc:creator>adc1</dc:creator>
      <dc:date>2016-05-07T09:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure 1920x1200 resolution on a imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-1920x1200-resolution-on-a-imx6q/m-p/483335#M77075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can check the clocks in the sysfs:&lt;/P&gt;&lt;P&gt;# cat /sys/kernel/debug/clk/clk_summary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But since certain times the video is shown, I suspect more of a timings issue, maybe your projector doesn't support the standard timings but needs some custom ones, which is what the EDID should be able to tell you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I were you I'd first try to fix that EDID issue, what happens when you connect this projector to your pc? Can you get the EDID from there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 12:13:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-1920x1200-resolution-on-a-imx6q/m-p/483335#M77075</guid>
      <dc:creator>gary_bisson</dc:creator>
      <dc:date>2016-05-09T12:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure 1920x1200 resolution on a imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-1920x1200-resolution-on-a-imx6q/m-p/483336#M77076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary, &lt;/P&gt;&lt;P&gt;yes, from a x86 pc I can correctly get EDID data. I don't know why on imx6 I get that error.&lt;/P&gt;&lt;P&gt;by the way, I have found a way to let projector hook 1920x1200 resolution: I created another fb_videomode at 30Hz and using it all seems going right. What could be the issue? Why could it not support an higher Hz on imx6?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 08:28:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-1920x1200-resolution-on-a-imx6q/m-p/483336#M77076</guid>
      <dc:creator>adc1</dc:creator>
      <dc:date>2016-05-16T08:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure 1920x1200 resolution on a imx6q</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-1920x1200-resolution-on-a-imx6q/m-p/483337#M77077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Higher frequency means faster clocks, either the kernel can't achieve a clock that is fast enough or the one that is being set doesn't match the timings requirement of your projector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can retrieve the EDID from your x86 machine, we added a feature in our kernel that allows to override the EDID, see example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/boundarydevices/linux-imx6/blob/boundary-imx_3.14.52_1.1.0_ga/arch/arm/boot/dts/imx6qdl-insp.dtsi#L710" title="https://github.com/boundarydevices/linux-imx6/blob/boundary-imx_3.14.52_1.1.0_ga/arch/arm/boot/dts/imx6qdl-insp.dtsi#L710"&gt;linux-imx6/imx6qdl-insp.dtsi at boundary-imx_3.14.52_1.1.0_ga · boundarydevices/linux-imx6 · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 09:25:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-configure-1920x1200-resolution-on-a-imx6q/m-p/483337#M77077</guid>
      <dc:creator>gary_bisson</dc:creator>
      <dc:date>2016-05-16T09:25:40Z</dc:date>
    </item>
  </channel>
</rss>

