Hi, I found a work-around solution for my instance of the issue:
After more digging it seemed to trace back to a composite call which then promptly gave up. It seems ATI's fglrx drivers don't play nice with Pixman for some reason. I removed the fglrx drivers and it worked without a hitch. I should note, in the trial-error attempts, I also installed/un-installed/compiled/re-built a ton of stuff. The latest dev environment is now using jhbuild. The clutter.modules currently doesn't include the Cogl or the new Git paths. So I created a local version: http://pastebin.com/fQdxdELF which I put a symlink to in the ~/Source/jhbuild/modulesets folder and added these lines to my .jhbuild-custom: use_local_modulesets = True moduleset = 'clutter' autogenargs = '--enable-introspection=yes' module_autogenargs['cogl'] = '--enable-introspection=yes --enable-cogl-pango=yes' I'm not sure if the module autogenargs are appended with the autogenargs, so there might be some redundancy. I hope that helps anyone else who might of had a similar issue. Cheers! _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
