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

2019-09-13 Thread Pekka Paalanen
On Thu, 12 Sep 2019 23:26:20 -0400 Sichem Zhou wrote: > Hi pq, > > Thanks for your help. Tonight I tried again with no luck, as weston_output > has no disable signal, Hi, the disable signal is called destroy_signal, confusingly, for historical reasons. > I was trying to defer output creation

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: 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

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 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