<?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 How do I change the native display size? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-do-I-change-the-native-display-size/m-p/657032#M100727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I call fbGetDisplayGeometry, I see a width height of 1024x768. I need it to be 1280x800 to support my projector's resolutions. (I need all those pixels for my application). I've tried "fbset -xres 1280 -yres 800", but get an invalid argument error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2017 14:58:02 GMT</pubDate>
    <dc:creator>patsandt</dc:creator>
    <dc:date>2017-02-21T14:58:02Z</dc:date>
    <item>
      <title>How do I change the native display size?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-do-I-change-the-native-display-size/m-p/657032#M100727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I call fbGetDisplayGeometry, I see a width height of 1024x768. I need it to be 1280x800 to support my projector's resolutions. (I need all those pixels for my application). I've tried "fbset -xres 1280 -yres 800", but get an invalid argument error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 14:58:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-do-I-change-the-native-display-size/m-p/657032#M100727</guid>
      <dc:creator>patsandt</dc:creator>
      <dc:date>2017-02-21T14:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the native display size?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-do-I-change-the-native-display-size/m-p/657033#M100728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If using fbset command, probably it will generate some issues, you can try these operations:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;(1) Switching frambuffer: &lt;SPAN style="font-size: 12.0pt;"&gt;cat /sys/class/graphics/fb2/modes&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;(2) echo D:1280x800-60&lt;/SPAN&gt; &lt;SPAN style="font-size: 12.0pt;"&gt;&amp;gt; /sys/class/graphics/fb2/mode&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;If there still exist erros, It means that your system doesn't support 1280x800 resolution, so you can't get it in your application. You should re-configure display interface( you should confirm which port you are using: LVDS0/LVDS1/ HDMI / Parallel LCD ?&amp;nbsp; ) in Linux device tree( BSP) to be 1280x800.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;&amp;nbsp;&amp;nbsp; If you don't know how to port it to your system, please ask BSP or driver softerware engineer to help you do it!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Weidong&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 03:23:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-do-I-change-the-native-display-size/m-p/657033#M100728</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2017-02-22T03:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I change the native display size?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-do-I-change-the-native-display-size/m-p/657034#M100729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but I eventually went into the barebox parameters to "fix" it: for me, that meant this:&lt;/P&gt;&lt;P&gt;video=HDMI-A-1:1280x800-32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fbset seems to do nothing. I had originally tried 1280x800-24, but it seems that the fb, egl, gl packages want -32, not -24.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 22:44:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-do-I-change-the-native-display-size/m-p/657034#M100729</guid>
      <dc:creator>patsandt</dc:creator>
      <dc:date>2017-02-23T22:44:11Z</dc:date>
    </item>
  </channel>
</rss>

