Re: EXT: How to attach multiple heads to one weston_output correctly.

2019-09-11 Thread Ray, Ian (GE Healthcare)
> On 12 Sep 2019, at 6.58, Sichem Zhou wrote: > > Hi wayland devs, > > I am trying to run multiple monitors in clone mode, which requires one output > to drive multiple heads. While I can create output for every head and attach > them with no problem (defaultly new output comes on the right)

How to set monitors in clone mode

2019-09-11 Thread Sichem Zhou
Hi wayland devs, I am try to attach multiple `weston_head`s to one `weston_output` to run monitors the clone mode. While I can create output for every new head without problem. I can quite ___ wayland-devel mailing list wayland-devel@lists.freedesktop.or

How to attach multiple heads to one weston_output correctly.

2019-09-11 Thread Sichem Zhou
Hi wayland devs, I am trying to run multiple monitors in clone mode, which requires one output to drive multiple heads. While I can create output for every head and attach them with no problem (defaultly new output comes on the right). I can't quite get clone mode to work properly. Here is steps

Re: wayland-protocols scope and governance

2019-09-11 Thread Drew DeVault
On Thu Sep 5, 2019 at 9:34 PM Simon Ser wrote: > 2.1. Protocol namespaces > > a. Namespaces are implemented in practice by prefixing each interface name in > a >protocol definition (XML) with the namespace name, and an underscore (e.g. >"xdg_wm_base"). > b. Pro

Re: [PATCH v6] unstable/drm-lease: DRM lease protocol support

2019-09-11 Thread Drew DeVault
On Mon Sep 2, 2019 at 3:51 PM Pekka Paalanen wrote: > Hi Drew, > > I seem to recall that you didn't want to add multi-DRM-device support > here just yet and go first with just one implied DRM device. That is > ok, but would be nice to have a TODO note somewhere near the top in the > XML file sayin