Re: [PATCH weston 01/11] compositor-headless: Support starting with zero outputs

2016-06-22 Thread Armin Krezović
On 20.06.2016 15:42, Pekka Paalanen wrote: > On Sun, 19 Jun 2016 11:06:05 +0200 > Quentin Glidic wrote: > >> On 18/06/2016 19:15, Armin Krezović wrote: >>> This patch adds a new command line option which can be >>> used to tell headless backend not to create any >>> virtual outputs. >>> >>> This

Re: [PATCH weston 01/11] compositor-headless: Support starting with zero outputs

2016-06-20 Thread Pekka Paalanen
On Sun, 19 Jun 2016 11:06:05 +0200 Quentin Glidic wrote: > On 18/06/2016 19:15, Armin Krezović wrote: > > This patch adds a new command line option which can be > > used to tell headless backend not to create any > > virtual outputs. > > > > This will be used for output hotplug emulation, where >

Re: [PATCH weston 01/11] compositor-headless: Support starting with zero outputs

2016-06-19 Thread Quentin Glidic
On 18/06/2016 19:15, Armin Krezović wrote: This patch adds a new command line option which can be used to tell headless backend not to create any virtual outputs. This will be used for output hotplug emulation, where weston will start with no outputs available, and the virtual output will be cre

[PATCH weston 01/11] compositor-headless: Support starting with zero outputs

2016-06-18 Thread Armin Krezović
This patch adds a new command line option which can be used to tell headless backend not to create any virtual outputs. This will be used for output hotplug emulation, where weston will start with no outputs available, and the virtual output will be created at runtime. Signed-off-by: Armin Krezov