From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 9904FE00799; Fri, 10 Oct 2014 08:08:48 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [85.31.212.47 listed in list.dnswl.org] Received: from fx303.security-mail.net (mxout.security-mail.net [85.31.212.47]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4545FE0076C for ; Fri, 10 Oct 2014 08:08:43 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by fx303.security-mail.net (MTA) with SMTP id D6D579DFA15 for ; Fri, 10 Oct 2014 17:08:38 +0200 (CEST) Received: from fx303 (localhost [127.0.0.1]) by fx303.security-mail.net (MTA) with ESMTP id D422E9DFA03 for ; Fri, 10 Oct 2014 17:08:38 +0200 (CEST) X-Virus-Scanned: E-securemail x-secugrey: score=-10 x-secugrey: filter=out_default,id=20141010170838-71867-00005,score=-20 Received: from cg92.security-mail.net (cg92.security-mail.net [172.16.248.92]) by fx303.security-mail.net (MTA) with SMTP id 72DD19DFA2A for ; Fri, 10 Oct 2014 17:08:38 +0200 (CEST) Received: from [89.91.77.218] (account yannick.calmettes@analogway.com HELO [192.168.0.39]) by mails.optimails.com (CommuniGate Pro SMTP 6.0.9) with ESMTPSA id 1826983995 for meta-freescale@yoctoproject.org; Fri, 10 Oct 2014 17:08:37 +0200 Message-ID: <5437F5F0.4060604@analogway.com> Date: Fri, 10 Oct 2014 17:06:24 +0200 From: Yannick Calmettes User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" X-Virus-Scanned: by Security-Mail Subject: QT 5.2.1 and eglfs 0x3003 error 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, 10 Oct 2014 15:08:48 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I've encountered a strange error with QT 5.2.1 and eglfs platform. When I launch a Qt5_CinematicExperience demo (and any other Qt apps) I have an error "EGL Error : Could not create the egl surface: error = 0x3003". In fact this error occurred only when the framebuffer is configured in 24bpp. In 32bpp or 16bpp the demo works correctly. The problem is that in my real product we use a 24bpp LCD screen. Is someone already encountered this problem ? Yannick I use "imx-3.10.31-1.1.0_beta" branch with a MCIMX6Q-SDB board (MACHINE=imx6qsabresd). I run the fsl-image-qt5 image and start the demo with "Qt5_CinematicExperience -platform eglfs".