summaryrefslogtreecommitdiff
blob: 77c48872e00fc718fc6701e3134214b757abde05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
diff -uBb --recursive common.orig/nx-X11/lib/fontconfig/fonts.conf.in common/nx-X11/lib/fontconfig/fonts.conf.in
--- common.orig/nx-X11/lib/fontconfig/fonts.conf.in	2006-11-22 22:13:28.000000000 +0000
+++ common/nx-X11/lib/fontconfig/fonts.conf.in	2006-11-22 22:17:43.000000000 +0000
@@ -24,7 +24,7 @@
   Common X11R6 font directories
 -->
 
-	<dir>/usr/X11R6/lib/X11/fonts</dir>
+	<dir>/usr/share/fonts</dir>
  	<dir>/usr/share/fonts</dir>
 	<dir>~/.fonts</dir>
 
diff -uBb --recursive common.orig/nx-X11/lib/fontconfig/src/fontconfig.man common/nx-X11/lib/fontconfig/src/fontconfig.man
--- common.orig/nx-X11/lib/fontconfig/src/fontconfig.man	2006-11-22 22:13:28.000000000 +0000
+++ common/nx-X11/lib/fontconfig/src/fontconfig.man	2006-11-22 22:17:44.000000000 +0000
@@ -1352,8 +1352,8 @@
 <!-- 
 	Find fonts in these directories
 -->
-<dir>/usr/X11R6/lib/X11/fonts/truetype</dir>
-<dir>/usr/X11R6/lib/X11/fonts/Type1</dir>
+<dir>/usr/share/fonts/truetype</dir>
+<dir>/usr/share/fonts/Type1</dir>
 
 <!--
 	Accept deprecated 'mono' alias, replacing it with 'monospace'
diff -uBb --recursive common.orig/nx-X11/programs/mkcfm/mkcfm.c common/nx-X11/programs/mkcfm/mkcfm.c
--- common.orig/nx-X11/programs/mkcfm/mkcfm.c	2006-11-22 22:13:27.000000000 +0000
+++ common/nx-X11/programs/mkcfm/mkcfm.c	2006-11-22 22:17:30.000000000 +0000
@@ -48,7 +48,7 @@
 static void CIDFillVals(FontScalablePtr);
 static Bool DoDirectory(char *dirName);
  
-#define DEFAULTCID "/usr/X11R6/lib/X11/fonts/CID"
+#define DEFAULTCID "/usr/share/fonts/CID"
 #define DECIPOINTSPERINCH 722.7
 #define DEFAULTRES 75
 #define DEFAULTPOINTSIZE 120
diff -uBb --recursive common.orig/nx-X11/programs/mkcfm/mkcfm.man common/nx-X11/programs/mkcfm/mkcfm.man
--- common.orig/nx-X11/programs/mkcfm/mkcfm.man	2006-11-22 22:13:27.000000000 +0000
+++ common/nx-X11/programs/mkcfm/mkcfm.man	2006-11-22 22:17:30.000000000 +0000
@@ -24,7 +24,7 @@
 [\fICID-font-directory-name\fP]
 .SH DESCRIPTION
 There is usually only one CID font directory on the X font path. It is
-usually called \fI/usr/X11R6/lib/X11/fonts/CID\fP. If you do not specify
+usually called \fI/usr/share/fonts/CID\fP. If you do not specify
 an argument, \fImkcfm\fP will try to go through the subdirectories of
 that directory, and create one summary of font metric files for each
 CIDFont (character descriptions) file and each CMap (Character Maps) file
diff -uBb --recursive common.orig/nx-X11/programs/xfs/xfs.man common/nx-X11/programs/xfs/xfs.man
--- common.orig/nx-X11/programs/xfs/xfs.man	2006-11-22 22:13:27.000000000 +0000
+++ common/nx-X11/programs/xfs/xfs.man	2006-11-22 22:17:29.000000000 +0000
@@ -186,9 +186,9 @@
 XCOMM the first is a set of Speedo outlines, the second is a set of 
 XCOMM misc bitmaps and the last is a set of 100dpi bitmaps
 XCOMM
-catalogue = /usr/X11R6/lib/X11/fonts/speedo,
-	/usr/X11R6/lib/X11/fonts/misc,
-	/usr/X11R6/lib/X11/fonts/100dpi/
+catalogue = /usr/share/fonts/speedo,
+	/usr/share/fonts/misc,
+	/usr/share/fonts/100dpi/
 
 XCOMM in 12 points, decipoints
 default-point-size = 120
diff -uBb --recursive common.orig/nx-X11/programs/Xserver/hw/xfree86/doc/Install common/nx-X11/programs/Xserver/hw/xfree86/doc/Install
--- common.orig/nx-X11/programs/Xserver/hw/xfree86/doc/Install	2006-11-22 22:13:24.000000000 +0000
+++ common/nx-X11/programs/Xserver/hw/xfree86/doc/Install	2006-11-22 22:17:13.000000000 +0000
@@ -318,7 +318,7 @@
      chmod ug-w /usr/X11R6/lib           # Make sure the permissions are OK
      /sbin/ldconfig /usr/X11R6/lib       # For Linux
      /sbin/ldconfig -m /usr/X11R6/lib    # For FreeBSD, NetBSD, OpenBSD
-     /usr/X11R6/bin/mkfontdir /usr/X11R6/lib/X11/fonts/misc
+     /usr/X11R6/bin/mkfontdir /usr/share/fonts/misc
 
 4.2  Installing over an old installation
 
@@ -378,7 +378,7 @@
      chmod ug-w /usr/X11R6/lib           # Make sure the permissions are OK
      /sbin/ldconfig /usr/X11R6/lib       # For Linux
      /sbin/ldconfig -m /usr/X11R6/lib    # For FreeBSD, NetBSD, OpenBSD
-     /usr/X11R6/bin/mkfontdir /usr/X11R6/lib/X11/fonts/misc
+     /usr/X11R6/bin/mkfontdir /usr/share/fonts/misc
 
      Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/Install.sgml,v 1.17 2003/02/24 17:09:16 dawes Exp $
 
diff -uBb --recursive common.orig/nx-X11/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Config.man common/nx-X11/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Config.man
--- common.orig/nx-X11/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Config.man	2006-11-22 22:13:24.000000000 +0000
+++ common/nx-X11/programs/Xserver/hw/xfree86/doc/Japanese/man/XF86Config.man	2006-11-22 22:17:13.000000000 +0000
@@ -99,16 +99,16 @@
 .\" X11R6 allows the X server to request fonts from a font server.  A
 .\" font server is specified by placing a "<trans>/<hostname>:<port_number>"
 .\" entry into the fontpath.  For example, the fontpath
-.\" "/usr/X11R6/lib/X11/fonts/misc/,tcp/zok:7100" tells the X server
+.\" "/usr/share/fonts/misc/,tcp/zok:7100" tells the X server
 .\" to first try to locate the font in the local directory
-.\" /usr/X11R6/lib/X11/fonts/misc.  If that fails, then request the
+.\" /usr/share/fonts/misc.  If that fails, then request the
 .\" font from the \fIfont server\fP running on machine zok listening
 .\" for connections on TCP port number 7100.
 X11R6 �� X �����Ф��ե���ȥ����Ф˥ե���Ȥ��׵᤹�뤳�Ȥ���ǽ
 �ˤʤ�ޤ������ե���ȥ����ФϾ��� "<trans>/<hostname>:<port_number>"
 �ȥե���ȥѥ��˻��ꤷ�ޤ����㤨�С��ե���ȥѥ�
-"/usr/X11R6/lib/X11/fonts/misc/,tcp/zok:7100" �Ϥޤ��ǽ�˥�������
-�ǥ��쥯�ȥ� /usr/X11R6/lib/X11/fonts/misc �� X �����Ф������ޤ���
+"/usr/share/fonts/misc/,tcp/zok:7100" �Ϥޤ��ǽ�˥�������
+�ǥ��쥯�ȥ� /usr/share/fonts/misc �� X �����Ф������ޤ���
 ���줬���Ԥ����Ȥ��ˡ��ݡ����ֹ� 7100 ���� TCP ����³����ʹ����
 (listening) ���� zok �Ȥ����ۥ��Ȥ�ư��Ƥ��� \fI�ե���ȥ�����\fP 
 �˥ե���Ȥ��׵ᤷ�ޤ���
diff -uBb --recursive common.orig/nx-X11/programs/Xserver/hw/xfree86/doc/Japanese/sgml/RELNOTE.sgml common/nx-X11/programs/Xserver/hw/xfree86/doc/Japanese/sgml/RELNOTE.sgml
--- common.orig/nx-X11/programs/Xserver/hw/xfree86/doc/Japanese/sgml/RELNOTE.sgml	2006-11-22 22:13:24.000000000 +0000
+++ common/nx-X11/programs/Xserver/hw/xfree86/doc/Japanese/sgml/RELNOTE.sgml	2006-11-22 22:17:13.000000000 +0000
@@ -1372,7 +1372,7 @@
 3.1.2D (or are not sure if you installed it), you should run the following:
 
 <tscreen><verb>
-	/usr/X11R6/bin/mkfontdir /usr/X11R6/lib/X11/fonts/misc
+	/usr/X11R6/bin/mkfontdir /usr/share/fonts/misc
 </verb></tscreen>
  
 An up-to-date version of the xterm termcap and terminfo entries is
diff -uBb --recursive common.orig/nx-X11/programs/Xserver/hw/xfree86/doc/README.fonts common/nx-X11/programs/Xserver/hw/xfree86/doc/README.fonts
--- common.orig/nx-X11/programs/Xserver/hw/xfree86/doc/README.fonts	2006-11-22 22:13:24.000000000 +0000
+++ common/nx-X11/programs/Xserver/hw/xfree86/doc/README.fonts	2006-11-22 22:17:13.000000000 +0000
@@ -253,7 +253,7 @@
 
 The CIDFont code in XFree86 requires a very rigid directory structure.  The
 main directory must be called `CID' (its location defaults to
-`/usr/X11R6/lib/X11/fonts/CID' but it may be located anywhere), and it should
+`/usr/share/fonts/CID' but it may be located anywhere), and it should
 contain a subdirectory for every CID collection.  Every subdirectory must
 contain subdirectories called CIDFont (containing the actual CIDFont files),
 CMap (containing all the needed CMaps), AFM (containing the font metric
@@ -398,7 +398,7 @@
 
 For example, the font file
 
-     /usr/X11R6/lib/X11/fonts/misc/6x13.bdf
+     /usr/share/fonts/misc/6x13.bdf
 
 with XLFD
 
@@ -442,7 +442,7 @@
 
 and resides in the font file
 
-     /usr/X11R6/lib/X11/fonts/misc/cu12.pcf.gz
+     /usr/share/fonts/misc/cu12.pcf.gz
 
 Additional ClearlyU fonts include
 
@@ -480,7 +480,7 @@
 
 and reside in the font files
 
-     /usr/X11R6/lib/X11/fonts/Type1/cour*.pfa
+     /usr/share/fonts/Type1/cour*.pfa
 
 The Adobe Utopia set of fonts only cover ISO 8859-1 as well as Adobe Standard
 Encoding.  These fonts have XLFD
@@ -489,7 +489,7 @@
 
 and reside in the font files
 
-     /usr/X11R6/lib/X11/fonts/Type1/UT*.pfa
+     /usr/share/fonts/Type1/UT*.pfa
 
 Finally, XFree86 also comes with Type 1 versions of Bitstream Courier and
 Charter.  These fonts have XLFD
@@ -499,7 +499,7 @@
 
 and reside in the font files
 
-     /usr/X11R6/lib/X11/fonts/Type1/c*bt_.pfb
+     /usr/share/fonts/Type1/c*bt_.pfb
 
 3.3.2  Standard Speedo fonts
 
@@ -515,7 +515,7 @@
 
 and reside in the font files
 
-     /usr/X11R6/lib/X11/fonts/Speedo/font*.spd
+     /usr/share/fonts/Speedo/font*.spd
 
 3.4  The Bigelow & Holmes Luxi family
 
@@ -699,7 +699,7 @@
 In order to use a font in an encoding that the font backend does not know
 about, you need to have an `encodings.dir' file either in the same directory
 as the font file used or in a system-wide location
-(`/usr/X11R6/lib/X11/fonts/encodings/' by default).
+(`/usr/share/fonts/encodings/' by default).
 
 The `encodings.dir' file has a similar format to `fonts.dir'.  Its first line
 specifies the number of encodings, while every successive line has two
@@ -709,9 +709,9 @@
 ple,
 
      3
-     mulearabic-0 /usr/X11R6/lib/X11/fonts/encodings/mulearabic-0.enc
-     mulearabic-1 /usr/X11R6/lib/X11/fonts/encodings/mulearabic-1.enc
-     mulearabic-2 /usr/X11R6/lib/X11/fonts/encodings/mulearabic-2.enc
+     mulearabic-0 /usr/share/fonts/encodings/mulearabic-0.enc
+     mulearabic-1 /usr/share/fonts/encodings/mulearabic-1.enc
+     mulearabic-2 /usr/share/fonts/encodings/mulearabic-2.enc
 
 The name of an encoding must be specified in the encoding file's `STARTENCOD-
 ING' or `ALIAS' line.  It is not enough to create an `encodings.dir' entry.
diff -uBb --recursive common.orig/nx-X11/programs/Xserver/hw/xfree86/doc/README.SVR4 common/nx-X11/programs/Xserver/hw/xfree86/doc/README.SVR4
--- common.orig/nx-X11/programs/Xserver/hw/xfree86/doc/README.SVR4	2006-11-22 22:13:24.000000000 +0000
+++ common/nx-X11/programs/Xserver/hw/xfree86/doc/README.SVR4	2006-11-22 22:17:13.000000000 +0000
@@ -295,9 +295,9 @@
                 for i in *pc???.bdf
                 do
                     /usr/X11R6/bin/bdftopcf $i > \
-                          /usr/X11R6/lib/X11/fonts/misc/`basename $i .bdf`.pcf
+                          /usr/share/fonts/misc/`basename $i .bdf`.pcf
                 done
-                cd /usr/X11R6/lib/X11/fonts/misc
+                cd /usr/share/fonts/misc
                 /usr/X11R6/bin/mkfontdir
                 # Do this only if the server is already running.
                 /usr/X11R6/bin/xset fp rehash
diff -uBb --recursive common.orig/nx-X11/programs/Xserver/hw/xfree86/doc/sgml/fonts.sgml common/nx-X11/programs/Xserver/hw/xfree86/doc/sgml/fonts.sgml
--- common.orig/nx-X11/programs/Xserver/hw/xfree86/doc/sgml/fonts.sgml	2006-11-22 22:13:24.000000000 +0000
+++ common/nx-X11/programs/Xserver/hw/xfree86/doc/sgml/fonts.sgml	2006-11-22 22:17:14.000000000 +0000
@@ -296,7 +296,7 @@
 
 The CIDFont code in XFree86 requires a very rigid directory
 structure.  The main directory must be called `<tt/CID/' (its location
-defaults to `<tt>/usr/X11R6/lib/X11/fonts/CID</tt>' but it may be
+defaults to `<tt>/usr/share/fonts/CID</tt>' but it may be
 located anywhere), and it should contain a subdirectory for every CID
 collection.  Every subdirectory <it/must/ contain subdirectories
 called <tt/CIDFont/ (containing the actual CIDFont files), <tt/CMap/
@@ -457,7 +457,7 @@
 
 For example, the font file
 <tscreen><verb>
-/usr/X11R6/lib/X11/fonts/misc/6x13.bdf
+/usr/share/fonts/misc/6x13.bdf
 </verb></tscreen>
 with XLFD
 <tscreen><verb>
@@ -502,7 +502,7 @@
 </verb></tscreen>
 and resides in the font file
 <tscreen><verb>
-/usr/X11R6/lib/X11/fonts/misc/cu12.pcf.gz 
+/usr/share/fonts/misc/cu12.pcf.gz 
 </verb></tscreen>
 Additional ClearlyU fonts include
 <tscreen><verb>
@@ -542,7 +542,7 @@
 </verb></tscreen>
 and reside in the font files
 <tscreen><verb>
-/usr/X11R6/lib/X11/fonts/Type1/cour*.pfa
+/usr/share/fonts/Type1/cour*.pfa
 </verb></tscreen>
 
 The Adobe Utopia set of fonts only cover ISO&nbsp;8859-1 as well as
@@ -552,7 +552,7 @@
 </verb></tscreen>
 and reside in the font files
 <tscreen><verb>
-/usr/X11R6/lib/X11/fonts/Type1/UT*.pfa
+/usr/share/fonts/Type1/UT*.pfa
 </verb></tscreen>
 
 Finally, XFree86 also comes with Type&nbsp;1 versions of Bitstream
@@ -563,7 +563,7 @@
 </verb></tscreen>
 and reside in the font files
 <tscreen><verb>
-/usr/X11R6/lib/X11/fonts/Type1/c*bt_.pfb
+/usr/share/fonts/Type1/c*bt_.pfb
 </verb></tscreen>
 
 <sect2>Standard Speedo fonts
@@ -581,7 +581,7 @@
 </verb></tscreen>
 and reside in the font files
 <tscreen><verb>
-/usr/X11R6/lib/X11/fonts/Speedo/font*.spd
+/usr/share/fonts/Speedo/font*.spd
 </verb></tscreen>
 
 <sect1>The Bigelow &amp; Holmes Luxi family
@@ -770,7 +770,7 @@
 <p>In order to use a font in an encoding that the font backend does
 not know about, you need to have an `<tt/encodings.dir/' file either
 in the same directory as the font file used or in a system-wide
-location (`<tt>/usr/X11R6/lib/X11/fonts/encodings/</tt>' by default).
+location (`<tt>/usr/share/fonts/encodings/</tt>' by default).
 
 The `<tt/encodings.dir/' file has a similar format to
 `<tt/fonts.dir/'.  Its first line specifies the number of encodings,
@@ -781,9 +781,9 @@
 
 <tscreen><verb>
 3
-mulearabic-0 /usr/X11R6/lib/X11/fonts/encodings/mulearabic-0.enc
-mulearabic-1 /usr/X11R6/lib/X11/fonts/encodings/mulearabic-1.enc
-mulearabic-2 /usr/X11R6/lib/X11/fonts/encodings/mulearabic-2.enc
+mulearabic-0 /usr/share/fonts/encodings/mulearabic-0.enc
+mulearabic-1 /usr/share/fonts/encodings/mulearabic-1.enc
+mulearabic-2 /usr/share/fonts/encodings/mulearabic-2.enc
 </verb></tscreen>
 
 The name of an encoding <it/must/ be specified in the encoding file's
diff -uBb --recursive common.orig/nx-X11/programs/Xserver/hw/xfree86/doc/sgml/Install.sgml common/nx-X11/programs/Xserver/hw/xfree86/doc/sgml/Install.sgml
--- common.orig/nx-X11/programs/Xserver/hw/xfree86/doc/sgml/Install.sgml	2006-11-22 22:13:24.000000000 +0000
+++ common/nx-X11/programs/Xserver/hw/xfree86/doc/sgml/Install.sgml	2006-11-22 22:17:13.000000000 +0000
@@ -432,7 +432,7 @@
 chmod ug-w /usr/X11R6/lib           # Make sure the permissions are OK
 /sbin/ldconfig /usr/X11R6/lib       # For Linux
 /sbin/ldconfig -m /usr/X11R6/lib    # For FreeBSD, NetBSD, OpenBSD
-/usr/X11R6/bin/mkfontdir /usr/X11R6/lib/X11/fonts/misc
+/usr/X11R6/bin/mkfontdir /usr/share/fonts/misc
 </verb></tscreen>
 
 <sect1>Installing over an old installation
@@ -511,7 +511,7 @@
 chmod ug-w /usr/X11R6/lib           # Make sure the permissions are OK
 /sbin/ldconfig /usr/X11R6/lib       # For Linux
 /sbin/ldconfig -m /usr/X11R6/lib    # For FreeBSD, NetBSD, OpenBSD
-/usr/X11R6/bin/mkfontdir /usr/X11R6/lib/X11/fonts/misc
+/usr/X11R6/bin/mkfontdir /usr/share/fonts/misc
 </verb></tscreen>
 
 ]]>
diff -uBb --recursive common.orig/nx-X11/programs/Xserver/hw/xfree86/doc/sgml/SVR4.sgml common/nx-X11/programs/Xserver/hw/xfree86/doc/sgml/SVR4.sgml
--- common.orig/nx-X11/programs/Xserver/hw/xfree86/doc/sgml/SVR4.sgml	2006-11-22 22:13:24.000000000 +0000
+++ common/nx-X11/programs/Xserver/hw/xfree86/doc/sgml/SVR4.sgml	2006-11-22 22:17:13.000000000 +0000
@@ -328,9 +328,9 @@
 	for i in *pc???.bdf
 	do
 	    /usr/X11R6/bin/bdftopcf $i > \
-			/usr/X11R6/lib/X11/fonts/misc/`basename $i .bdf`.pcf
+			/usr/share/fonts/misc/`basename $i .bdf`.pcf
 	done
-	cd /usr/X11R6/lib/X11/fonts/misc
+	cd /usr/share/fonts/misc
 	/usr/X11R6/bin/mkfontdir
 	# Do this only if the server is already running.
 	/usr/X11R6/bin/xset fp rehash
diff -uBb --recursive common.orig/nx-X11/programs/Xserver/hw/xfree86/drivers/newport/XF86Config.indy common/nx-X11/programs/Xserver/hw/xfree86/drivers/newport/XF86Config.indy
--- common.orig/nx-X11/programs/Xserver/hw/xfree86/drivers/newport/XF86Config.indy	2006-11-22 22:13:24.000000000 +0000
+++ common/nx-X11/programs/Xserver/hw/xfree86/drivers/newport/XF86Config.indy	2006-11-22 22:17:17.000000000 +0000
@@ -52,15 +52,15 @@
 # as well as specifying multiple comma-separated entries in one FontPath
 # command (or a combination of both methods)
 
-    FontPath	"/usr/X11R6/lib/X11/fonts/local/"
-    FontPath	"/usr/X11R6/lib/X11/fonts/misc/"
-    FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
-    FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
-    FontPath	"/usr/X11R6/lib/X11/fonts/Type1/"
-    FontPath	"/usr/X11R6/lib/X11/fonts/CID/"
-    FontPath	"/usr/X11R6/lib/X11/fonts/Speedo/"
-    FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"
-    FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/"
+    FontPath	"/usr/share/fonts/local/"
+    FontPath	"/usr/share/fonts/misc/"
+    FontPath	"/usr/share/fonts/75dpi/:unscaled"
+    FontPath	"/usr/share/fonts/100dpi/:unscaled"
+    FontPath	"/usr/share/fonts/Type1/"
+    FontPath	"/usr/share/fonts/CID/"
+    FontPath	"/usr/share/fonts/Speedo/"
+    FontPath	"/usr/share/fonts/75dpi/"
+    FontPath	"/usr/share/fonts/100dpi/"
 
 # ModulePath can be used to set a search path for the X server modules.
 # The default path is shown here.
diff -uBb --recursive common.orig/nx-X11/programs/Xserver/hw/xfree86/etc/install.sv3 common/nx-X11/programs/Xserver/hw/xfree86/etc/install.sv3
--- common.orig/nx-X11/programs/Xserver/hw/xfree86/etc/install.sv3	2006-11-22 22:13:24.000000000 +0000
+++ common/nx-X11/programs/Xserver/hw/xfree86/etc/install.sv3	2006-11-22 22:17:22.000000000 +0000
@@ -549,9 +549,9 @@
     read answer
     [ "$answer" = "y" -o "$answer" = "Y" ] && {
     sed -e 's/FONT 8x16/FONT vga/' </usr/lib/loadfont/vga437.bdf \
-    | bdftopcf -t >/usr/X11R6/lib/X11/fonts/misc/vga.pcf
-    chmod 644 /usr/X11R6/lib/X11/fonts/misc/fonts.dir
-    mkfontdir /usr/X11R6/lib/X11/fonts/misc
+    | bdftopcf -t >/usr/share/fonts/misc/vga.pcf
+    chmod 644 /usr/share/fonts/misc/fonts.dir
+    mkfontdir /usr/share/fonts/misc
     }
 fi
 }