Re: CRIU and Weston

2015-02-09 Thread Pekka Paalanen
On Mon, 09 Feb 2015 12:16:52 +0200 Ruslan Kuprieiev 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 wrote: > > > >> Hi! > >> > >> I would like to add checkpoint/restore support of

[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 --- Makefile.am| 2 +- configure.ac

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

2015-02-09 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- 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 @@ -122,13 +122,24 @@ print_device

[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 an

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

2015-02-09 Thread Peter Hutterer
From: Benjamin Tissoires 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 --- doc/device-configuration-via-udev.dox | 5 + src/evdev.c | 42

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 wh

[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 everywhere.

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

2015-02-09 Thread Bryce Harrington
On Mon, Feb 09, 2015 at 09:57:29AM -0600, Derek Foreman wrote: > The replacement xwayland-test should succeed, so we should run it > from distcheck again. > > Signed-off-by: Derek Foreman Tested-by: Bryce Harrington Verified that without this patch, the xwayland test is not invoked, and with it

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 e

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: http

Re: X11 weston lockup

2015-02-09 Thread Daniel Stone
Hi, On 9 February 2015 at 20:30, Michal Suchanek wrote: > On 9 February 2015 at 20:37, Daniel Stone wrote: >> On 9 February 2015 at 19:16, Michal Suchanek wrote: >>> Also I retried running weston and while the mouse cursor updates are >>> still very slow I cannot reproduce the lockup. Instead w

Re: X11 weston lockup

2015-02-09 Thread Michal Suchanek
On 9 February 2015 at 20:37, Daniel Stone wrote: > Hi, > > On 9 February 2015 at 19:16, Michal Suchanek wrote: >> On 9 February 2015 at 19:02, Daniel Stone wrote: >>> On 9 February 2015 at 13:23, Michal Suchanek wrote: I don't see any indication of dri3 being used or not in the weston

Re: X11 weston lockup

2015-02-09 Thread Daniel Stone
Hi, On 9 February 2015 at 19:16, Michal Suchanek wrote: > On 9 February 2015 at 19:02, Daniel Stone wrote: >> On 9 February 2015 at 13:23, Michal Suchanek 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 j

Re: X11 weston lockup

2015-02-09 Thread Michal Suchanek
Hello On 9 February 2015 at 19:02, Daniel Stone wrote: > Hi, > > On 9 February 2015 at 13:23, Michal Suchanek 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 implementation detail. > >> so I checke

Re: X11 weston lockup

2015-02-09 Thread Daniel Stone
Hi, On 9 February 2015 at 13:23, Michal Suchanek 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 implementation detail. > so I checked the Xorg log and it says that dri2 is used: Apparently the Xorg lo

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 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 > isn't part of west

[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 prese

[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 --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 589b47b..1864b70 100644 --- a/Makefile.am +++ b/Makefile.am @

[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 --- configure.ac | 2 +-

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 west

Re: X11 weston lockup

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

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 ea

Re: X11 weston lockup

2015-02-09 Thread Daniel Stone
Hi, On 9 February 2015 at 11:37, Michal Suchanek wrote: > On 9 February 2015 at 12:35, Michal Suchanek 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 completely (eg. >> cursor does not mo

Re: X11 weston lockup

2015-02-09 Thread Michal Suchanek
On 9 February 2015 at 12:35, Michal Suchanek 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 http://wayland.freedesktop.org/

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 a

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 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 ideas on how to ac

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 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 check target. > > > >