[PATCH libinput 1/2] tools: add --disable-sendevents option to the debug-events/debug-gui tools

2017-09-10 Thread Peter Hutterer
Makes it possible to debug issues with sendevents. Signed-off-by: Peter Hutterer --- tools/libinput-debug-events.man | 3 +++ tools/shared.c | 19 +++ tools/shared.h | 3 +++ 3 files changed, 25 insertions(+) diff --git a/tools/libinput-debug-

[PATCH libinput 2/2] touchpad: don't resume a disabled touchpad

2017-09-10 Thread Peter Hutterer
A toucphad that was disabled by toggling the sendevents option would come back normally after a lid resume, despite still being nominally disabled. https://bugzilla.redhat.com/show_bug.cgi?id=1448962 Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 44 - test/

Re: wayland-build-tools build fail for libinput "./wl_build: line 19: ./autogen.sh: No such file or directory"

2017-09-10 Thread Peter Hutterer
On Sat, Sep 09, 2017 at 09:10:46AM -0500, michael-wayland-u...@michaelzfreeman.org wrote: > Hi, > > My first post here. I'm in the process of slowly replacing Xorg with > Wayland. I've always been interested in the possibilities of 3D operating > systems and Wayland is a very exciting time for Li

Re: How to support mixed DPI in Xwayland?

2017-09-10 Thread Joseph Burt
On Sun, Sep 10, 2017 at 5:01 PM, Joseph Burt wrote: > Hi Olivier, > > On Thu, Sep 7, 2017 at 6:17 PM, Olivier Fourdan wrote: >> >> The other solution would be to have the same screen, but have Xwayland to >> give different scaling conversions for root window size, screen size, events >> coordinat

Re: How to support mixed DPI in Xwayland?

2017-09-10 Thread Joseph Burt
Hi Olivier, On Thu, Sep 7, 2017 at 6:17 PM, Olivier Fourdan wrote: > > The other solution would be to have the same screen, but have Xwayland to > give different scaling conversions for root window size, screen size, events > coordinates, etc. depending on the client, if it's HiDPI aware or not,