Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2013 06:20:22 -0800
From:      Mark Atkinson <atkin901@gmail.com>
To:        freebsd-chromium@FreebSD.org
Subject:   Re: Error when attempting to view  videos with included decoders.
Message-ID:  <kd91b4$rut$1@ger.gmane.org>
In-Reply-To: <kd6elb$c04$1@ger.gmane.org>
References:  <kd6elb$c04$1@ger.gmane.org>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 01/16/2013 06:49, Mark Atkinson wrote:
> 
> I get the following when attempting to play any sort of
> html5/h.264 video in chromium:
> 
> [75492:771764352:0116/062921:ERROR:context_group.cc(92)] 
> ContextGroup::Initialize failed because maximum renderbuffer size
> too small. 
> [75492:771764352:0116/062921:ERROR:gles2_cmd_decoder.cc(2012)] 
> GpuScheduler::InitializeCommon failed because group failed to
> initialize. 
> [75490:771764352:0116/062921:ERROR:command_buffer_proxy_impl.cc(152)]
>
> 
Failed to initialize command buffer service.
> [75489:771764352:0116/062953:ERROR:ipc_channel_posix.cc(267)]
> connect 
> /tmp/CAE9763D61F3C6E915DAFFB25E2FAE2AA0110832.24.0.1312.52_service_ipc:
> No such file or directory
> 
> What's failing is this type of call:
> 
> glGetIntegerv(GL_MAX_RENDERBUFFER_SIZE, &val);
> 
> Which doesn't return an error, but also doesn't appear to return
> the minimum value according to the spec as well.
> 
> I built a small test program to try getting a good value, but my 
> opengl fu is a bit lacking to debug this and I'm pretty sure I
> haven't set up the correct context to make this call work.
> 
> Html5/h.264 vids used to work in earlier versions of chromium, but
> I see that the code in this area has changed somewhat.
> 
> This is under -current/32bit-x86/NEW_XORG, any
> help/counter-examples appreciated.


My best swag at this is that the xorg ati r600 driver without AIGLX
doesn't implement FB and probably only implements pbuffers and that
chromium has gone to using FB.

the fbo_firecube and fbotexture examples fail with
GL_EXT_framebuffer_object not found.

I can't run with AIGLX on this card since it hard locks -current.
Guess I'll be looking for a new card.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlD4CKYACgkQrDN5kXnx8ya4JACgnkoDv4gE2xlhuBZ7I6u/Y25x
DjoAoI9rjaDIfNXTZyi6DbmlT4PWfdkm
=4MFO
-----END PGP SIGNATURE-----




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?kd91b4$rut$1>