Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] HP9000 laptop complete (almost)
Date: Wed, 01 Aug 2007 19:57:41
Message-Id: loom.20070801T212118-889@post.gmane.org
1 Hello,
2
3 First of all, I'd like to thank everyone that has endured and
4 answered my emails over the past few days related to the
5 installation of an hp laptop. It is finally working fine.
6
7 Looking a /var/log/Xorg.0.log there are numerous problems with
8 fonts. Since I always seem to be moving over (word) documents
9 from windows, I need as many fonts installed as possible, related
10 to what one might expect from word documents. Additionally, I need
11 to maintain a robust set of gentoo/linux centric fonts.
12
13 <snip>
14 (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/util".
15 Entry deleted from font path.
16 (Run 'mkfontdir' on "/usr/share/fonts/util").
17 (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/encodings".
18 Entry deleted from font path.
19 (Run 'mkfontdir' on "/usr/share/fonts/encodings").
20 (WW) The directory "/usr/share/fonts/local" does not exist.
21 Entry deleted from font path.
22 (WW) The directory "/usr/local/share/fonts" does not exist.
23 Entry deleted from font path.
24 (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/default".
25 Entry deleted from font path.
26 (Run 'mkfontdir' on "/usr/share/fonts/default").
27 (WW) The directory "/usr/share/fonts/TTF" does not exist.
28 Entry deleted from font path.
29 (WW) The directory "/usr/share/fonts/type1" does not exist.
30 Entry deleted from font path.
31 <end/snip>
32 <it goes on for quite a while..
33
34 For now I have these fonts listed in my xorg.conf file on most gentoo
35 systems I maintain:
36
37 Section "Files"
38 FontPath "/usr/share/fonts/util"
39 FontPath "/usr/share/fonts/encodings"
40 FontPath "/usr/share/fonts/misc"
41 FontPath "/usr/share/fonts/local"
42 FontPath "/usr/share/fonts/terminus"
43 FontPath "/usr/share/fonts/corefonts"
44 FontPath "/usr/local/share/fonts"
45 FontPath "/usr/share/fonts/default"
46 FontPath "/usr/share/fonts/TTF"
47 FontPath "/usr/share/fonts/type1"
48 FontPath "/usr/share/fonts/100dpi"
49 FontPath "/usr/share/fonts/75dpi"
50 FontPath "/usr/share/fonts/arphicfonts"
51 FontPath "/usr/share/fonts/jisx0213"
52 FontPath "/usr/share/fonts/shinonome"
53 FontPath "/usr/share/fonts/baekmuk-fonts"
54 FontPath "/usr/share/fonts/kacst-fonts"
55 FontPath "/usr/share/fonts/sgi-fonts"
56 FontPath "/usr/share/fonts/unfonts"
57 FontPath "/usr/share/fonts/default/ghostscript"
58 FontPath "/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
59 FontPath "/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
60 FontPath "/usr/share/fonts/xfonts-cronyx-misc:unscaled"
61 FontPath "/usr/share/fonts/xfonts-cronyx-100dpi"
62 FontPath "/usr/share/fonts/xfonts-cronyx-75dpi"
63 FontPath "/usr/share/fonts/xfonts-cronyx-misc"
64 FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled"
65 FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled"
66 FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled"
67 FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi"
68 FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi"
69 FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-misc"
70 FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled"
71 FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled"
72 FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled"
73 FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi"
74 FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi"
75 FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-misc"
76 FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled"
77 FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled"
78 FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled"
79 FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi"
80 FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi"
81 FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-misc"
82 FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled"
83 FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled"
84 FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled"
85 FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi"
86 FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi"
87 FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-misc"
88
89 Now looking at /usr/portage/media-fonts I do not see a one to one
90 naming convention between what is listed in the
91 /usr/portage/media-fonts dir and the gentoo ebuild names (eix fonts).
92 Neither of those correspond either to what is listed in xorg.conf.
93
94 Is there a 'fonts-meta' package? <it's rhetorical question>....
95
96 So how does one go about systematically installing and maintaining
97 a complete set of fonts on a gentoo system, particularly those
98 related to a variety of windows generated document fonts
99
100 wikis:
101 http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts
102 http://wiki.gentoo-xeffects.org/Font_Rendering
103
104 Any other resources I should read?
105
106 James
107
108
109
110 --
111 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] HP9000 laptop complete (almost) Alan McKinnon <alan@××××××××××××××××.za>