[Interest] QtQuick and linuxfb
Einar Már Björgvinsson
Einar.Bjorgvinsson at marel.com
Thu Feb 13 15:29:52 CET 2014
Hi there Laszlo and thanks for your response.
I was wondering if you knew if the browsers that come with the Qt examples, i.e. browser and fancybrowser, are based on WebKit1 or WebKit2 ?
Having a bit of a trouble orientating myself there. Is there any other browser that Qt (QtQuick1 or QtQuick2) is providing that I could use ?
regards
Einar
________________________________
From: interest-bounces+einar.mar.bjorgvinsson=marel.com at qt-project.org [interest-bounces+einar.mar.bjorgvinsson=marel.com at qt-project.org] on behalf of Agocs Laszlo [Laszlo.Agocs at digia.com]
Sent: Wednesday, February 05, 2014 5:26 PM
To: interest at qt-project.org
Subject: Re: [Interest] QtQuick and linuxfb
Hello,
If you mean Qt Quick 2 (scenegraph and QQuickWindow and friends), then no, linuxfb is not sufficient since OpenGL is a hard requirement here. Use the eglfs platform plugin instead (if possible).
Qt Quick 1 should be functional with linuxfb but you should not be basing any new development on it.
As for the other questions, it is not quite clear what is happening there. It seems quite odd that it tries to load the xcb plugin when requesting linuxfb, not sure how that is possible.
Best regards,
Laszlo
From: interest-bounces+laszlo.agocs=digia.com at qt-project.org [mailto:interest-bounces+laszlo.agocs=digia.com at qt-project.org] On Behalf Of Einar Már Björgvinsson
Sent: 30. januar 2014 14:47
To: interest at qt-project.org
Subject: [Interest] QtQuick and linuxfb
Hi there
I have been working on cross-compiling Qt5 for both i386 and armhf where I have enabled support for OpenGL.
On the i386 I don't have X system but successfully use the linuxfb plugin and am able to run some of the examples provided by Qt5.
Now, I’m trying to sort out the QtQuick and linuxfb support because I haven't gotten any confirmation if QtQuick supports the linuxfb plugin or not !!!
I’m running one of the qml examples ../examples/webkitqml/flickrview like:
./flickrview -platform linuxfb
and I am always getting this error:
This application failed to start because it could not find or load the Qt<http://qt-project.org/doc/Qt.html>platform plugin "xcb".
>From this I suspect it needs the xcb is that correct ?
My main goal is to have a working browser with good performance. I have tried out the browser in example/webkitwidgets/ which seems to be functioning quite fine except good webgl support. According to html5test.com it is supporting webgl.
Since I'm not sure if these browsers are using webkit2 or webkit1 I decided to try out SnowShoe browser which is qml based but then I get the same error as mentioned above.
Hope someone can assist me here and perhaps clear this scenario a bit for me.
regards
Einar M. Bjorgvinsson
Embedded Software Engineer
Marel ehf.
Iceland
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20140213/4ee18af3/attachment.html>
More information about the Interest
mailing list