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

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

Re: No output on display with Weston using fbdev backend

2018-03-22 Thread nsolanki
On 2018-03-21 20:24, Pekka Paalanen wrote: On Wed, 21 Mar 2018 19:45:36 +0530 nsola...@codeaurora.org wrote: On 2018-03-21 19:42, nsola...@codeaurora.org wrote: > On 2018-03-21 14:52, Pekka Paalanen wrote: >> On Wed, 21 Mar 2018 14:40:13 +0530 >> nsola...@codeaurora.org wrote: >> >>> Hi

Re: No output on display with Weston using fbdev backend

2018-03-21 Thread nsolanki
On 2018-03-21 19:42, nsola...@codeaurora.org wrote: On 2018-03-21 14:52, Pekka Paalanen wrote: On Wed, 21 Mar 2018 14:40:13 +0530 nsola...@codeaurora.org wrote: Hi Wayland Team, I am using weston 1.9.0-r0 version and compiled weston for fbdev backend. But I do not see any output on

Re: No output on display with Weston using fbdev backend

2018-03-21 Thread nsolanki
On 2018-03-21 14:52, Pekka Paalanen wrote: On Wed, 21 Mar 2018 14:40:13 +0530 nsola...@codeaurora.org wrote: Hi Wayland Team, I am using weston 1.9.0-r0 version and compiled weston for fbdev backend. But I do not see any output on display. Basically I do not see call reaching to "ioctl(fd,

No output on display with Weston using fbdev backend

2018-03-21 Thread nsolanki
Hi Wayland Team, I am using weston 1.9.0-r0 version and compiled weston for fbdev backend. But I do not see any output on display. Basically I do not see call reaching to "ioctl(fd, FBIOPUT_VSCREENINFO, )" in function fbdev_set_screen_info(). So, if I add a call "ioctl(fd,