It is rather strange to have Speedo fonts both in the default FontPath (see, e.g., xc/programs/Xserver/hw/xfree86/xf86config/xorgconfig.c) and in the recommended FontPath (see the xorg.conf(5) manpage) and at the same time by default disable support for and building of the Speedo fonts. diff -ur -N XOrg-6.8.2.orig/xc/config/cf/xfree86.cf XOrg-6.8.2/xc/config/cf/xfree86.cf --- XOrg-6.8.2.orig/xc/config/cf/xfree86.cf 2004-07-07 01:50:59.000000000 +0200 +++ XOrg-6.8.2/xc/config/cf/xfree86.cf 2005-03-22 17:51:10.000000000 +0100 @@ -1576,7 +1576,7 @@ * Include fonts support */ #ifndef BuildSpeedo -# define BuildSpeedo NO +# define BuildSpeedo YES #endif #ifndef BuildType1 @@ -1601,7 +1601,7 @@ # define Build100DpiFonts YES #endif #ifndef BuildSpeedoFonts -# define BuildSpeedoFonts NO +# define BuildSpeedoFonts YES #endif #ifndef BuildType1Fonts # define BuildType1Fonts YES diff -ur -N XOrg-6.8.2.orig/xc/config/cf/xorg.cf XOrg-6.8.2/xc/config/cf/xorg.cf --- XOrg-6.8.2.orig/xc/config/cf/xorg.cf 2005-01-24 04:11:42.000000000 +0100 +++ XOrg-6.8.2/xc/config/cf/xorg.cf 2005-03-22 17:52:12.000000000 +0100 @@ -1242,7 +1242,7 @@ * Include fonts support */ #ifndef BuildSpeedo -# define BuildSpeedo NO +# define BuildSpeedo YES #endif #ifndef BuildType1 @@ -1267,7 +1267,7 @@ # define Build100DpiFonts YES #endif #ifndef BuildSpeedoFonts -# define BuildSpeedoFonts NO +# define BuildSpeedoFonts YES #endif #ifndef BuildType1Fonts # define BuildType1Fonts YES