Re: [Interest] Qt5 performance on imx6 with full hd

2014-06-05 Thread Jacob Kroon
Hi Gunnar, On Tue, May 27, 2014 at 10:36 AM, Gunnar Sletta wrote: > > On 27 May 2014, at 10:28, Jacob Kroon wrote: > > > Hi Gunnar, > > > > On Fri, May 23, 2014 at 11:39 AM, Gunnar Sletta > wrote: > > > > On 23 May 2014, at 10:32, Jacob K

Re: [Interest] Qt5 performance on imx6 with full hd

2014-05-27 Thread Jacob Kroon
Hi Gunnar, On Fri, May 23, 2014 at 11:39 AM, Gunnar Sletta wrote: > > On 23 May 2014, at 10:32, Jacob Kroon wrote: > > > Hi, > > > > I'm experimenting with a Qt application running on the Wandboards, > > at full hd resolution, 1920x1080x32. I have a sta

[Interest] Qt5 performance on imx6 with full hd

2014-05-23 Thread Jacob Kroon
Hi, I'm experimenting with a Qt application running on the Wandboards, at full hd resolution, 1920x1080x32. I have a static background image, and some small animated Qml-elements on the screen. I'm not entirely satisfied with the resulting performance, and I think it is because of the background i

Re: [Interest] Slow pointer follow in Qt 5.2.2 (git) on freescale i.MX6 with tslib

2014-03-06 Thread Jacob Kroon
as the X11 backend yet. > Stefano. > > > On 03/06/2014 10:05 AM, Jacob Kroon wrote: > > Hi Stefano, > > On Thu, Mar 6, 2014 at 9:22 AM, Stefano Cordibella < > stefano.cordibe...@edalab.it> wrote: > >> Hi Jacob, >> right, I did not specify tha

Re: [Interest] Slow pointer follow in Qt 5.2.2 (git) on freescale i.MX6 with tslib

2014-03-06 Thread Jacob Kroon
the mouse pointer, 5.2.0 improved things a lot. But best experience sofar has been in using the X11 backend instead of eglfs. Stefano. > > > On 03/06/2014 08:53 AM, Jacob Kroon wrote: > > Hi Stefano, > > On Thu, Mar 6, 2014 at 8:47 AM, Stefano Cordibella < > stefa

Re: [Interest] Slow pointer follow in Qt 5.2.2 (git) on freescale i.MX6 with tslib

2014-03-05 Thread Jacob Kroon
Hi Stefano, On Thu, Mar 6, 2014 at 8:47 AM, Stefano Cordibella < stefano.cordibe...@edalab.it> wrote: > Hi list, > using qt 5.2.2 (release branch from git, but I noticed the same issue > with 5.2.1) on I.MX6 it is impossible to flick on qml elements, because the > pointer does not "follow" t

Re: [Interest] Qt5 and eglfs, mouse input performance

2013-11-29 Thread Jacob Kroon
I see that it has been fixed in git. sorry for the noise. /Jacob On Fri, Nov 29, 2013 at 4:43 PM, Jacob Kroon wrote: > Hi, > > I'm using Qt 5.1.1 on a Wandboard, built with OpenEmbeddedCore. > > I'm seeing some strange things when using eglfs. If I dont set > QT_QPA

[Interest] Qt5 and eglfs, mouse input performance

2013-11-29 Thread Jacob Kroon
Hi, I'm using Qt 5.1.1 on a Wandboard, built with OpenEmbeddedCore. I'm seeing some strange things when using eglfs. If I dont set QT_QPA_EGLFS_FORCEVSYNC, the mouse cursor reacts slowly to input. If I do set QT_QPA_EGLFS_FORCEVSYNC=1, the mouse cursor response improves. So this makes think that