From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E45B6E008EA for ; Fri, 24 Jan 2014 09:38:53 -0800 (PST) Received: from e6520eb (unknown [88.170.243.169]) (Authenticated sender: eukrea) by smtp3-g21.free.fr (Postfix) with ESMTPSA id CE14CA6279; Fri, 24 Jan 2014 18:38:46 +0100 (CET) Date: Fri, 24 Jan 2014 18:38:45 +0100 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: Gary Thomas Message-ID: <20140124183845.3e27a5c1@e6520eb> In-Reply-To: <52E29F38.6090901@mlbassoc.com> References: <52E29F38.6090901@mlbassoc.com> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm] QT5 on SabreLite X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 17:39:04 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Gary, Le Fri, 24 Jan 2014 10:13:28 -0700, Gary Thomas a =E9crit : > I finally got QT5 to build for my i.MX6Q SabreLite. I'm able > to run the cinematic demo, but the touch screen isn't working. > Here's what I get: >=20 > root@sabrelite:~# Qt5_CinematicExperience -platform eglfs -plugin tslib > evdevtouch: Using device /dev/input/event1 > min X: 0 max X: 0 > min Y: 0 max Y: 0 > min pressure: 0 max pressure: 4095 > device name: tsc2004 > EGLFS: Unable to query physical screen size, defaulting to 100 dpi. > EGLFS: To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYS= ICAL_HEIGHT (in millimeters). > QTsLibMouseHandler "tslib" "" > Protocol type A > libpng warning: iCCP: known incorrect sRGB profile > libpng warning: iCCP: known incorrect sRGB profile >=20 > Notice that the touch window is 0x0. I know the touch is set up > properly and calibrated as I've run the ts_* programs as well as > X11 and QT4. >=20 was that with the same rootfs ? Did you calibrate again after flashing this one ? > How do I get the touch screen working with QT5? >=20 > BTW, the demo reports being able to display a screaming 177FPS! > Does that make sense? >=20 that's what I also got and put in the comit message : commit f8852824e6944943480f685d498ccce4ffec2c30 Date: Mon Oct 7 15:37:29 2013 +0000 qtbase: update mx5 & mx6 support =20 - remove 5.0.2 as meta-qt5 has 5.1.0 by default - tested on i.MX53 with eglfs and xcb platforms. FPS is not very good despite the GPU (~24 fps on 800x480) - tested on i.MX6 with eglfs platform : performance is very good (> 150 fps on 640x480) Eric