Re: weston-1.4.0: rpi-backend is broken

2014-01-31 Thread Silvan Jegen
Hi everyone On Sun, Jan 26, 2014 at 09:15:50PM +0100, Yann E. MORIN wrote: > [...] > Here's the complete log of 'weston >weston.log 2>&1' : > > ---8<--- > Date: 2014-01-26 UTC > [20:03:09.606] weston 1.4.0 >http://wayland.freedesktop.org/ >Bug r

[PATCH weston] compositor: Clarify XDG_RUNTIME_DIR misconfiguration message

2014-01-31 Thread Guillem Jover
If only the mode or the owner are wrong, do not say both are wrong. Change the text to state that there's a problem and the current values, and let the user figure it out. Signed-off-by: Guillem Jover --- src/compositor.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/s

Re: [RFC v2] Wayland presentation extension (video protocol)

2014-01-31 Thread Pekka Paalanen
On Thu, 30 Jan 2014 17:35:17 +0200 Pekka Paalanen wrote: > The v1 proposal is here: > http://lists.freedesktop.org/archives/wayland-devel/2013-October/011496.html > > In v2 the basic idea is the same: you can queue frames with a > target presentation time, and you can get accurate presentation >

[PATCH weston] input: Fix weston_seat_init_keyboard() error path

2014-01-31 Thread Ander Conselvan de Oliveira
The pointer seat->keyboard was set before some possible error returns. That pointer was left unchanged in case of failure, pointing to an uninitialized keyboard struct (that was also leaked). If a client sent a wl_seat::get_keyboard request, that would cause Weston to crash. Fix this by setting th

[PATCH weston] input: Empty the current input region when configuring pointer surfaces

2014-01-31 Thread Ander Conselvan de Oliveira
The input region of the cursor surface is set to empty in pointer_cursor_surface_configure(). Since during the commit process this function is called before the pending input region is made current, it empties surface->pending.input instead of surface->input. But pointer_cursor_surface_configure()

Re: [RFC] libinput configuration interface

2014-01-31 Thread Alexander E. Patrakov
Peter Hutterer wrote: > I've been thinking about how to add a device configuration interface to > libinput, and after getting feedback from Jonas and Benjamin, here's a > proposal (no code yet). > > First, I think the configuration should be feature-specific, not device > specific, so it is indepe

Re: [PATCH libinput 1/2] Replace output screen size callback with transform helpers

2014-01-31 Thread Jonas Ådahl
On Fri, Jan 31, 2014 at 09:12:17AM +1000, Peter Hutterer wrote: > On Thu, Jan 30, 2014 at 08:38:02AM +0100, Jonas Ådahl wrote: > > On Thu, Jan 30, 2014 at 01:02:15PM +1000, Peter Hutterer wrote: > > > On Wed, Jan 29, 2014 at 09:33:11PM +0100, Jonas Ådahl wrote: > > > > Instead of automatically tran