From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ptmx.org (ptmx.org [178.63.28.110]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0CF7EE00BB6 for ; Wed, 2 Apr 2014 03:23:15 -0700 (PDT) Received: from [10.1.14.248] (unknown [91.114.0.140]) by ptmx.org (Postfix) with ESMTPSA id 49CEE297C3; Wed, 2 Apr 2014 12:23:14 +0200 (CEST) Message-ID: <533BE511.8020608@pseudoterminal.org> Date: Wed, 02 Apr 2014 12:23:13 +0200 From: Carlos Rafael Giani User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Boszormenyi Zoltan , Eric Nelson , Christian Betz , "meta-freescale@yoctoproject.org" References: <532A02E5.7060607@boundarydevices.com> <532A057E.2010805@pseudoterminal.org> <532A1CC6.1020609@boundarydevices.com> <532A5782.4050809@boundarydevices.com> <532AA723.1010901@pseudoterminal.org> <532B7776.5090700@pseudoterminal.org> <533B11E6.5040103@boundarydevices.com> <533BE4A3.7040301@pr.hu> In-Reply-To: <533BE4A3.7040301@pr.hu> Subject: Re: Chromium acceleration 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: Wed, 02 Apr 2014 10:23:18 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit On 2014-04-02 12:21, Boszormenyi Zoltan wrote: > Hi, > > 2014-04-01 21:22 keltezéssel, Eric Nelson írta: >> >> Mahyar updated these patches to apply against the chromium-35.0.1883.0 >> build currently in meta-browser. >> >> Additional notes to follow, but this appears to achieve HTML5 video >> against Webm/Ogg videos when chromium is started with these command >> line arguments: >> --ignore-gpu-blacklist --enable-gpu --usegl-egl > > you meant "--use-gl=egl". > > I have rebuilt Chromium with these patches. The result cannot play a > short MP4 video from a file:// URL. > The console output is very suspicious, libGAL complains about a > missing ID file that actually exists. > The image about the console is attached. > > Best regards, > Zoltán Böszörményi > The VPU part could be because of missing firmware. Check if the vpu files are present in /lib/firmware. As for MP4, this is a known problem. You are building Chromium, not Chrome. MP4 support is part of the restricted feature set, which is included in Chrome but not Chromium. Try a WebM file for example.