weston drm option "--connector" in previous version
Daniel Stone
daniel at fooishbar.org
Tue Jun 8 10:57:37 UTC 2021
Hi RyunHyeon,
On Tue, 8 Jun 2021 at 11:55, 김륜현 (RH Kim) <rh.kim at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20210608/e3a3ca2d/attachment-0001.htm>
More information about the wayland-devel
mailing list