Comment 9 for bug 293201

Revision history for this message
knarf (launchpad-ubuntu-f) wrote :

OK, I have made some progress with Clutter and the savage. The failure to acquire a visual is caused by clutter requesting non-zero alpha depth when checking for available visuals. The savage driver does not support alpha so it never returns a usable visual. I changed clutter to get rid of this request and suddenly it works - sort of. That alpha request is there for a reason so the savage driver should be changed to either support alpha (difficult if the hardware does not offer support) or ignore the alpha request.

For now clutter is semi-usable when patched. I'm running clutter 1.2.2 so the patch is not applicable to the version currently used in Ubuntu. I'll have a look at implementing alpha support in the savage driver which would be the real solution to this problem.