Re: Requests for Proposal for hosting XDC 2019

2018-06-21 Thread Daniel Vetter
On Thu, Jun 21, 2018 at 11:16 PM, Daniel Vetter wrote: > Hi all, > > The X.org board is soliciting proposals to host XDC in 2019. By the usual > rotation a location in (North) America is preferred, but the board will also > consider other locations, especially if there's an interesting co-location

Requests for Proposal for hosting XDC 2019

2018-06-21 Thread Daniel Vetter
Hi all, The X.org board is soliciting proposals to host XDC in 2019. By the usual rotation a location in (North) America is preferred, but the board will also consider other locations, especially if there's an interesting co-location with another conference. If you consider hosting XDC, we have a

Re: Dual display in clone mode or extended mode with Weston

2018-06-21 Thread Matheus Santana
On Thu, Jun 21, 2018 at 3:44 PM, Matheus Santana wrote: > > > On Thu, Jun 21, 2018 at 5:11 AM, Pekka Paalanen > wrote: > >> On Wed, 13 Jun 2018 17:40:59 +0530 >> Ashvini Deshmukh wrote: >> >> > Hello All, >> > >> > I have read queries for dual display on freedesktop.org >> > >> > I need your he

[PATCH wayland-web 3/3] building: refer to libinput docs for building info

2018-06-21 Thread Matheus Santana
This replaces outdated instructions on how to build libinput. Signed-off-by: Matheus Santana --- building.html | 24 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/building.html b/building.html index b075051..03f7e3e 100644 --- a/building.html +++ b/build

[PATCH wayland-web 2/3] building: use enable-llvm option

2018-06-21 Thread Matheus Santana
Fix error: --enable-llvm is required when building r300 while building Mesa. Signed-off-by: Matheus Santana --- building.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building.html b/building.html index 35e8173..b075051 100644 --- a/building.html +++ b/building.h

[PATCH wayland-web 1/3] building: replace with-egl-platforms option

2018-06-21 Thread Matheus Santana
This gets rid of WARNING: --with-egl-platforms is deprecated. Use --with-platforms instead. while building Mesa. Signed-off-by: Matheus Santana --- building.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building.html b/building.html index fdfa997..35e8173 100

Re: Dual display in clone mode or extended mode with Weston

2018-06-21 Thread Matheus Santana
On Thu, Jun 21, 2018 at 5:11 AM, Pekka Paalanen wrote: > On Wed, 13 Jun 2018 17:40:59 +0530 > Ashvini Deshmukh wrote: > > > Hello All, > > > > I have read queries for dual display on freedesktop.org > > > > I need your help in the same context. > > > > Currently we are creating one application t

Re: EXT: [PATCH weston 0/1] Allow forcing outputs on

2018-06-21 Thread Tomasz Olszak
I probably mislead you, I probably haven't noticed difference between starting weston without screens and weston state after disconnecting all screens. Still great that is was possible to fix so fast. 2018-06-21 15:01 GMT+02:00 Pekka Paalanen : > On Thu, 21 Jun 2018 11:03:36 +0200 > Tomasz Olszak

Re: EXT: [PATCH weston 0/1] Allow forcing outputs on

2018-06-21 Thread Pekka Paalanen
On Thu, 21 Jun 2018 11:03:36 +0200 Tomasz Olszak wrote: > To reproduce the issue: > > weston.ini: > [output] > name=HDMI-A-2 > mode=74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync > force-on=true > > Connect screen to HDMI-A-1 and start weston. You get weston info: > interface: 'wl_ou

[PATCH weston 2/2] libweston: fix output reflow on removal

2018-06-21 Thread Pekka Paalanen
From: Pekka Paalanen This is regression apparently introduced in 0de859ede4bad72b5d3b78e086632f02196d997f, which accidentally swapped the sign of 'delta_width' in the original call site. If one removes an output, the remaining outputs on the right are getting moved even further to the right. The

[PATCH weston 0/2] Fix output reflow on hot-unplug

2018-06-21 Thread Pekka Paalanen
From: Pekka Paalanen Hi, see the second patch for the actual issue. The first patch fixes a bug that went unnoticed because of the second bug. This is pretty easy to test. Use the wayland or x11 backends and launch with two outputs. Check the wl_output x,y with weston-info, close the left outpu

[PATCH weston 1/2] desktop-shell: fix output removal for background/panel

2018-06-21 Thread Pekka Paalanen
From: Pekka Paalanen When the compositor has multiple outputs (not clones) and one of them is removed, the ones remaining to the right will be moved to close the gap. Because reflowing the remaining outputs happens before removing the wl_output global, we get the new output x,y before the removal

Re: Session suspension and restoration protocol

2018-06-21 Thread Simon McVittie
On Wed, 20 Jun 2018 at 21:26:26 +0200, Roman Gilg wrote: > On Mon, Jun 18, 2018 at 6:01 PM Simon McVittie wrote: > > When we discussed this on #gnome-hackers we were talking about doing > > restoration by passing the restored session ID as platform_data to the > > Activate method defined by > > ht

Re: [PATCH] client: Allow send error recovery without an abort

2018-06-21 Thread Pekka Paalanen
On Tue, 19 Jun 2018 21:06:15 -0700 Lloyd Pique wrote: > I did think of one more option to avoid the dup() abort. > > - Open MAX_FDS_OUT to reserve a pool of fds (open /dev/nul or something > innocuous) > - Whenever the core client needs to dup a caller fd, use dup2/dup3 on an fd > in the pool >

Re: [PATCH] client: Allow send error recovery without an abort

2018-06-21 Thread Pekka Paalanen
On Tue, 19 Jun 2018 13:23:44 -0700 Lloyd Pique wrote: > Hi Pekka, > > - ABI to query a "flush recommended" flag; This flag would be set when > > the soft-buffer is at least half-full, and cleared when it drops > > to... below half? empty? > > > This sounds reasonable, I'm happy to incorp

Re: [PATCH] client: Allow send error recovery without an abort

2018-06-21 Thread Pekka Paalanen
On Tue, 19 Jun 2018 12:10:36 -0700 Lloyd Pique wrote: > Hi Pekka, > > On Tue, Jun 19, 2018 at 5:12 AM Pekka Paalanen wrote: > > > If I'm reading the code right, MAX_FDS_OUT is only a limit for a single > > sendmsg() call. The fds_out buffer is capable of holding 1k fds. > > > > > We have 4

LayerManagerControl dump surface command is not working with gstreamer pipeline.

2018-06-21 Thread Ikshwaku Chauhan
Dear All, We are facing issue when we are trying to take the surface dump for a video running on the display. we are observing the following behaviors: 1. When we run a video file through gstreamer pipeline then, not able to take the surface dump with LayerM

Re: EXT: [PATCH weston 0/1] Allow forcing outputs on

2018-06-21 Thread Tomasz Olszak
To reproduce the issue: weston.ini: [output] name=HDMI-A-2 mode=74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync force-on=true Connect screen to HDMI-A-1 and start weston. You get weston info: interface: 'wl_output', version: 3, name: 13 x: 0, y: 0, scale: 1, physical_width

Re: Dual display in clone mode or extended mode with Weston

2018-06-21 Thread Pekka Paalanen
On Wed, 13 Jun 2018 17:40:59 +0530 Ashvini Deshmukh wrote: > Hello All, > > I have read queries for dual display on freedesktop.org > > I need your help in the same context. > > Currently we are creating one application to support multiple displays with > Wayland. Hi, you are developing an a

Re: how to handle the last_error of wl_display

2018-06-21 Thread Pekka Paalanen
On Thu, 21 Jun 2018 11:59:57 +0800 zou lan wrote: > Hi pekka > > I find the last_error is caused by > wl_display_flush()-->wl_connection_flush(). The sendmsg() return fail. > > Many applications write code like this: > > redraw() > { > wl_surface_commit(); > wl_display_sync(); > wl_display_flu