--- XF4text.h.old 2004-06-07 17:42:13.000000000 -0400 +++ XF4text.h.old 2004-06-07 17:49:33.000000000 -0400 @@ -1,5 +1,7 @@ /* This file hold the various bits of the config file for XFree86 4.2+ */ +/* Modified for Gentoo PPC Distribution by Matt Jarjoura */ + static char *header = "# File generated by Xautoconfig.\n" "Section \"ServerLayout\"\n" @@ -20,10 +22,26 @@ "\n" " RgbPath \"/usr/X11R6/lib/X11/rgb\"\n"; -static char *fontpath = -" FontPath \"unix/:7100\"\n" +static char *fontpath_gentoo = +" # For XFS, uncomment this and comment the others\n" +" # FontPath \"unix/:-1\"\n" +" FontPath \"/usr/X11R6/lib/X11/fonts/local/\"\n" +" FontPath \"/usr/X11R6/lib/X11/fonts/misc/\"\n" +" FontPath \"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled\"\n" +" FontPath \"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled\"\n" +" FontPath \"/usr/X11R6/lib/X11/fonts/Type1/\"\n" +" FontPath \"/usr/X11R6/lib/X11/fonts/TTF/\"\n" +" FontPath \"/usr/X11R6/lib/X11/fonts/CID/\"\n" +" FontPath \"/usr/X11R6/lib/X11/fonts/Speedo/\"\n" +" FontPath \"/usr/X11R6/lib/X11/fonts/75dpi/\"\n" +" FontPath \"/usr/X11R6/lib/X11/fonts/100dpi/\"\n" "EndSection\n\n"; +/* static char *fontpath = +" FontPath \"unix/:7100\"\n" +"EndSection\n\n"; +*/ + static char *fontpath_anaconda = " FontPath \"/usr/X11R6/lib/X11/fonts/misc:unscaled\"\n" " FontPath \"/usr/X11R6/lib/X11/fonts/Type1/\"\n"