source: x/installing/x7legacy.xml@ 88902ba7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 88902ba7 was 62a5037e, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to xterm-353.
Update to mesa-19.3.4.
Update to wayland-1.18.0.
Tag most of xorg (not all drivers) and xorg dependencies.

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

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