%general-entities; ]> $LastChangedBy$ $Date$ Xorg Legacy Xorg Legacy Introduction to Xorg Legacy Xorg's ancestor (X11R1, in 1987) at first only provided bitmap fonts, with a tool (bdftopcf) to assist in their installation. With the introduction of xorg-server-1.19.0 and libXfont2 many people will not need them. There are still a few old packages which might require, or benefit from, these deprecated fonts and so the following packages are shown here. The font-adobe-100dpi package installs 100 dots per inch versions of Courier, Helvetica, New Century Schoolbook and Times fonts. In previous versions of BLFS a lot more fonts were installed, and also 75 dots per inch versions. Please consult the BLFS-7.10 book at if you wish to install any of those other fonts. Please consult the BLFS-7.10 systemd book at if you wish to install any of those other fonts. &lfs7a_checked; Package Information Download (HTTP): Download (FTP): Download size: &x7legacy-size; Estimated disk space required: &x7legacy-buildsize; Estimated build time: &x7legacy-time; Xorg Legacy Dependencies Required Optional with one or more of the following: , , , and (to generate additional PDF or text documentation for the libXfont package). User Notes: Downloading Xorg Legacy First, create a list of files to be downloaded. This file will also be used to verify the integrity of the downloads when complete: cat > legacy.dat << "EOF" &libXfont-md5sum; lib/ libXfont-&libXfont-version;.tar.bz2 &bdftopcf-md5sum; app/ bdftopcf-&bdftopcf-version;.tar.bz2 &font-adobe-100dpi-md5sum; font/ font-adobe-100dpi-&font-adobe-100dpi-version;.tar.bz2 EOF To download the needed files using wget, use the following commands: mkdir legacy && cd legacy && grep -v '^#' ../legacy.dat | awk '{print $2$3}' | wget -i- -c \ -B &xorg-download-http;/ && grep -v '^#' ../legacy.dat | awk '{print $1 " " $3}' > ../legacy.md5 && md5sum -c ../legacy.md5 Installation of Xorg Legacy &as_root; First, start a subshell that will exit on error: bash -e Install all of the packages by running the following commands: for package in $(grep -v '^#' ../legacy.md5 | awk '{print $2}') do packagedir=${package%.tar.bz2} tar -xf $package pushd $packagedir case $packagedir in libXfont-[0-9]* ) ./configure $XORG_CONFIG --disable-devel-docs ;; * ) ./configure $XORG_CONFIG ;; esac make as_root make install popd rm -rf $packagedir as_root /sbin/ldconfig done Finally, exit the shell that was started earlier: exit Command Explanations --disable-devel-docs: Disable generation of text documentation in the libXfont package if is installed without a text browser. Omit this parameter (or the entire case statement) if a text browser is installed. Contents Installed Programs Installed Libraries Installed Directories bdftopcf libXfont $XORG_PREFIX/share/fonts/100dpi Short Descriptions bdftopcf converts an X font from Bitmap Distribution Format to Portable Compiled Format. bdftopcf libXfont.so is an old version of the X font library. libXfont.so