Gentoo Archives: gentoo-ppc-dev

From: Mark Guertin <gerk@g.o>
To: Wendell Thomas Duncan <wendell@××××××××.com>
Cc: gentoo-ppc-dev@g.o
Subject: Re: [gentoo-ppc-dev] Xeasyconf suggestion
Date: Sun, 09 Feb 2003 20:25:50
Message-Id: 200302091648.23279.gerk@gentoo.org
In Reply to: [gentoo-ppc-dev] Xeasyconf suggestion by Wendell Thomas Duncan
1 Ahh, they shouldn't cause problems (aside from cosmetics ofit saying it can't
2 find them and removing from lists).
3
4 I'll look into that, thanks.
5
6 Gerk
7
8 On February 9, 2003 06:52 pm, Wendell Thomas Duncan wrote:
9 > I've used Xeasyconf to set up the XFree86 configuration, but then I go
10 > into it and edit one thing by hand.
11 >
12 > I have xfs (X font server) running, so I manually added the line
13 > FontPath "unix/:-1"
14 > to the "Files" section.
15 >
16 > The "Files" section then looks like this.
17 >
18 > Section "Files"
19 > RgbPath "/usr/X11R6/lib/X11/rgb"
20 > ModulePath "/usr/X11R6/lib/modules"
21 > FontPath "unix/:-1"
22 > FontPath "/usr/X11R6/lib/X11/fonts/truetype"
23 > FontPath "/usr/X11R6/lib/X11/fonts/misc/"
24 > FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
25 > FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
26 > FontPath "/usr/X11R6/lib/X11/fonts/CID/"
27 > FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
28 > FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
29 > EndSection
30 >
31 >
32 > Looking at the Xeasyconf script, I wondered if changing these lines
33 > around line 322 would introduce any problems for people who don't use
34 > xfs.
35 >
36 >
37 > # additional typical font path missing
38 > if echo $LINE | grep "ModulePath" 1> /dev/null ; then
39 > echo "FontPath \"unix/:-1\"">>$XF86CONFIG
40 > echo "FontPath \"/usr/X11R6/lib/X11/fonts/truetype\"">>$XF86CONFIG
41 > fi
42
43
44 --
45 gentoo-ppc-dev@g.o mailing list