Hi RyunHyeon,

On Tue, 8 Jun 2021 at 11:55, 김륜현 (RH Kim) <rh....@telechips.com> wrote:

> Hello, I want to output weston to specific display. So I searched about
> Weston option.
>
>
> I found "--connector" option.
>
> This option configures specific display for output
>
>
> However, I checked the mailing list that said would remove the
> "--connector" option from the previous version of Weston.
>
>
> 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?)
>

You should instead configure this through weston.ini, for example:
[output]
name=HDMI-A-1
mode=1920x1080

[output]
name=eDP-1
mode=off

You can find more details with 'man weston.ini'.

Cheers,
Daniel
_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to