<?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: Dual screens Single DRM</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Dual-screens-Single-DRM/m-p/1982902#M230182</link>
    <description>&lt;P&gt;I asked over in the Toradex community: &lt;A href="https://community.toradex.com/t/25126" target="_blank"&gt;https://community.toradex.com/t/25126&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can see how our issues were resolved there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2024 10:32:33 GMT</pubDate>
    <dc:creator>sebastian-verge</dc:creator>
    <dc:date>2024-10-28T10:32:33Z</dc:date>
    <item>
      <title>Dual screens Single DRM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-screens-Single-DRM/m-p/1959654#M228757</link>
      <description>&lt;P&gt;I have been following the&amp;nbsp;&lt;A href="https://developer.toradex.com/torizon/application-development/provided-containers/working-with-weston-on-torizoncore/#redirecting-the-output---one-drm-interface" target="_blank" rel="noopener"&gt;Multi-display - Redirecting the output - one DRM interface&lt;/A&gt;&amp;nbsp;document.&lt;/P&gt;&lt;P&gt;I can get each app working individually. For some reason I cannot get both applications to start at the same time.&lt;/P&gt;&lt;P&gt;I started by getting the wayland app-ids:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;torizon@verdin-imx8mp-15207741:~$ docker compose run --rm -e WAYLAND_DEBUG=1 infotainment 2&amp;gt;&amp;amp;1 | grep set_app_id
[3625339.789]  -&amp;gt; xdg_toplevel@24.set_app_id("StarOSApp")
^C
torizon@verdin-imx8mp-15207741:~$ docker compose run --rm -e WAYLAND_DEBUG=1 dash 2&amp;gt;&amp;amp;1 | grep set_app_id
[3645913.156]  -&amp;gt; xdg_toplevel@24.set_app_id("StarDashApp")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added these values to my weston.ini:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;torizon@verdin-imx8mp-15207741:~$ cat weston.ini 
[core]
idle-time=0
require-input=false
xwayland=true
modules=screen-share.so
shell=kiosk-shell.so
#require-outputs=all-found

[shell]
panel-position=top
locking=false
allow-zap=true
num-workspaces=1

[output]
name=HDMI-A-2
mode=preferred
app-ids=StarDashApp

[output]
name=HDMI-A-1
mode=preferred
app-ids=StarOSApp&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The docker compose file I am using is as close to&amp;nbsp;&lt;A href="github:toradex/torizon-samples#/multi-display/single-drm-interface/docker-compose.arm64.yml" target="_self"&gt;https://github.com/toradex/torizon-samples/blob/bookworm/multi-display/single-drm-interface/docker-compose.arm64.yml&lt;/A&gt; as I can manage. I can post it if that helps?&lt;/P&gt;&lt;P&gt;When I try to start the second container I get the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;torizon@verdin-imx8mp-15207741:~$ docker stats --no-stream
CONTAINER ID   NAME                  CPU %     MEM USAGE / LIMIT     MEM %     NET I/O       BLOCK I/O        PIDS
3a0b29ca1608   live-infotainment-1   44.68%    111MiB / 7.754GiB     1.40%     3.43kB / 0B   0B / 61.4kB      9
7e96d7a3546c   live-weston-1         16.12%    18.26MiB / 7.754GiB   0.23%     0B / 0B       32.8kB / 307kB   11
torizon@verdin-imx8mp-15207741:~$ docker compose up dash --no-deps
[+] Running 1/1
 ✔ dash Pulled    0.7s
[+] Running 1/0
 ✔ Container live-dash-1  Created    0.0s
Attaching to live-dash-1
live-dash-1  | Loaded language: "en"
live-dash-1  | Font "Inter-Bold.ttf" loaded
live-dash-1  | Font "Inter-Medium.ttf" loaded
live-dash-1  | Font "Inter-Regular.ttf" loaded
live-dash-1  | Font "Inter-SemiBold.ttf" loaded
live-dash-1 exited with code 139&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am really hoping you can point me to where I can even start to work out what is going on!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 08:23:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-screens-Single-DRM/m-p/1959654#M228757</guid>
      <dc:creator>sebastian-verge</dc:creator>
      <dc:date>2024-09-23T08:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dual screens Single DRM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-screens-Single-DRM/m-p/1959961#M228777</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Do not know if it possible in your board, maybe Someone at &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/5672"&gt;@toradex&lt;/a&gt; can help.&lt;/P&gt;
&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 14:20:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-screens-Single-DRM/m-p/1959961#M228777</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2024-09-23T14:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dual screens Single DRM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-screens-Single-DRM/m-p/1982404#M230156</link>
      <description>&lt;P&gt;Don't Know,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/5672"&gt;@toradex&lt;/a&gt;&amp;nbsp; or or their develop partners like Silicon Signals can help i have seen there are various development done by them on this board.&lt;BR /&gt;Here's the reference: &lt;A href="https://youtu.be/bUD6gcjBe2o?si=hZgK9GD6scdONsRG" target="_blank"&gt;https://youtu.be/bUD6gcjBe2o?si=hZgK9GD6scdONsRG&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Toradex page:&amp;nbsp;&lt;A href="https://www.toradex.com/support/partner-network/services/400014/silicon-signals-pvt-ltd" target="_blank"&gt;https://www.toradex.com/support/partner-network/services/400014/silicon-signals-pvt-ltd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2024 05:55:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-screens-Single-DRM/m-p/1982404#M230156</guid>
      <dc:creator>MaazPatni</dc:creator>
      <dc:date>2024-10-26T05:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dual screens Single DRM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Dual-screens-Single-DRM/m-p/1982902#M230182</link>
      <description>&lt;P&gt;I asked over in the Toradex community: &lt;A href="https://community.toradex.com/t/25126" target="_blank"&gt;https://community.toradex.com/t/25126&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can see how our issues were resolved there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 10:32:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Dual-screens-Single-DRM/m-p/1982902#M230182</guid>
      <dc:creator>sebastian-verge</dc:creator>
      <dc:date>2024-10-28T10:32:33Z</dc:date>
    </item>
  </channel>
</rss>

