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