Text rendering issue on embedded device



Hi,

I am trying to port GTK+-2.18.3 on TinyX for a 600x800 embedded device.

Hardware specifications of the device are:

Frame Buffer bit depth: 4bpp
Resolution: 600x800
Visual Type: Static Gray
device dpi : 167

Other dependency packages for GTK+ are :

pango-1.26.0
cairo-1.8.8
atk-1.28.0
fontconfig-2.7.0
freetype-2.3.9
jpeg-6b
libiconv-1.12
pixman-0.16.2
 
While doing so, I am getting the GTK+ windows correctly. Even the jpeg and png files are rendered properly.
But text and gif images are not rendered properly. They are compressed along the width and appears to be broken
(there are alternate black and white columns of pixels). Is this issue due to the 4bpp frame buffer?
Does cairo support 4bpp gray-scale pixel format?
If I run pango over X backend, the output is perfect. But for the backends cairo/xft the problem persists.
Could not attach the screenshots due to size constraint.
 
Thanks in advance


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]