Thanks for the input. I will look into using the patch to fix my font issue. Still have the issue with textures not working. I haven't heard any response on that.
Kevin -----Original Message----- From: Johan Bilien [mailto:[email protected]] Sent: Tuesday, June 15, 2010 7:04 PM To: Kevin Cote Cc: [email protected] Subject: Re: [clutter] Problem migrating from 1.0.10 to 1.2.8 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. --------------------------------------------------------------------------- This email and any files transmitted with it are confidential & proprietary to Systems and Software Enterprises, Inc. (dba IMS). This information is intended solely for the use of the individual or entity to which it is addressed. Access or transmittal of the information contained in this e-mail, in full or in part, to any other organization or persons is not authorized. --------------------------------------------------------------------------- -- To unsubscribe send a mail to [email protected]
