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

Collapse All | Expand All

(-)utf-8.xml.orig (-1 / +19 lines)
Lines 1-5 Link Here
1
<?xml version='1.0' encoding="UTF-8"?>
1
<?xml version='1.0' encoding="UTF-8"?>
2
<!-- $Header: /var/www/www.gentoo.org/raw_cvs/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.33 2005/08/05 12:58:11 swift Exp $ -->
2
<!-- $Header $ -->
3
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
3
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
4
4
5
<guide link="/doc/en/utf-8.xml">
5
<guide link="/doc/en/utf-8.xml">
Lines 519-524 Link Here
519
# <i>emerge terminus-font intlfonts freefonts cronyx-fonts corefonts</i>
519
# <i>emerge terminus-font intlfonts freefonts cronyx-fonts corefonts</i>
520
</pre>
520
</pre>
521
521
522
<p>
523
Once these fonts are installed, you will need to edit
524
<path>/etc/X11/xorg.conf</path> and add the correct font paths so that the new
525
Unicode fonts are available. Add these to the <path>Files</path> section:
526
</p>
527
528
<pre caption="Edit xorg.conf to use the new fonts">
529
        FontPath     "/usr/share/fonts/misc/"
530
        FontPath     "/usr/share/fonts/TTF/"
531
        FontPath     "/usr/share/fonts/Type1/"
532
        FontPath     "/usr/share/fonts/freefont/"
533
        FontPath     "/usr/share/fonts/intlfonts/"
534
        FontPath     "/usr/share/fonts/cronyx/100dpi/:unscaled"
535
        FontPath     "/usr/share/fonts/cronyx/misc/:unscaled"
536
        FontPath     "/usr/share/fonts/cronyx/75dpi/:unscaled"
537
        FontPath     "/usr/share/fonts/terminus/"
538
</pre>
539
522
</body>
540
</body>
523
</section>
541
</section>
524
<section>
542
<section>

Return to bug 101652