Re: [PATCH weston v4 1/9] protocol: add weston-debug.xml

2017-10-22 Thread Pekka Paalanen
Hi, I'm CC'ing Quentin for the automake comments below. On Thu, 12 Oct 2017 13:13:41 +0200 Emre Ucan wrote: > From: Pekka Paalanen > > This is a new debugging extension for non-production environments. The > aim is to replace all build-time choosable debug prints in the > compositor with run

Re: Running multiple Wayland window managers in different ttys

2017-10-22 Thread Pekka Paalanen
On Sat, 21 Oct 2017 11:06:38 +0530 Deepak Jois wrote: > On Sat, Oct 21, 2017 at 12:28 AM, Matt Hoosier wrote: > > > > The trick here is to inform each compositor that it should be > > listening on a different Wayland socket name. For example, if you use > > Weston: > > > > $ weston --socket=

[PATCH libinput] touchpad: cap the edge palm detection zones at 8mm

2017-10-22 Thread Peter Hutterer
The main purpose of the edge zone is to detect palms in the area where we cannot assume a full finger size and thus cannot use any other palm detection mechanism. 8mm should be large enough that a finger should be detected based on other properties (size, pressure, ...). https://bugs.freedesktop.o

[PATCH libinput] touchpad: allow for multiple paired keyboards

2017-10-22 Thread Peter Hutterer
needed for the razer blade keybard which provides multiple event nodes for one physical device but it's hard/impossible to identify which one is the real event node we care about. https://bugs.freedesktop.org/show_bug.cgi?id=103156 Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 53