source: x/installing/x7legacy.xml@ 2f3cfb22

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2f3cfb22 was 2f3cfb22, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Tag most of xorg, but 12 drivers remain.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19795 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY x7legacy-download-http "&xorg-download-http;/">
8 <!ENTITY x7legacy-download-ftp "&xorg-download-ftp;/">
9 <!ENTITY x7legacy-size "4.2 MB">
10 <!ENTITY x7legacy-buildsize "30 MB"> <!-- daewoo is largest build dir -->
11 <!ENTITY x7legacy-time "0.3 SBU">
12
13 <!ENTITY bdftopcf-version "1.1">
14 <!ENTITY bdftopcf-md5sum "2a455d3c02390597feb9cefb3fe97a45">
15
16 <!ENTITY font-adobe-100dpi-version "1.0.3">
17 <!ENTITY font-adobe-100dpi-md5sum "1347c3031b74c9e91dc4dfa53b12f143">
18
19 <!ENTITY font-adobe-75dpi-version "1.0.3">
20 <!ENTITY font-adobe-75dpi-md5sum "6c9f26c92393c0756f3e8d614713495b">
21
22 <!ENTITY font-jis-misc-version "1.0.3">
23 <!ENTITY font-jis-misc-md5sum "cb7b57d7800fd9e28ec35d85761ed278">
24
25 <!ENTITY font-daewoo-misc-version "1.0.3">
26 <!ENTITY font-daewoo-misc-md5sum "0571bf77f8fab465a5454569d9989506">
27
28 <!ENTITY font-isas-misc-version "1.0.3">
29 <!ENTITY font-isas-misc-md5sum "a2401caccbdcf5698e001784dbd43f1a">
30]>
31
32<sect1 id="xorg7-legacy" xreflabel="Xorg Legacy Fonts">
33 <?dbhtml filename="x7legacy.html"?>
34
35 <sect1info>
36 <othername>$LastChangedBy$</othername>
37 <date>$Date$</date>
38 </sect1info>
39
40 <title>Xorg Legacy</title>
41
42 <indexterm zone="xorg7-legacy">
43 <primary sortas="a-xorg7-legacy">Xorg Legacy</primary>
44 </indexterm>
45
46 <sect2 role="package">
47 <title>Introduction to Xorg Legacy</title>
48
49 <para><application>Xorg</application>&apos;s ancestor (X11R1, in 1987) at
50 first only provided bitmap fonts, with a tool (<command>bdftopcf</command>)
51 to assist in their installation. With the introduction of
52 <application>xorg-server-1.19.0</application>
53 and <application>libXfont2</application> many people will not need them.
54 There are still a few old packages which might require, or benefit from,
55 these deprecated fonts and so the following packages are shown here.</para>
56
57 <note>
58 <para>
59 The font-adobe-100dpi package installs 100 dots per inch versions of
60 Courier, Helvetica, New Century Schoolbook and Times fonts.
61 </para>
62
63 <para>
64 The remaining font packages here provide 75dpi versions of those fonts,
65 and various miscellaneous fonts - mostly for legacy encodings. Those are
66 primarily to silence warnings when testing Xorg. In previous versions
67 of BLFS a lot more legacy fonts were installed.
68 </para>
69
70 <para revision="sysv">
71 Please consult the BLFS-7.10 book at <ulink
72 url="http://www.linuxfromscratch.org/blfs/view/7.10/x/x7font.html"/>
73 if you wish to install any of those other fonts.
74 </para>
75
76 <para revision="systemd">
77 Please consult the BLFS-7.10 systemd book at <ulink
78 url="http://www.linuxfromscratch.org/blfs/view/7.10-systemd/x/x7font.html"/>
79 if you wish to install any of those other fonts.
80 </para>
81 </note>
82
83 &lfs82_checked;
84
85 <bridgehead renderas="sect3">Package Information</bridgehead>
86 <itemizedlist spacing="compact">
87 <listitem>
88 <para>Download (HTTP): <ulink url="&x7legacy-download-http;"/></para>
89 </listitem>
90 <listitem>
91 <para>Download (FTP): <ulink url="&x7legacy-download-ftp;"/></para>
92 </listitem>
93 <listitem>
94 <para>Download size: &x7legacy-size;</para>
95 </listitem>
96 <listitem>
97 <para>Estimated disk space required: &x7legacy-buildsize;</para>
98 </listitem>
99 <listitem>
100 <para>Estimated build time: &x7legacy-time;</para>
101 </listitem>
102 </itemizedlist>
103
104 <bridgehead renderas="sect3">Xorg Legacy Dependencies</bridgehead>
105
106 <bridgehead renderas="sect4">Required</bridgehead>
107 <para role="required">
108 <xref linkend="xcursor-themes"/>
109 </para>
110
111 <para condition="html" role="usernotes">User Notes:
112 <ulink url='&blfs-wiki;/Xorg7Legacy'/></para>
113
114 </sect2>
115
116 <sect2>
117 <title>Downloading Xorg Legacy</title>
118
119 <para>First, create a list of files to be downloaded. This file will also
120 be used to verify the integrity of the downloads when complete:</para>
121
122<screen><userinput>cat &gt; legacy.dat &lt;&lt; "EOF"
123<literal>&bdftopcf-md5sum; app/ bdftopcf-&bdftopcf-version;.tar.bz2
124&font-adobe-100dpi-md5sum; font/ font-adobe-100dpi-&font-adobe-100dpi-version;.tar.bz2
125&font-adobe-75dpi-md5sum; font/ font-adobe-75dpi-&font-adobe-75dpi-version;.tar.bz2
126&font-jis-misc-md5sum; font/ font-jis-misc-&font-jis-misc-version;.tar.bz2
127&font-daewoo-misc-md5sum; font/ font-daewoo-misc-&font-daewoo-misc-version;.tar.bz2
128&font-isas-misc-md5sum; font/ font-isas-misc-&font-isas-misc-version;.tar.bz2</literal>
129EOF</userinput></screen>
130
131 <para>To download the needed files using <application>wget</application>,
132 use the following commands:</para>
133
134<screen><userinput>mkdir legacy &amp;&amp;
135cd legacy &amp;&amp;
136grep -v '^#' ../legacy.dat | awk '{print $2$3}' | wget -i- -c \
137 -B &xorg-download-http;/ &amp;&amp;
138grep -v '^#' ../legacy.dat | awk '{print $1 " " $3}' > ../legacy.md5 &amp;&amp;
139md5sum -c ../legacy.md5</userinput></screen>
140
141 </sect2>
142
143 <sect2 role="installation">
144 <title>Installation of Xorg Legacy</title>
145
146&as_root;
147
148 <para>First, start a subshell that will exit on error:</para>
149
150<screen><userinput>bash -e</userinput></screen>
151
152 <para>Install all of the packages by running the following
153 commands:</para>
154
155<screen><userinput>for package in $(grep -v '^#' ../legacy.md5 | awk '{print $2}')
156do
157 packagedir=${package%.tar.bz2}
158 tar -xf $package
159 pushd $packagedir
160 ./configure $XORG_CONFIG
161 make
162 as_root make install
163 popd
164 rm -rf $packagedir
165 as_root /sbin/ldconfig
166done</userinput></screen>
167
168 <para>Finally, exit the shell that was started earlier:</para>
169
170<screen><userinput>exit</userinput></screen>
171
172 </sect2>
173
174 <sect2 role="content">
175 <title>Contents</title>
176
177 <segmentedlist>
178 <segtitle>Installed Programs</segtitle>
179 <segtitle>Installed Libraries</segtitle>
180 <segtitle>Installed Directories</segtitle>
181
182 <seglistitem>
183 <seg>bdftopcf</seg>
184 <seg>None</seg>
185 <seg><envar>$XORG_PREFIX</envar>/share/fonts/100dpi,
186 <envar>$XORG_PREFIX</envar>/share/fonts/75dpi,
187 <envar>$XORG_PREFIX</envar>/share/fonts/misc</seg>
188 </seglistitem>
189 </segmentedlist>
190
191 <variablelist>
192 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
193 <?dbfo list-presentation="list"?>
194 <?dbhtml list-presentation="table"?>
195
196 <varlistentry id="bdftopcf-x7">
197 <term><command>bdftopcf</command></term>
198 <listitem>
199 <para>converts an X font from Bitmap Distribution Format to Portable
200 Compiled Format.</para>
201 <indexterm zone="xorg7-legacy bdftopcf-x7">
202 <primary sortas="b-bdftopcf">bdftopcf</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209 </sect2>
210
211</sect1>
Note: See TracBrowser for help on using the repository browser.