Hi,

On Mon, Jun 07, 2010, Kevin Cote wrote:

> I have an application that I have developed over the last 6 months on top of 
> v1.0.10.  I am now trying to migrate this app to v1.2.8.  I have tried 
> running the migrated app under Ubuntu 9.0.4 and also Moblin v2.  I get the 
> same issues in both cases.  My symptoms are twofold:
> 
> -          Text is garbled.  By this I mean that each character is drawn 
> almost like a block instead of the actual glyph.

Porting our app from 0.9 to 1.2 I've had the exact same problem with text (on
the infamous GMA500, but also on Intel GM965 when using indirect rendering.

I tracked this down to text being rendered with mipmaps, which on GMA500 are
either mis-rendered or make the driver crash. Our app was doing
clutter_set_font_flags(0); to disable font mipmaps, but that call was a
no-op in clutter 1.2 due to this bug:
  http://bugzilla.openedhand.com/show_bug.cgi?id=2161

Maybe the patch attached to the bug (now in clutter master) would fix your 
problem,
it fixed ours.

Johan.
-- 
To unsubscribe send a mail to [email protected]

Reply via email to