Re: wayland - weston - and framebuffer

2015-03-13 Thread Thilo Cestonaro
Hey Pekka, thank you! In the end it was my patch which killed it. BGRA was the wrong format as it uses 8Bit length for transparent channel. I need to use ABGR which is B8G8R8A0 :). now Regards, Thilo Am 13.03.2015 11:54, schrieb Pekka Paalanen: On Fri, 13 Mar 2015 10:55:38 +0100 Thilo Cest

Re: wayland - weston - and framebuffer

2015-03-13 Thread Pekka Paalanen
On Fri, 13 Mar 2015 10:55:38 +0100 Thilo Cestonaro wrote: > Hey Pekka, > > 1.7.0 still gets signal 11. See the log appended. > Can I somehow debug more then the output? > > One thing I totally forget to mention is, that I added the pixel-format > BGRA to fbdev to be recognized. > But as pixman

Re: [wayland HiDPI support, posible regression?]

2015-03-13 Thread Pekka Paalanen
Please, use reply-to-all. I'm writing this down so that we have a thing to point to when the next person comes asking the same questions. On Fri, 13 Mar 2015 00:08:59 +0800 microcai wrote: > on Monday 09 March 2015 08:59:35,Jasper St. Pierre wrote: > > You misunderstood what pq said. > > > >

Re: wayland - weston - and framebuffer

2015-03-13 Thread Thilo Cestonaro
Hey Pekka, 1.7.0 still gets signal 11. See the log appended. Can I somehow debug more then the output? One thing I totally forget to mention is, that I added the pixel-format BGRA to fbdev to be recognized. But as pixman already defines the type, it shouldn't be the problem. Here is the patch

Re: wayland - weston - and framebuffer

2015-03-13 Thread Thilo Cestonaro
Hey Pekka, so I moved forward to 1.6.0 and fullscreen shell. But I still get the caught signal 11 error. Next I will try to get to 1.7. Any other ideas then upgrading the version? Thx! Regards ThiloAm 13.03.2015 09:01 schrieb Pekka Paalanen : > > On Thu, 12 Mar 2015 15:15:36 +0100 > Thilo Ce

Re: [PATCH libinput 1/6] Calling has_axis on a non-axis pointer event is a bug, note this

2015-03-13 Thread Hans de Goede
Hi, The entire series looks good and is: Reviewed-by: Hans de Goede Regards, Hans On 13-03-15 01:37, Peter Hutterer wrote: Signed-off-by: Peter Hutterer --- src/libinput.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/libinput.h b/src/libinput.h index ca08c3e..9a7829e 1

Re: [weston v2] configure.ac: Add support for new versions of systemd

2015-03-13 Thread Pekka Paalanen
On Fri, 13 Mar 2015 00:56:10 + Javier Jardón wrote: > ... that only provide a unique libsystemd.pc file > --- > configure.ac | 15 +++ > 1 file changed, 11 insertions(+), 4 deletions(-) > > diff --git a/configure.ac b/configure.ac > index d9d8d8f..5f2cbc1 100644 > --- a/configur

Re: [weston v2] configure.ac: Add support for new versions of systemd

2015-03-13 Thread sardemff7+wayland
On 2015-03-13 01:56, Javier Jardón wrote: ... that only provide a unique libsystemd.pc file --- configure.ac | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index d9d8d8f..5f2cbc1 100644 --- a/configure.ac +++ b/configure.ac @@ -

Re: wayland - weston - and framebuffer

2015-03-13 Thread Pekka Paalanen
On Thu, 12 Mar 2015 15:15:36 +0100 Thilo Cestonaro wrote: > Hey! > > I'm totaly new to wayland and weston, so please forgive me if I ask > silly questions! > > I want to run the wayland compositor "weston" on a TI AM335x with no > graphic acceleration. > So framebuffer only, no opengl or some