Colin Guthrie <gmane <at> colin.guthr.ie> writes: > > Bastien Nocera wrote: > > On Wed, 2007-04-18 at 16:17 +0100, Matthew Allum wrote: > >> Hi; > >> > >> On Tue, 2007-04-17 at 23:18 +0100, Bastien Nocera wrote: > >>> Single screen setup, FC6 with the "intel" driver for my 945G integrated > >>> card. It's x86-64 though, which might be the problem. > >>> > >> Thanks. I assume you can run other GL based apps no problem ? > > > > I can run compiz just fine, for example. > > > > Did this ever get resolved? > > I've got very similar hardware and I've just built all of clutter + > fluttr to play with this stuff and I get a very similar backtrace. > > I'm running Mandriva cooker (just created clutter packages for this > distro you'll be pleased to know), but unless I can get this working on > y lappy then I can't really test the packages before I land them on our > build system! > > Any thoughts? > > Cheers > > Col > >
Maybe the problem is related to this: https://www.redhat.com/archives/fedora-devel-list/2007-June/msg02745.html It looks like it is illegal to call any GL function before getting a GL Context, but many OpenGL implementations allow it (including 32-bit Mesa). But on 64-bit Mesa this fails. I looked, and while clutter does call glXCreateContext, it does not do it before the GL crash we are seeing. I'm not 100% sure though. Does clutter 0.3 correctly initialize a context and thus not crash? Adam -- To unsubscribe send a mail to [EMAIL PROTECTED]
