Libinput-touch screen detection

2019-10-01 Thread sanjay anvekar
Hi All,   I am new to Wayland. I am using Weston 1.9.0 on imx6x board with touchscreen display of resolution 1024x768. I am seeing touchscreen as /dev/input/event0 device and it is working. I confirmed functioning of touchscreen using "cat /dev/input/event0" command. Unfortunately, I don't see

Re: libinput drops keys from infrared remotes after changing keymap

2019-10-01 Thread Hans de Goede
Hi, On 01-10-2019 10:39, Sean Young wrote: Hi Hans, On Mon, Sep 30, 2019 at 01:29:59PM +0200, Hans de Goede wrote: On 30-09-2019 10:33, Sean Young wrote: On Mon, Sep 30, 2019 at 11:34:04AM +1000, Peter Hutterer wrote: On Sun, Sep 29, 2019 at 08:17:38PM +0100, Sean Young wrote: Any thoughts

Re: [Patch v4][weston] gl-renderer.c: Use gr->egl_config to create pbuffer surface

2019-10-01 Thread Pekka Paalanen
On Wed, 29 Aug 2018 13:18:43 -0700 Madhurkiran Harikrishnan wrote: > The original implementation always chose first egl config for pbuffer > surface type, however the returned configs are implementation specific > and egl config may not always match between ctx and surface. Hence, > use gr->egl_c

Re: libinput drops keys from infrared remotes after changing keymap

2019-10-01 Thread Sean Young
Hi Hans, On Mon, Sep 30, 2019 at 01:29:59PM +0200, Hans de Goede wrote: > On 30-09-2019 10:33, Sean Young wrote: > > On Mon, Sep 30, 2019 at 11:34:04AM +1000, Peter Hutterer wrote: > > > On Sun, Sep 29, 2019 at 08:17:38PM +0100, Sean Young wrote: > > > > Any thoughts on this would be appreciated!