<?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>i.MX ProcessorsのトピックRe: i.MX6 Linux BSP supported display resolution.</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Linux-BSP-supported-display-resolution/m-p/421420#M63555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your prompt reply.&lt;/P&gt;&lt;P&gt;I executed the above commands, but I felt the commands do not show all the resolution.&lt;/P&gt;&lt;P&gt;I think the commands are as below, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ cat /sys/class/graphics/fbx/modes&amp;nbsp; // current assigned resolution&lt;/P&gt;&lt;P&gt;$ cat /sys/class/graphics/fbx/mode&amp;nbsp;&amp;nbsp; // current activated resolution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know all the supported resolution that I can use without any source code modification.&lt;/P&gt;&lt;P&gt;For example, I did not get 800x480@60 by the above commands, but BSP supports this resolution since it supports CLAA-WVGA display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Satoshi Shimoda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2015 06:40:22 GMT</pubDate>
    <dc:creator>satoshishimoda</dc:creator>
    <dc:date>2015-09-30T06:40:22Z</dc:date>
    <item>
      <title>i.MX6 Linux BSP supported display resolution.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Linux-BSP-supported-display-resolution/m-p/421418#M63553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a question about i.MX6 Linux BSP (L3.14.28).&lt;/P&gt;&lt;P&gt;I want to know the supported display resolution by L3.14.28.&lt;/P&gt;&lt;P&gt;What file should I read to check the supported resolution?&lt;/P&gt;&lt;P&gt;I found drivers/video/modedb.c, is this the one? or other file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Satoshi Shimoda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 05:51:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Linux-BSP-supported-display-resolution/m-p/421418#M63553</guid>
      <dc:creator>satoshishimoda</dc:creator>
      <dc:date>2015-09-30T05:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 Linux BSP supported display resolution.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Linux-BSP-supported-display-resolution/m-p/421419#M63554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;To check supported modes please use the next Linux command :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ cat /sys/class/graphics/fb0/modes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To define current mode&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ cat /sys/class/graphics/fb0/mode&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 06:04:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Linux-BSP-supported-display-resolution/m-p/421419#M63554</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-09-30T06:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 Linux BSP supported display resolution.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Linux-BSP-supported-display-resolution/m-p/421420#M63555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your prompt reply.&lt;/P&gt;&lt;P&gt;I executed the above commands, but I felt the commands do not show all the resolution.&lt;/P&gt;&lt;P&gt;I think the commands are as below, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ cat /sys/class/graphics/fbx/modes&amp;nbsp; // current assigned resolution&lt;/P&gt;&lt;P&gt;$ cat /sys/class/graphics/fbx/mode&amp;nbsp;&amp;nbsp; // current activated resolution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know all the supported resolution that I can use without any source code modification.&lt;/P&gt;&lt;P&gt;For example, I did not get 800x480@60 by the above commands, but BSP supports this resolution since it supports CLAA-WVGA display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Satoshi Shimoda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 06:40:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Linux-BSP-supported-display-resolution/m-p/421420#M63555</guid>
      <dc:creator>satoshishimoda</dc:creator>
      <dc:date>2015-09-30T06:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6 Linux BSP supported display resolution.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Linux-BSP-supported-display-resolution/m-p/421421#M63556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Your understanding is right regarding " &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;$ cat /sys/class/graphics/fbx/mode&amp;nbsp;&amp;nbsp; // current activated resolution&lt;/SPAN&gt; ".&lt;/P&gt;&lt;P&gt;As for "&amp;nbsp; &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;$ cat /sys/class/graphics/fbx/modes &lt;/SPAN&gt; " - it provides all supported (in current BSP realization)&lt;/P&gt;&lt;P&gt;modes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 07:45:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6-Linux-BSP-supported-display-resolution/m-p/421421#M63556</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-10-26T07:45:44Z</dc:date>
    </item>
  </channel>
</rss>

