How can I start wayland at boot?

2014-04-12 Thread Michael Johnson
Hi all, Is there a way to start wayland as a service?  I haven't seen any info on this. Thanks in advance. ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/

Re: [PATCH] Add a client for testing compositor damage handling

2014-04-12 Thread Pekka Paalanen
On Fri, 11 Apr 2014 05:01:17 -0500 Jason Ekstrand wrote: > Signed-off-by: Jason Ekstrand > --- > Makefile.am | 12 + > clients/simple-damage.c | 869 > > 2 files changed, 881 insertions(+) > create mode 100644 clients/simple-damage

Re: [PATCH v2] tests: fix bad-buffer-test

2014-04-12 Thread Pekka Paalanen
On Fri, 11 Apr 2014 11:48:55 +0200 Marek Chalupa wrote: > bad-buffer-test is FAIL_TEST and every assert() (or even SIGSEGV signal) > make it pass. It shouldn't be so for example when assert() is invoked > when a client couldn't connect to display. > > Make sure that only relevant asserts make th

Re: [PATCH libinput] evdev: log configured device info

2014-04-12 Thread Jonas Ådahl
On Fri, Apr 11, 2014 at 04:27:01PM -0700, U. Artie Eoff wrote: > Bring back the device configure logging that was originally part of > Weston's evdev. Pushed, with minor alterations to indentation. Thanks. Jonas > > Signed-off-by: U. Artie Eoff > --- > src/evdev.c | 20 +--- >

[PATCH weston] libinput: Forward frame events to clients

2014-04-12 Thread Jonas Ådahl
Signed-off-by: Jonas Ådahl --- desktop-shell/shell.c | 6 ++ src/compositor.h | 3 +++ src/data-device.c | 6 ++ src/input.c | 19 +++ src/libinput-device.c | 15 +++ 5 files changed, 49 insertions(+) diff --git a/desktop-shell/shell.c b/