summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/Xautoconfig/files/XF4text.h.diff')
-rw-r--r--x11-misc/Xautoconfig/files/XF4text.h.diff39
1 files changed, 39 insertions, 0 deletions
diff --git a/x11-misc/Xautoconfig/files/XF4text.h.diff b/x11-misc/Xautoconfig/files/XF4text.h.diff
new file mode 100644
index 000000000000..99864e192bc0
--- /dev/null
+++ b/x11-misc/Xautoconfig/files/XF4text.h.diff
@@ -0,0 +1,39 @@
+--- XF4text.h.old 2004-06-07 17:42:13.000000000 -0400
++++ XF4text.h 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"