<div dir="ltr"><div dir="ltr">Hi RyunHyeon,<div><br></div></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 8 Jun 2021 at 11:55, 김륜현 (RH Kim) <<a href="mailto:rh.kim@telechips.com">rh.kim@telechips.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div>

<p style="margin:0px">Hello, I want to output weston to specific display. So I searched about Weston option.</p>
<p style="margin:0px"><br></p>
<p style="margin:0px">I found "--connector" option.</p>
<p style="margin:0px">This option configures specific display for output </p>
<p style="margin:0px"><br></p>
<p style="margin:0px">However, I checked the mailing list that said would remove the "--connector" option from the previous version of Weston.</p>
<p style="margin:0px"><br></p>
<p style="margin:0px">So, is there no option to output to a specific display among many displays in the Weston 8.0.0 that I am currently using? (Is this the part that needs code modification?)</p></div></blockquote><div><br></div><div>You should instead configure this through weston.ini, for example:</div><div>[output]</div><div>name=HDMI-A-1</div><div>mode=1920x1080</div><div><br></div><div>[output]</div><div>name=eDP-1</div><div>mode=off</div><div><br></div><div>You can find more details with 'man weston.ini'.</div><div><br></div><div>Cheers,</div><div>Daniel</div></div></div>