<?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中的主题 Accelerated and Frame Buffer Displays on Yocto</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Accelerated-and-Frame-Buffer-Displays-on-Yocto/m-p/622438#M94383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a requirement of using dual displays on Yocto (kernel 4.1.15 - nitrogen6_max), one having a vivante accelerated frame buffer (for HDMI) and other a just frame buffer driver. This 2nd frame buffer is assigned to a TV encoder, which converts the video into a NTSC or PAL CVBS signal. So in this arrangement I can see the video in both HDMI and TV ! but not simultaneously !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the devices are assigned to independent frame buffers (&lt;STRONG&gt;cloning framebuffers is not possible as timings of both display devices are different ?&lt;/STRONG&gt;) what I can do is running the video into different frame buffers using following pipeline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 videotestsrc pattern=00 ! imxg2dvideosink framebuffer=/dev/fbx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even using this I cannot run both fbs simultaneously. Or is there anyway we can achieve this by using&amp;nbsp;&lt;SPAN&gt;framebuffer property with imxeglvivsink ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My xorg.conf content ----&amp;gt; fb2 (HDMI) and fb0 (LCD)&lt;/P&gt;&lt;P&gt;Section "Device"&lt;BR /&gt; Identifier "i.MX Accelerated Framebuffer Device"&lt;BR /&gt; Driver "vivante"&lt;BR /&gt; Option "fbdev" "/dev/fb2"&lt;BR /&gt; Option "vivante_fbdev" "/dev/fb2"&lt;BR /&gt; Option "HWcursor" "false"&lt;BR /&gt;EndSection&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Section "Device"&lt;BR /&gt; Identifier "Framebuffer Device0"&lt;BR /&gt; Driver "fbdev"&lt;BR /&gt; Option "fbdev" "/dev/fb0"&lt;BR /&gt; Option "HWcursor" "false"&lt;BR /&gt;EndSection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in Advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Mar 2017 08:38:31 GMT</pubDate>
    <dc:creator>tengri</dc:creator>
    <dc:date>2017-03-06T08:38:31Z</dc:date>
    <item>
      <title>Accelerated and Frame Buffer Displays on Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Accelerated-and-Frame-Buffer-Displays-on-Yocto/m-p/622438#M94383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a requirement of using dual displays on Yocto (kernel 4.1.15 - nitrogen6_max), one having a vivante accelerated frame buffer (for HDMI) and other a just frame buffer driver. This 2nd frame buffer is assigned to a TV encoder, which converts the video into a NTSC or PAL CVBS signal. So in this arrangement I can see the video in both HDMI and TV ! but not simultaneously !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the devices are assigned to independent frame buffers (&lt;STRONG&gt;cloning framebuffers is not possible as timings of both display devices are different ?&lt;/STRONG&gt;) what I can do is running the video into different frame buffers using following pipeline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 videotestsrc pattern=00 ! imxg2dvideosink framebuffer=/dev/fbx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even using this I cannot run both fbs simultaneously. Or is there anyway we can achieve this by using&amp;nbsp;&lt;SPAN&gt;framebuffer property with imxeglvivsink ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My xorg.conf content ----&amp;gt; fb2 (HDMI) and fb0 (LCD)&lt;/P&gt;&lt;P&gt;Section "Device"&lt;BR /&gt; Identifier "i.MX Accelerated Framebuffer Device"&lt;BR /&gt; Driver "vivante"&lt;BR /&gt; Option "fbdev" "/dev/fb2"&lt;BR /&gt; Option "vivante_fbdev" "/dev/fb2"&lt;BR /&gt; Option "HWcursor" "false"&lt;BR /&gt;EndSection&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Section "Device"&lt;BR /&gt; Identifier "Framebuffer Device0"&lt;BR /&gt; Driver "fbdev"&lt;BR /&gt; Option "fbdev" "/dev/fb0"&lt;BR /&gt; Option "HWcursor" "false"&lt;BR /&gt;EndSection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in Advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 08:38:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Accelerated-and-Frame-Buffer-Displays-on-Yocto/m-p/622438#M94383</guid>
      <dc:creator>tengri</dc:creator>
      <dc:date>2017-03-06T08:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Accelerated and Frame Buffer Displays on Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Accelerated-and-Frame-Buffer-Displays-on-Yocto/m-p/622439#M94384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check section the Linux user guide document for Multimedia video options with diff display, as suggested:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/14946i075362014489FC5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 17:05:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Accelerated-and-Frame-Buffer-Displays-on-Yocto/m-p/622439#M94384</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2017-03-08T17:05:55Z</dc:date>
    </item>
  </channel>
</rss>

