Re: [PATCH v3 libinput] add simple symbols leak checker

2015-02-09 Thread Marek Chalupa
On Fri, Feb 6, 2015 at 5:32 AM, Peter Hutterer peter.hutte...@who-t.net wrote: On Thu, Feb 05, 2015 at 09:33:19AM +0100, Marek Chalupa wrote: This patch adds simple script that compares libinput.sym file to the functions that are marked by LIBINPUT_EXPORT. This script is added to make

[PATCH weston 2/2] build: Enable xwayland-test during distcheck

2015-02-09 Thread Derek Foreman
The replacement xwayland-test should succeed, so we should run it from distcheck again. Signed-off-by: Derek Foreman der...@osg.samsung.com --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 589b47b..1864b70 100644 ---

[PATCH weston 0/2] Make distcheck run xwayland-test and pass

2015-02-09 Thread Derek Foreman
This should get make distcheck to successfully run the new Xwayland test. I changed the default location of Xwayland to /usr/bin/Xwayland. The default location of $bindir/Xwayland doesn't make sense since Xwayland isn't part of weston. I wonder if we need a better test for its location and

[PATCH weston 1/2] configure.ac: Don't look for Xwayland in the weston install destination

2015-02-09 Thread Derek Foreman
Xwayland isn't part of this distribution so looking for Xwayland in weston's install dir will cause distcheck to fail. Let's set the default to /usr/bin where it's likely to live. It can still be overriden during configure exactly as before. Signed-off-by: Derek Foreman der...@osg.samsung.com

Re: [PATCH weston 1/2] configure.ac: Don't look for Xwayland in the weston install destination

2015-02-09 Thread Bryce Harrington
On Mon, Feb 09, 2015 at 02:34:49PM -0800, Bryce Harrington wrote: On Mon, Feb 09, 2015 at 09:57:28AM -0600, Derek Foreman wrote: Xwayland isn't part of this distribution so looking for Xwayland in weston's install dir will cause distcheck to fail. Let's set the default to /usr/bin where

[PATCH libinput] tablet: drop LIBINPUT_TABLET_AXIS_NONE from the API

2015-02-09 Thread Peter Hutterer
This constant isn't used in the public API, let's drop it. To make it easier to use it internally and avoid accidental boolean comparisions with axes, bump all real axes up to start at 1. Internally that means we drop the AXIS_CNT since it'd be misleading and instead use MAX or MAX + 1

[PATCH libinput 0/3] Automatic device group assignment

2015-02-09 Thread Peter Hutterer
This patchset assigns wacom devices into the same device group. libinput itself doesn't do the guesswork here, it's done in the udev rule through LIBINPUT_DEVICE_GROUP. libinput just uses that value to strcmp() and auto-assign the groups. The udev rule is a bit of a hackjob but it does the job

[PATCH libinput 3/3] Use LIBINPUT_DEVICE_GROUP from udev as group identifier

2015-02-09 Thread Peter Hutterer
From: Benjamin Tissoires benjamin.tissoi...@gmail.com Store it as identifier in the device group, any two devices that have a the same non-NULL identifier share the group. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- doc/device-configuration-via-udev.dox | 5 + src/evdev.c

[PATCH libinput 2/3] Add a rules file to assign LIBINPUT_DEVICE_GROUP

2015-02-09 Thread Peter Hutterer
Ideally we could just take ATTRS{phys} but we can't select substrings to drop into ENV so we re-assemble it manually. Eventually this will likely end up in a RUN callout, but for now this will do. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Makefile.am| 2 +-

[PATCH libinput 1/3] tools: print the device group in event-debug

2015-02-09 Thread Peter Hutterer
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- tools/event-debug.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/tools/event-debug.c b/tools/event-debug.c index 297e47d..38a6e82 100644 --- a/tools/event-debug.c +++ b/tools/event-debug.c @@

Re: [PATCH weston 0/2] Make distcheck run xwayland-test and pass

2015-02-09 Thread Daniel Stone
Hi, On 9 February 2015 at 15:57, Derek Foreman der...@osg.samsung.com wrote: This should get make distcheck to successfully run the new Xwayland test. I changed the default location of Xwayland to /usr/bin/Xwayland. The default location of $bindir/Xwayland doesn't make sense since Xwayland

Re: X11 weston lockup

2015-02-09 Thread Michal Suchanek
Hello On 9 February 2015 at 19:02, Daniel Stone dan...@fooishbar.org wrote: Hi, On 9 February 2015 at 13:23, Michal Suchanek hramr...@gmail.com wrote: I don't see any indication of dri3 being used or not in the weston output It's entirely silent in Weston because it's just an EGL

Re: X11 weston lockup

2015-02-09 Thread Daniel Stone
Hi, On 9 February 2015 at 19:16, Michal Suchanek hramr...@gmail.com wrote: On 9 February 2015 at 19:02, Daniel Stone dan...@fooishbar.org wrote: On 9 February 2015 at 13:23, Michal Suchanek hramr...@gmail.com wrote: I don't see any indication of dri3 being used or not in the weston output

Re: CRIU and Weston

2015-02-09 Thread Pekka Paalanen
On Mon, 09 Feb 2015 12:16:52 +0200 Ruslan Kuprieiev kupru...@gmail.com wrote: Hi Pekka, Thank you for your response. On 02/06/2015 03:05 PM, Pekka Paalanen wrote: On Fri, 30 Jan 2015 21:31:24 +0200 Ruslan Kuprieiev kupru...@gmail.com wrote: Hi! I would like to add

Re: [PATCH] RDP compositor: v2 fixes for multiple connections and mstsc

2015-02-09 Thread John Obaterspok
I've updated to latest freerdp master + weston 1.6.0 + v2 of RDP compositor patch Still no connection... -- john [john@testbox ~]$ weston --backend=rdp-backend.so Date: 2015-02-09 CET [20:45:10.772] weston 1.6.0 http://wayland.freedesktop.org/ Bug reports to:

Re: X11 weston lockup

2015-02-09 Thread Michal Suchanek
On 9 February 2015 at 20:37, Daniel Stone dan...@fooishbar.org wrote: Hi, On 9 February 2015 at 19:16, Michal Suchanek hramr...@gmail.com wrote: On 9 February 2015 at 19:02, Daniel Stone dan...@fooishbar.org wrote: On 9 February 2015 at 13:23, Michal Suchanek hramr...@gmail.com wrote: I

Re: X11 weston lockup

2015-02-09 Thread Daniel Stone
Hi, On 9 February 2015 at 20:30, Michal Suchanek hramr...@gmail.com wrote: On 9 February 2015 at 20:37, Daniel Stone dan...@fooishbar.org wrote: On 9 February 2015 at 19:16, Michal Suchanek hramr...@gmail.com wrote: Also I retried running weston and while the mouse cursor updates are still

Re: X11 weston lockup

2015-02-09 Thread Michal Suchanek
On 9 February 2015 at 12:35, Michal Suchanek hramr...@gmail.com wrote: Hello, I am running X11 on an AMD Redwood card with XMonad window manager and xcompmgr. Actually, I forgot I replaced the graphics card: Date: 2015-02-09 CET [12:15:49.609] weston 1.6.0

X11 weston lockup

2015-02-09 Thread Michal Suchanek
Hello, I am running X11 on an AMD Redwood card with XMonad window manager and xcompmgr. I tried to run weston under X and noticed that cursor updates are very sluggish. After a while any updates in the weston window stopped completely (eg. cursor does not move, clock shows old time). Is there

Re: CRIU and Weston

2015-02-09 Thread Ruslan Kuprieiev
Hi Pekka, Thank you for your response. On 02/06/2015 03:05 PM, Pekka Paalanen wrote: On Fri, 30 Jan 2015 21:31:24 +0200 Ruslan Kuprieiev kupru...@gmail.com wrote: Hi! I would like to add checkpoint/restore support of a graphical app(no gl) that uses wayland. I'll appreciate any thoughts and

Re: X11 weston lockup

2015-02-09 Thread Daniel Stone
Hi, On 9 February 2015 at 11:37, Michal Suchanek hramr...@gmail.com wrote: On 9 February 2015 at 12:35, Michal Suchanek hramr...@gmail.com wrote: I tried to run weston under X and noticed that cursor updates are very sluggish. After a while any updates in the weston window stopped

Re: [PATCH weston 1/2] configure.ac: Don't look for Xwayland in the weston install destination

2015-02-09 Thread Bryce Harrington
On Mon, Feb 09, 2015 at 09:57:28AM -0600, Derek Foreman wrote: Xwayland isn't part of this distribution so looking for Xwayland in weston's install dir will cause distcheck to fail. Let's set the default to /usr/bin where it's likely to live. It can still be overriden during configure

Re: X11 weston lockup

2015-02-09 Thread Michal Suchanek
On 9 February 2015 at 12:44, Daniel Stone dan...@fooishbar.org wrote: Hi, On 9 February 2015 at 11:37, Michal Suchanek hramr...@gmail.com wrote: On 9 February 2015 at 12:35, Michal Suchanek hramr...@gmail.com wrote: I tried to run weston under X and noticed that cursor updates are very

Re: RDP connection to wayland compositor

2015-02-09 Thread Hardening
Le 09/02/2015 13:18, Vasyl Vavrychuk a écrit : Hi, Weston supports RDP protocol via rdp-backend. Its use is for example described here https://wiki.tizen.org/wiki/Weston_RDP_access. Current implementation works in the way that weston compositor launched with wayland backend and weston

RDP connection to wayland compositor

2015-02-09 Thread Vasyl Vavrychuk
Hi, Weston supports RDP protocol via rdp-backend. Its use is for example described here https://wiki.tizen.org/wiki/Weston_RDP_access. Current implementation works in the way that weston compositor launched with wayland backend and weston compositor launched with RDP backend are independent of