Garbled Emulator Text Rendering On Ubuntu 11.04
Hi guys,
Currently, I'm developing on linux (ubuntu 11.04). However, I got this irritating bug when testing using emulator.
Please see below for rendering example:
[IMG]http://img638.imageshack.us/img638/7176/garbledtextrendering.jpg[/IMG]
I'm pretty sure it is caused by font rendering. But, I can't pin point the exact problem. So, maybe you guys could help me out?
Re: Garbled Emulator Text Rendering On Ubuntu 11.04
Re: Garbled Emulator Text Rendering On Ubuntu 11.04
*bump**bump*
[QUOTE=artinteg;852433]Did anyone have clue(s)?[/QUOTE]
Re: Garbled Emulator Text Rendering On Ubuntu 11.04
I believe the browser team is on vacation until the first of August. If no one replies by the 5th of August write directly to me. I apologize for the long delay but this is a Finnish thing. (and there summers are beautiful).
Ron
Re: Garbled Emulator Text Rendering On Ubuntu 11.04
ow haha, sorry. I forgot that it's summer over there.
Okay, I'll wait till you guys come back[1]. Have a nice vacation!
[1]In the mean time, I'll have to stick with Windows T_T.
Re: Garbled Emulator Text Rendering On Ubuntu 11.04
+1 this also affects Ubuntu 10.04.3 32bit. The inspector of the device simulator is rendered so badly you can only guess what is written there...
Re: Garbled Emulator Text Rendering On Ubuntu 11.04
Hey,
What are your regional / locale and font settings in the Ubuntu installation? We need to try to reproduce this here at our end.
petro
Re: Garbled Emulator Text Rendering On Ubuntu 11.04
I'm affeced by this bug too.
Here's my locale:
[CODE]silent@hackedLP3:~$ cat /etc/default/locale
LANG="en_US.UTF-8"
[/CODE]
My fonts setting:
[code]
Application: Ubuntu
Document: Sans
Desktop: Ubuntu
Window title: Ubuntu
Fixed width: Monospace
Rendering method: subpixel smoothing
[/code]
[code]
silent@hackedLP3:~$ uname -a
Linux hackedLP3 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:05:41 UTC 2011 i686 i686 i386 GNU/Linux
silent@hackedLP3:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.04
Release: 11.04
Codename: natty
[/code]