Gentoo Archives: gentoo-ppc-dev

From: Wendell Thomas Duncan <wendell@××××××××.com>
To: gentoo-ppc-dev@g.o
Subject: [gentoo-ppc-dev] Xeasyconf suggestion
Date: Sun, 09 Feb 2003 19:00:46
Message-Id: 1044816729.15481.13.camel@pointe.cognitech-ut.com
1 I've used Xeasyconf to set up the XFree86 configuration, but then I go
2 into it and edit one thing by hand.
3
4 I have xfs (X font server) running, so I manually added the line
5 FontPath "unix/:-1"
6 to the "Files" section.
7
8 The "Files" section then looks like this.
9
10 Section "Files"
11 RgbPath "/usr/X11R6/lib/X11/rgb"
12 ModulePath "/usr/X11R6/lib/modules"
13 FontPath "unix/:-1"
14 FontPath "/usr/X11R6/lib/X11/fonts/truetype"
15 FontPath "/usr/X11R6/lib/X11/fonts/misc/"
16 FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
17 FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
18 FontPath "/usr/X11R6/lib/X11/fonts/CID/"
19 FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
20 FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
21 EndSection
22
23
24 Looking at the Xeasyconf script, I wondered if changing these lines
25 around line 322 would introduce any problems for people who don't use
26 xfs.
27
28
29 # additional typical font path missing
30 if echo $LINE | grep "ModulePath" 1> /dev/null ; then
31 echo "FontPath \"unix/:-1\"">>$XF86CONFIG
32 echo "FontPath \"/usr/X11R6/lib/X11/fonts/truetype\"">>$XF86CONFIG
33 fi
34
35 --
36 Wendell Thomas Duncan <wendell@××××××××.com>
37
38
39 --
40 gentoo-ppc-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-ppc-dev] Xeasyconf suggestion Mark Guertin <gerk@g.o>