Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 53258 | Differences between
and this patch

Collapse All | Expand All

(-)XF4text.h.old (-2 / +20 lines)
Lines 1-5 Link Here
1
/* This file hold the various bits of the config file for XFree86 4.2+ */
1
/* This file hold the various bits of the config file for XFree86 4.2+ */
2
2
3
/* Modified for Gentoo PPC Distribution by Matt Jarjoura */
4
3
static char *header =
5
static char *header =
4
"# File generated by Xautoconfig.\n"
6
"# File generated by Xautoconfig.\n"
5
"Section \"ServerLayout\"\n"
7
"Section \"ServerLayout\"\n"
Lines 20-29 Link Here
20
"\n"
22
"\n"
21
"       RgbPath      \"/usr/X11R6/lib/X11/rgb\"\n";
23
"       RgbPath      \"/usr/X11R6/lib/X11/rgb\"\n";
22
24
23
static char *fontpath =
25
static char *fontpath_gentoo = 
24
"       FontPath     \"unix/:7100\"\n"
26
"    # For XFS, uncomment this and comment the others\n"
27
"    # FontPath    \"unix/:-1\"\n"
28
"    FontPath    \"/usr/X11R6/lib/X11/fonts/local/\"\n"
29
"    FontPath    \"/usr/X11R6/lib/X11/fonts/misc/\"\n"
30
"    FontPath    \"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled\"\n"
31
"    FontPath    \"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled\"\n"
32
"    FontPath    \"/usr/X11R6/lib/X11/fonts/Type1/\"\n"
33
"    FontPath    \"/usr/X11R6/lib/X11/fonts/TTF/\"\n"
34
"    FontPath    \"/usr/X11R6/lib/X11/fonts/CID/\"\n"
35
"    FontPath    \"/usr/X11R6/lib/X11/fonts/Speedo/\"\n"
36
"    FontPath    \"/usr/X11R6/lib/X11/fonts/75dpi/\"\n"
37
"    FontPath    \"/usr/X11R6/lib/X11/fonts/100dpi/\"\n"
25
"EndSection\n\n";
38
"EndSection\n\n";
26
39
40
/* static char *fontpath =
41
"       FontPath     \"unix/:7100\"\n"
42
"EndSection\n\n";
43
*/
44
 
27
static char *fontpath_anaconda =
45
static char *fontpath_anaconda =
28
"       FontPath    \"/usr/X11R6/lib/X11/fonts/misc:unscaled\"\n"
46
"       FontPath    \"/usr/X11R6/lib/X11/fonts/misc:unscaled\"\n"
29
"       FontPath    \"/usr/X11R6/lib/X11/fonts/Type1/\"\n"
47
"       FontPath    \"/usr/X11R6/lib/X11/fonts/Type1/\"\n"

Return to bug 53258