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
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
Clients don't get to set window position with Wayland.
You should write a Wayland protocol for that but you need a compositor
that speaks that protocol.
2014-08-11 8:13 GMT+02:00 Steve (YiLiang) Zhou :
> Dear all,
>
> My app has a mainwindow and a QDialog which is a child of mainwindow. And I
> wa
2014-05-10 14:33 GMT+02:00 Jasper St. Pierre :
> On Sat, May 10, 2014 at 3:44 AM, Pier Luigi
> wrote:
>>
>> 2014-05-09 2:34 GMT+02:00 nerdopolis :
>> > On Wednesday, May 07, 2014 10:18:00 PM Pier Luigi wrote:
>>
>> Without setting owner and permission
2014-05-09 2:34 GMT+02:00 nerdopolis :
> On Wednesday, May 07, 2014 10:18:00 PM Pier Luigi wrote:
>> Hi,
>>
>> I'm porting sddm (QtQuick based display manager) to Wayland, it's
>> still work in progress but close to be in a usable state and you can
>
Hi,
I'm porting sddm (QtQuick based display manager) to Wayland, it's
still work in progress but close to be in a usable state and you can
find it here:
https://github.com/plfiorini/sddm/tree/wayland
There are some multiple screen issues specific to how sddm work
compared to wl_fullscreen_shell
What about defining a Weston API number increased each time the API changes?
2014-01-24 Eoff, Ullysses A :
> Furthermore, say I'm using Weston 1.3.91... a usage of
> WESTON_VERSION_COMPATIBLE_WITH(1,3,0) would return
> True (1), which is wrong since the API/ABI actually changed
> somewhere between
2013/9/24 Bill Spitzak :
>
>
> Kristian Høgsberg wrote:
>>
>> On Tue, Sep 24, 2013 at 12:54 AM, Marc Chalain
>> wrote:
>>
>>>
>>> But the WESTON_VERSION_AT_LEAST macro is wrong. You can check only the
>>> minor
>>> and not the rest of the version.
>>>
>>
>>
>> No, we don't guarantee plugin API sta
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
2013/8/31 nerdopolis
> **
>
>
> Unfortunately the Hawaii shell is currently not working on the framebuffer
> backed weston, which means it won't work on VirtualBox as of right now.
> It's likely issues with the pixman renderer that is used on the
> fbdev-backend?
>
Guess it's pixman yeah, same i
2013/8/27 Kristian Høgsberg
> On Sun, Aug 25, 2013 at 03:42:11PM +0200, Giulio Camuffo wrote:
> > Looks good and works good for me.
>
> Thanks for checking Giulio, I wanted this to work for your use case
> too. Patch applied.
>
Could this be applied to 1.2 too for the next minor release?
--
O
2013/8/27 Kristian Høgsberg
> On Wed, Aug 21, 2013 at 08:17:05AM +0200, Pier Luigi Fiorini wrote:
> > Make it easier to check for a Weston version.
> > ---
> > src/version.h.in | 9 -
> > 1 file changed, 8 insertions(+), 1 deletion(-)
> >
> &
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
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_
2013/5/1 Kristian Høgsberg :
> On Fri, Apr 19, 2013 at 04:11:01PM -0700, Bill Spitzak wrote:
>> >2013/4/16 Kristian Høgsberg :
>>
>> >>I know the current behavior is a bit problematic for some use cases.
>> >>However it works well for the case where you load a plugin in addition
>> >>to the shell,
Hello everyone,
I would like to spam the list a little bit to announce that a new
version of Hawaii Shell is available.
This release is limited to Hawaii Shell and the Weston plugin not the
whole desktop.
I'm now releasing a module at a time, this time is Hawaii Shell's turn.
Recently I release
2013/4/16 Kristian Høgsberg :
> On Sun, Apr 14, 2013 at 07:17:40PM +0200, Pier Luigi Fiorini wrote:
>> 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.
>
2013/4/14 Pier Luigi :
> 2013/4/14 Giulio Camuffo :
>>
>> I compiled Qupzilla, but it crashes whenever it tries to use a plugin. See
>> https://bugreports.qt-project.org/browse/QTBUG-29981
>
> Yes, that happened to me the first time I tried (a happy time, when I
>
2013/4/14 Giulio Camuffo :
>
> I compiled Qupzilla, but it crashes whenever it tries to use a plugin. See
> https://bugreports.qt-project.org/browse/QTBUG-29981
Yes, that happened to me the first time I tried (a happy time, when I
didn't have the qtwebkit issue).
Should be fixed now, see here
http
2013/4/1 :
> So are you actually using this as your primary UI now? The reason I
> stopped using weston as my primary UI in September was this segfault bug
> which I hit maybe a few times a day, triggered by xwayland:
> https://bugs.freedesktop.org/show_bug.cgi?id=59983
>
> And I believe not usin
2013/4/1 Michael Hasselmann :
> On Mon, 2013-04-01 at 16:46 +0200, Pier Luigi wrote:
>> Hi,
>>
>> Hawaii is a lightweight desktop environment for Wayland written using
>> QtQuick 2.x.
>
> Very nice! Do you have a recent screencast for
> http://www.youtube.com
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
Hi,
Hawaii is a lightweight desktop environment for Wayland written using
QtQuick 2.x.
One of my goals is to provide shells for different form factors,
although at the moment only the traditional desktop is implemented
(mouse + keyboard).
I'm writing this email to inform you that the Hawaii deskt
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
Wouldn't be better to use struct wl_notification_daemon pointers
instead of struct desktop_shell?
2013/3/14 Quentin Glidic :
> From: Quentin Glidic
>
> Implement the "bubbles list" style notifications.
> Corner anchor, margin and order can be changed in the configuration.
>
> Signed-off-by: Quent
2013/1/28 :
> I updated http://www.chaosreigns.com/wayland/state/
"Qt5 support is complete except for client side decorations (CSD)."
qtwayland master branch has now complete CSD support.
It also supports the new wayland-cursor API.
For terminals you might want to add this:
https://github.com
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
2012/3/22 Connor H :
> I'm planning on developing a window manager in Qt that uses Wayland. I've
> looked at the documentation on freedesktop.org, and while it's good for
> introducing people to the architecture, I'd like something more detailed. Is
> there any further documentation that I can look
2012/2/17 Kristian Høgsberg :
> - The EWMH standard has a lot of properties, window types and
> language for standardizing out-of-process desktop components such as
> pagers, panels and desktop backgrounds. We're not going to try to
> standardize that in 1.0, the focus is going to be on the commu
2011/10/16 haithem rahmani
> I read on Phoronix that Wayland can run on plain Linux framebuffer, you
>> could also try building Mesa with just swrast without the accelerated
>> drivers but I'm not sure how it works (performance might be degraded) and
>> I
>> haven't tried since I'm currently runn
2011/10/16 haithem rahmani
> Hi all,
> I'm newbie to wayland so please forgive my stupid questions if any.
>
> I would like to run wayland on a set-top-box, but if I have correctly
> understood the wayland FAQ, this won't be possible unless the kernel is
> supporting the KMS and the DRM features
31 matches
Mail list logo