<?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: IMX8M display rotation</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-display-rotation/m-p/960008#M143287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. That file does not exist on the system.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I would need a way to do this as part of the code/build so that once it is deployed the change takes effect at boot itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other data point&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try this command on the MIPI display it rotates fine&lt;/P&gt;&lt;P class=""&gt;content insert --uri content://settings/system --bind name:s:user_rotation --bind value:i:1&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;This same command on the LVDS version has no effect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Aug 2019 14:42:43 GMT</pubDate>
    <dc:creator>raman_thapar</dc:creator>
    <dc:date>2019-08-29T14:42:43Z</dc:date>
    <item>
      <title>IMX8M display rotation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-display-rotation/m-p/960006#M143285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using a iMX8M mini EVK + LVDS panel (with a SN65DSI83 bridge). The panel has a hactive&amp;nbsp;of 1024 and&amp;nbsp;vactive of 600&lt;/P&gt;&lt;P&gt;I see the following in the logs&lt;/P&gt;&lt;P class=""&gt;01-01 00:00:15.032&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;3130&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;3130 W display : mode.width &lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;= 1024 px&lt;/P&gt;&lt;P class=""&gt;01-01 00:00:15.032&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;3130&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;3130 W display : mode.height&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;= 600 px&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;What I need to do is rotate the display so that the longer edge is the height and shorter edge is the width? Can I get some help to identify the changes needed in both Linux and if needed Android to make the system always display content with height 1024 and width 600?&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;I have tried using the steps here&lt;/P&gt;&lt;P class=""&gt;&lt;A class="link-titled" href="https://devtalk.nvidia.com/default/topic/1029340/android-development/configure-display-orientation-to-reverse-landscape/" title="https://devtalk.nvidia.com/default/topic/1029340/android-development/configure-display-orientation-to-reverse-landscape/"&gt;https://devtalk.nvidia.com/default/topic/1029340/android-development/configure-display-orientation-to-reverse-landscape/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;which shows no change.&lt;/P&gt;&lt;P class=""&gt;I tried&amp;nbsp;using fbcon:rotate=1 which did not work (Also saw later that the imx8m reference manual mentions fb is no longer used "Frame buffer drivers are supported for i.MX 6 and i.MX 7 but not for i.MX 8")&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;I have spent a week look at different combinations so any pointers would be very helpful.&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2019 14:57:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-display-rotation/m-p/960006#M143285</guid>
      <dc:creator>raman_thapar</dc:creator>
      <dc:date>2019-08-22T14:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M display rotation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-display-rotation/m-p/960007#M143286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;You can rotate the display by changing the&amp;nbsp;weston.in file, as in the example below:&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="color: #51626f; border-width: 0px 0px 0px 2px; border-style: initial initial initial solid; border-color: initial initial initial #cccccc; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;root@imx8mmevk:~# cat /etc/xdg/weston/weston.ini&lt;BR /&gt;[core]&lt;BR /&gt;# i.MX: Disable idle timeout&lt;BR /&gt;idle-time=0&lt;BR /&gt;backend=drm-backend.so&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;[libinput]&lt;BR /&gt;touchscreen_calibrator=true&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;[output]&lt;BR /&gt;name=DSI-1&lt;BR /&gt;mode=720x1280@60&lt;BR /&gt;transform=270&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;[screen-share]&lt;BR /&gt;command=/usr/bin/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2019 18:16:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-display-rotation/m-p/960007#M143286</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2019-08-27T18:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M display rotation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-display-rotation/m-p/960008#M143287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. That file does not exist on the system.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I would need a way to do this as part of the code/build so that once it is deployed the change takes effect at boot itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other data point&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try this command on the MIPI display it rotates fine&lt;/P&gt;&lt;P class=""&gt;content insert --uri content://settings/system --bind name:s:user_rotation --bind value:i:1&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;This same command on the LVDS version has no effect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 14:42:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-display-rotation/m-p/960008#M143287</guid>
      <dc:creator>raman_thapar</dc:creator>
      <dc:date>2019-08-29T14:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M display rotation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-display-rotation/m-p/960009#M143288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;You can contact professional services &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/design/design-services:SW-SUPPORT" title="https://www.nxp.com/design/design-services:SW-SUPPORT"&gt;Design Services | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 18:24:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-display-rotation/m-p/960009#M143288</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2019-08-29T18:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M display rotation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-display-rotation/m-p/960010#M143289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have any ideas here?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to use SurfaceFlinger to perform the rotation but I am still hoping to get something in the Kernel so that the rotation is performed during the boot up stage as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2019 17:48:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-display-rotation/m-p/960010#M143289</guid>
      <dc:creator>raman_thapar</dc:creator>
      <dc:date>2019-09-06T17:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M display rotation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-display-rotation/m-p/1346938#M180680</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help us how to rotate the display Android 9.0 Pie (i.MX8 MINI)&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 14:31:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-display-rotation/m-p/1346938#M180680</guid>
      <dc:creator>rizwanm</dc:creator>
      <dc:date>2021-09-27T14:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M display rotation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-display-rotation/m-p/1481436#M191995</link>
      <description>&lt;P&gt;Have you solved the problem? I have the same problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 01:35:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-display-rotation/m-p/1481436#M191995</guid>
      <dc:creator>edward_fu</dc:creator>
      <dc:date>2022-06-29T01:35:19Z</dc:date>
    </item>
  </channel>
</rss>

