From: Martin Jansa <martin.jansa@gmail.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: meta-qt5 and WebKit2 examples?
Date: Wed, 26 Mar 2014 17:43:18 +0100 [thread overview]
Message-ID: <20140326164318.GD3709@jama> (raw)
In-Reply-To: <CAP9ODKpHgg4WZE5q4KynDtEgXUo-Wmje-R8of4a8vSNNZuWwug@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1872 bytes --]
On Wed, Mar 26, 2014 at 01:38:14PM -0300, Otavio Salvador wrote:
> Hello Erik,
>
> On Wed, Mar 26, 2014 at 1:06 PM, Erik Botö <erik.boto@pelagicore.com> wrote:
> > I haven't tried the examples, but we can display e.g. google maps in a
> > webview on imx6 (eglfs). I'm not on latest meta-qt5, but I think it
> > should work there as well.
> >
> > QtWebProcess seems to require a certain pixelformat of the
> > framebuffer. In order to get it displaying properly I pass fbpix=BGR32
> > on the kernel command line. I use a nitrogen6x with the 10" hannstar
> > display so I basically do this in the u-boot-boundary-scripts package:
> >
> > diff -uNr git.orig/board/boundary/nitrogen6x/6x_bootscript-yocto.txt
> > git/board/boundary/nitrogen6x/6x_bootscript-yocto.txt
> > --- git.orig/board/boundary/nitrogen6x/6x_bootscript-yocto.txt
> > 2014-03-20 10:08:34.351756548 +0100
> > +++ git/board/boundary/nitrogen6x/6x_bootscript-yocto.txt 2014-03-20
> > 10:10:00.711759080 +0100
> > @@ -15,7 +15,7 @@
> >
> > i2c dev 2
> > if i2c probe 0x04 ; then
> > - setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,LDB-XGA,if=RGB666
> > + setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,fbpix=BGR32
> > if test "0" -eq $nextcon; then
> > setenv fbmem "fbmem=10M";
> > else
>
> Oh!
>
> > Also, make sure you set QT_QPA_PLATFORM=eglfs when you run your app,
> > since using -platform eglfs won't propagate to the launched
> > QtWebProcess.
>
> Martin, do you know if something related to this has been fixed in
> last Qt5 releases?
What version were you using in this test?
There were some changes for different fb formats in 5.2.1 (not really
sure if really related to the issue you're seeing) and there is
branch for 5.3.0-beta1 if you want to test it there.
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2014-03-26 16:43 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-07 11:51 meta-qt5 and WebKit2 examples? BERTIN, NICOLAS (NICOLAS)
2014-03-07 13:31 ` Dmitriy B.
2014-03-07 14:29 ` BERTIN, NICOLAS (NICOLAS)
2014-03-07 14:29 ` Otavio Salvador
2014-03-07 14:42 ` Dmitriy B.
2014-03-26 16:06 ` Erik Botö
2014-03-26 16:38 ` Otavio Salvador
2014-03-26 16:43 ` Martin Jansa [this message]
2014-03-26 16:57 ` Erik Botö
2014-03-27 9:45 ` Julien Chastaing (b-swiss)
2014-03-27 14:14 ` Erik Botö
2014-03-27 14:39 ` Julien Chastaing (b-swiss)
2014-03-27 15:43 ` Ilya Smelykh
2014-04-04 6:26 ` Erik Botö
2014-04-07 22:18 ` Julien Chastaing (b-swiss)
2014-04-08 4:59 ` Erik Botö
2014-03-28 19:53 ` Dmitriy B.
[not found] <<CAPhrY5OGUaDU4=7Znhgi6DDDqNRiAVYXajp-w9poQ_PbYWy0XA@mail.gmail.com>
2014-03-26 7:54 ` Julien Chastaing (b-swiss)
2014-03-26 12:42 ` Otavio Salvador
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140326164318.GD3709@jama \
--to=martin.jansa@gmail.com \
--cc=meta-freescale@yoctoproject.org \
--cc=otavio@ossystems.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.