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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
@
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 +-
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
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
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
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
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/
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
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
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.
> >
> >
27 matches
Mail list logo