HI, am building TinyX for ARM embedded. when start Xfbdev, screen blanks which seems it can find frame buffer fine but get font errors "could not init font path element .... removing from list" "Fatal server error: could not open default font 'fixed'" Apparently fonts are not built-in for TinyX. I can see lib/font/builtins being compiled but they're not referenced during Link time for Xfbdev David Dawes 6/16/05 post affirms that TinyX does not use built-in fonts Looking at font.aliases, "fixed" references ISO8859-1 font. A Debian post from August 2006 says the file should be ISO8859-1.PCF Cannot find ISO8859-1.PCF or any other such font files (only found .H files) in the build tree or projects (after make World, make install) My question is: How are fonts supposed to be built and installed ? anyone out there have worked with TinyX on embedded ARM Linux? thanks in advance >ATTACH OF HOST.DEF > >#define KDriveXServer YES >#define TinyXServer YES >#define BuildServersOnly YES > >/* Use Linux frame buffer */ >#define XfbdevServer YES > >/* for ARM LINUX */ >#define CrossCompiling YES > >#define ProjectRoot /home/ehuang/X11/ARM > >#define DefaultOSMajorVersion 26 >#define DefaultOSMinorVersion 8 >#define DefaultOSTeenyVersion 1 > >/* 4/15 4/29 if disable these, get -lZ link error */ >#define BuildLBX NO >#define GzipFontCompression NO >#define CompressAllFonts NO > >#define BuildBuiltinFonts YES > >/* fonts */ > >#define BuildSpeedo YES >#define BuildType1 YES >#define BuildCID YES >#define BuildFreeType YES >#define FontServerAccess YES _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86