From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com [209.85.160.42]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 208F9E00BFF for ; Wed, 2 Apr 2014 07:16:17 -0700 (PDT) Received: by mail-pb0-f42.google.com with SMTP id rr13so259409pbb.1 for ; Wed, 02 Apr 2014 07:16:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=KrpbAra/ual/B2nrOEYZXAGjPQFDBq8hXFQq8zgy9Yg=; b=RZG3cwM4oVFlZLh2+u7nJn4BnnFsVHaEsdoN4GNnj1sTNG8L7AQM1Ye4RFTS0jlpz7 mEAcCZhQUUL897bt8gDToktvjHQGT3y5Ni1/o7IPlYW7XWAKglZrgepTfXz+Bk4jxENa E+v/C/k/tpa+8wj6ZqNx8k2e4RI7aoFdbxL36ElSFDnr36p1q4l64sLAU4vj/exkpviu TUAauZXUTIu6HpaZxclo0ldtbBTN50zlwyWx0EuWqUVRpSN8CIFl0z7AHe886x5XxcNy RZbSocdu6tyVk/0VvkKYZxxen3SIsKWdvHSydXtfPLXCPuTvownCo+nWpyImXg2I2p4i 5/MQ== X-Gm-Message-State: ALoCoQniu5k6etg/Fq+rl1e3xK1L9IhNPch77uYu1t/1TH0DeAgJKw1UZqc1V2IloGhL5QqxR/Kv X-Received: by 10.66.160.34 with SMTP id xh2mr215894pab.109.1396448177032; Wed, 02 Apr 2014 07:16:17 -0700 (PDT) Received: from [192.168.1.8] (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id bc4sm4797511pbb.2.2014.04.02.07.16.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 02 Apr 2014 07:16:15 -0700 (PDT) Message-ID: <533C1BAC.3080206@boundarydevices.com> Date: Wed, 02 Apr 2014 07:16:12 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Boszormenyi Zoltan , Carlos Rafael Giani , 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> <533BE697.3040800@pr.hu> In-Reply-To: <533BE697.3040800@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 14:16:20 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi Zoltan, On 04/02/2014 03:29 AM, 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". > Probably right. > 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. > > This is a copy of the original message, I cancelled waiting for moderation. > The original image exceeded the list limits so I reduced it to 16-color > greyscale. > There's a lesson here that you should be putting console output either directly into your e-mail (trimmed to important points). Putting the output into an image makes it slow to read and tedious to quote. From what I can tell, you aren't running on an image that otherwise supports GPU or VPU acceleration. That's a pre-requisite for this, and I recommend using fsl-image-gui or some other known good starting point. Also note that we sent these patches not to imply that they're fully functional, but to allow others to have a working example for exploring the code. Regards, Eric