Hi,
on a imx6dp custom board, we have 2 displays, one using lvds in split mode, one using hdmi.
i'm actually able to use both display to play video or some test pattern using gstreamer.
I'm also able to get weston in extended mode working (i'm able to launch weston-terminal and move it from one screen to the other, using a usb mouse for example).
now i would like to have one weston session by display.
For this i've created a seat0 and seat1, and 2 weston ini file, first pointing on seat0, second on seat1 in the output section.
i launch the both session like this:
weston -c /etc/xdg/weston/weston.ini --tty=1 --device=/dev/fb0 &
weston -c /etc/xdg/weston/weston2.ini --tty=2 --device=/dev/fb2 &
if i launch:
WAYLAND_DISPLAY=wayland-1 weston-terminal, i got weston-terminal on display 1
but if i launch WAYLAND_DISPLAY=wayland-0 weston-terminal, i have no error, but no weston-terminal on the display 0.
we use nxp yocto warrior bsp.
Would you have an idea of what i'm doing wrong?
Thanks in advance for your help
Regards
Laurent