Re:

2020-05-07 Thread Pier Luigi Fiorini
Il giorno mer 6 mag 2020 alle ore 17:05 Selastin George < selastin2...@gmail.com> ha scritto: > How to run a qtwayland compositor without the support of any platform by > using DRM. > > This is really something you should have asked in a Qt mailing list such as qt-interest, because it's more relat

Re: [PATCH weston] xdg-shell: handle clients launched in fullscreen

2014-09-02 Thread Pier Luigi Fiorini
2014-09-02 11:11 GMT+02:00 Marek Chalupa : [cut] > desktop-shell/shell.c | 33 + > 1 file changed, 33 insertions(+) > > diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c > index 9c0e721..cc7fb4a 100644 > --- a/desktop-shell/shell.c > +++ b/desktop-shell/s

[PATCH] version.h: Add version check macro

2013-09-22 Thread Pier Luigi Fiorini
Make it easier to check for a Weston version. --- src/version.h.in | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/version.h.in b/src/version.h.in index f573328..d45172c 100644 --- a/src/version.h.in +++ b/src/version.h.in @@ -26,6 +26,16 @@ #define WESTON_VER

[PATCH weston 1.2] compositor.h: Don't include config.h

2013-08-23 Thread Pier Luigi Fiorini
Public headers should not include config.h. --- src/compositor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compositor.h b/src/compositor.h index 3eaac42..3437aea 100644 --- a/src/compositor.h +++ b/src/compositor.h @@ -28,8 +28,6 @@ extern "C" { #endif -#include "config.h" - #i

[PATCH] version.h: Add version check macro

2013-08-20 Thread Pier Luigi Fiorini
Make it easier to check for a Weston version. --- src/version.h.in | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/version.h.in b/src/version.h.in index f573328..12ad6e4 100644 --- a/src/version.h.in +++ b/src/version.h.in @@ -26,6 +26,13 @@ #define WESTON_VERSION_

[PATCH] Override modules list and don't always load desktop-shell.so

2013-04-14 Thread Pier Luigi Fiorini
Let --modules override modules list and load desktop-shell.so as a fallback if a modules list is not specified neither by passing --modules nor with weston.ini. Signed-off-by: Pier Luigi Fiorini --- man/weston.man | 5 +++-- src/compositor.c | 7 +++ 2 files changed, 6 insertions(+), 6

[PATCH] Override modules list and don't always load desktop-shell.so

2013-04-01 Thread Pier Luigi Fiorini
Let --modules override modules list and load desktop-shell.so as a fallback if a modules list is not specified neither by passing --modules nor with weston.ini. --- src/compositor.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/compositor.c b/src/compositor.c

Running Wayland on VMware

2012-07-16 Thread Pier Luigi Fiorini
Hello, I'm trying to run one of the QtCompositor examples (qwindow-compositor) on VMware from my Linux distribution which doesn't support X11 on purpose. Mesa was built from git (checked out July 2nd at midnight) with the following options: --with-gallium-drivers=r300,r600,nouveau,svga,sw