Re: Weston compositor sleep from wayland client

2018-09-13 Thread Pekka Paalanen
On Thu, 13 Sep 2018 10:32:52 +0530 nsola...@codeaurora.org wrote: > On 2018-09-12 18:38, Pekka Paalanen wrote: > > You could write a new Wayland extension, implement it in Weston and > > your app, and control the compositor state that way. However, generally > > it is a bad idea to let arbitrary

Re: Weston compositor sleep from wayland client

2018-09-12 Thread nsolanki
On 2018-09-12 18:38, Pekka Paalanen wrote: On Wed, 12 Sep 2018 18:07:41 +0530 nsola...@codeaurora.org wrote: Hi Wayland/Weston team, I am working on weston 3.0. I am trying to put weston on WESTON_COMPOSITOR_SLEEPING state. Basically, I want to do this from client side (from wayland app).

Re: Weston compositor sleep from wayland client

2018-09-12 Thread Pekka Paalanen
On Wed, 12 Sep 2018 18:07:41 +0530 nsola...@codeaurora.org wrote: > Hi Wayland/Weston team, > > > I am working on weston 3.0. > > I am trying to put weston on WESTON_COMPOSITOR_SLEEPING state. > > Basically, I want to do this from client side (from wayland app). > > I want to turn off

RE: Weston compositor sleep from wayland client

2018-09-12 Thread Ucan, Emre (ADITG/ESB)
; From: wayland-devel On > Behalf Of nsola...@codeaurora.org > Sent: Mittwoch, 12. September 2018 14:38 > To: wayland-devel@lists.freedesktop.org > Subject: Weston compositor sleep from wayland client > > Hi Wayland/Weston team, > > > I am working on weston 3.

Weston compositor sleep from wayland client

2018-09-12 Thread nsolanki
Hi Wayland/Weston team, I am working on weston 3.0. I am trying to put weston on WESTON_COMPOSITOR_SLEEPING state. Basically, I want to do this from client side (from wayland app). I want to turn off display from application side. Can you please help me how this can be achieved ? Can I