<?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のトピックDoes EGL implementation on imx6q support Native Window Resizing?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Does-EGL-implementation-on-imx6q-support-Native-Window-Resizing/m-p/286245#M33752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;Recently, I am working on a imx6q based board. The software is &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: inherit; color: #3d3d3d;"&gt;ubuntu_oneiric_4.0.0.tgz&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt; and &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: inherit; color: #3d3d3d;"&gt;L3.0.35_4.0.0_130424_images_MX6.tar.gz&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;Also I did the instructions on file &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: inherit; color: #3d3d3d;"&gt;xserver-xorg-video-imx-viv-3.0.35-4.0.0/&lt;/SPAN&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: inherit; color: red;"&gt;Instructions_to_setup_X11_acceleration_on_Ubuntu&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;What our customer want is to switch the display resolution by command xrandr in X window, while not only set them in Uboot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;But after we did some modifications, the xrandr command worked well, but the OpenGL ES application will always fail with 'segmentation fault'. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;According to document &lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Arial; color: blue;"&gt;Khronos Native Platform Graphics Interface&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Arial; color: blue;"&gt;(EGL Version 1.4 - April 6, 2011)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial;"&gt;, the EGL implementation should support &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;Native Window Resizing&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial;"&gt; if want to resize the window.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;So we would like to know if the EGL implementation on imx6q support Native Window Resizing?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;Actually using command xrandr to switch mode is necessary for many end-customers, as it is not so convenient for them to change the mode in Uboot“s bootargs by COM port.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;So are there any X 11 driver from FreeScale or Vivante&amp;nbsp; can support XRandR?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;For more information about what we modified to the X driver, please see&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: inherit; color: #3d3d3d;"&gt; &lt;A _jive_internal="true" href="https://community.nxp.com/thread/309721"&gt;https://community.freescale.com/thread/309721&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jul 2013 06:57:08 GMT</pubDate>
    <dc:creator>LeviathanSteven</dc:creator>
    <dc:date>2013-07-23T06:57:08Z</dc:date>
    <item>
      <title>Does EGL implementation on imx6q support Native Window Resizing?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-EGL-implementation-on-imx6q-support-Native-Window-Resizing/m-p/286245#M33752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;Recently, I am working on a imx6q based board. The software is &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: inherit; color: #3d3d3d;"&gt;ubuntu_oneiric_4.0.0.tgz&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt; and &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: inherit; color: #3d3d3d;"&gt;L3.0.35_4.0.0_130424_images_MX6.tar.gz&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;Also I did the instructions on file &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: inherit; color: #3d3d3d;"&gt;xserver-xorg-video-imx-viv-3.0.35-4.0.0/&lt;/SPAN&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: inherit; color: red;"&gt;Instructions_to_setup_X11_acceleration_on_Ubuntu&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;What our customer want is to switch the display resolution by command xrandr in X window, while not only set them in Uboot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;But after we did some modifications, the xrandr command worked well, but the OpenGL ES application will always fail with 'segmentation fault'. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;According to document &lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Arial; color: blue;"&gt;Khronos Native Platform Graphics Interface&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Arial; color: blue;"&gt;(EGL Version 1.4 - April 6, 2011)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial;"&gt;, the EGL implementation should support &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;Native Window Resizing&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Arial;"&gt; if want to resize the window.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;So we would like to know if the EGL implementation on imx6q support Native Window Resizing?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;Actually using command xrandr to switch mode is necessary for many end-customers, as it is not so convenient for them to change the mode in Uboot“s bootargs by COM port.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;So are there any X 11 driver from FreeScale or Vivante&amp;nbsp; can support XRandR?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;For more information about what we modified to the X driver, please see&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: inherit; color: #3d3d3d;"&gt; &lt;A _jive_internal="true" href="https://community.nxp.com/thread/309721"&gt;https://community.freescale.com/thread/309721&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: Helvetica; color: #3d3d3d;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 06:57:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-EGL-implementation-on-imx6q-support-Native-Window-Resizing/m-p/286245#M33752</guid>
      <dc:creator>LeviathanSteven</dc:creator>
      <dc:date>2013-07-23T06:57:08Z</dc:date>
    </item>
  </channel>
</rss>

