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

2019-09-12 Thread Sichem Zhou
Hi pq, Thanks for your help. Tonight I tried again with no luck, as weston_output has no disable signal, I was trying to defer output creation until all the heads are connected, it didn't work, the rest of the compositor functionalities seems to work, it answers vt_switching and keybindings. Just

Re: is there any interface to set key mask (or filter?) of surface ?

2019-09-12 Thread Pekka Paalanen
On Thu, 15 Aug 2019 00:32:47 +0900 Mark Lee wrote: > OK. I'll make it simple. Hi, thanks. :-) > system (TV) composes of a graphic compositor based QtWayland and clients > used Qt, web, and native framework. > a couple of applications can be foreground, and also they can get input > events thro

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

2019-09-12 Thread Pekka Paalanen
On Wed, 11 Sep 2019 14:48:20 -0400 "Drew DeVault" wrote: > 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

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

2019-09-12 Thread Pekka Paalanen
On Wed, 11 Sep 2019 23:58:07 -0400 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 righ