Hello again,
just a little update if anyone runs into the same problem: turns out you *do* need to have some bitmap fonts, otherwise it just won't build properly. Once I commented out my

#define Build75DpiFonts         YES
#define Build100DpiFonts        YES

...a miracle occurred and right now I'm running X.org w/o any issues. For the time being it also seems you can use the 'safe' optimizations. Last but not least: I include my host.def for reference.


Thank you all for tips / suggestions and being helpful!
Kind regards,
David Ciecierski

[host.def]
/* Optimizations. */
#define DefaultGcc2i386Opt      -march=pentium3 -O3 -pipe \
                                -fomit-frame-pointer

/* Disable IPv6.                */
#define BuildIPv6               NO

/* We dont need the FB server.          */
#define XVirtualFramebufferServer       NO

/* Disable building Xprint      */
#define XprtServer              NO
#define BuildXprintClients      NO

/* Build X Server proxy         */
#define XnestServer             NO

/* Build XF86Rush Extension     */
#define BuildXF86RushExt        NO

/* Build Matrox drivers.        */
#define XF1Bpp                  NO
#define XF4Bpp                  NO

/* Using two or more displays?  */
#define BuildXinerama           YES

/* Dont build any drivers!      */
#define XF86CardDrivers
#define XInputDrivers           mouse keyboard wacom

/* Build the fonts we want.     */
#define BuildFreeType           YES
#define Build75DpiFonts         YES
#define Build100DpiFonts        YES
#define BuildTrueTypeFonts      YES
#define FontDir                 /usr/share/fonts

/* Disable the other ones.      */
#define BuildSpeedo             NO
#define BuildCID                NO
#define BuildSpeedoFonts        NO
#define BuildCIDFonts           NO
#define BuildCyrillicFonts      NO
#define BuildType1Fonts         NO

#define HasFreetype2    YES
#define HasFontconfig   YES
#define HasExpat        YES
#define HasLibpng       YES
#define HasZlib         YES
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to