Re: [PATCH wayland] client: Allow absolute paths in WAYLAND_DISPLAY

2017-11-09 Thread Jonas Ã…dahl
On Thu, Nov 09, 2017 at 09:36:29AM -0600, Matt Hoosier wrote: > From: Matt Hoosier > > In order to support system compositor instances, it is necessary to > allow clients' wl_display_connect() to find the compositor's listening > socket somewhere outside of XDG_RUNTIME_DIR. For a full account, se

[PATCH v2 libinput] touchpad: work palm detection into the tap state machine

2017-11-09 Thread Peter Hutterer
Unlike the already-existing thumb detection, a touch may be labelled palm at any time, not just during the initial touch down. This requires full integration into the tap state machine to unwind properly. For most states, a palm detection simply ignores the finger and reverts to the most recent sta

Re: [PATCH xserver] xwayland: Support for BTN_STYLUS3 kernel events

2017-11-09 Thread Jason Gerecke
On Tue, Nov 7, 2017 at 2:37 PM, Peter Hutterer wrote: > On Tue, Nov 07, 2017 at 11:09:44AM -0800, Jason Gerecke wrote: >> BTN_STYLUS3 has been introduced by the Linux 4.15 kernel to report the >> status of the third button present on Wacom's new "Pro Pen 3D" stylus. >> Treat this button like xf86-

Re: Wayland Message Behaviour

2017-11-09 Thread Derek Foreman
On 2017-11-08 10:02 AM, Turner, LewisX wrote: Hi all, I have come across some strange behavior with Wayland and I wondered if you could share your thoughts on it. The trace below is a sanitized version of what I captured of the behavior of Wayland messages between our client and Weston. Towards

Re: New paths for Wayland sockets (Re: Enabling Android-style per application user ids)

2017-11-09 Thread Matt Hoosier
On Wed, Nov 8, 2017 at 2:16 AM, Pekka Paalanen wrote: > On Tue, 7 Nov 2017 19:42:42 + > Daniel Stone wrote: > >> Hi, >> >> On 3 November 2017 at 07:33, Pekka Paalanen wrote: > >> > - when the current socket search fails, add one more place to look >> > in: /run/wayland/$WAYLAND_DISPLAY wit

[PATCH wayland] client: Allow absolute paths in WAYLAND_DISPLAY

2017-11-09 Thread Matt Hoosier
From: Matt Hoosier In order to support system compositor instances, it is necessary to allow clients' wl_display_connect() to find the compositor's listening socket somewhere outside of XDG_RUNTIME_DIR. For a full account, see the discussion beginning here: https://lists.freedesktop.org/archives

Re: [PATCH v3] compositor-drm: Add the aspect ratio parsing support

2017-11-09 Thread Nautiyal, Ankit K
Hi Pekka, Many thanks for the review comments, and suggestions. I will address these in the next patch. Please find my clarifications/comments inline below. On 11/3/2017 3:52 PM, Pekka Paalanen wrote: (I fixed the subject line to contain v3.) On Mon, 16 Oct 2017 20:25:23 +0530 Nautiyal Ank

RE: Wayland Message Behaviour

2017-11-09 Thread Turner, LewisX
Hi pq, I will respond again once we have done some further investigation regarding your comments. Regards, Lewis -Original Message- From: Pekka Paalanen [mailto:ppaala...@gmail.com] Sent: Thursday, November 9, 2017 8:29 AM To: Turner, LewisX Cc: wayland-devel@lists.freedesktop.org Sub

Re: Wayland Message Behaviour

2017-11-09 Thread Pekka Paalanen
On Wed, 8 Nov 2017 16:02:11 + "Turner, LewisX" wrote: > Hi all, > > I have come across some strange behavior with Wayland and I wondered > if you could share your thoughts on it. > > The trace below is a sanitized version of what I captured of the > behavior of Wayland messages between our