%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. The remaining font packages here provide 75dpi versions of those fonts, and various miscellaneous fonts - mostly for legacy encodings. Those are primarily to silence warnings when testing Xorg. In previous versions of BLFS a lot more legacy fonts were installed. 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. &lfs81_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 &font-adobe-75dpi-md5sum; font/ font-adobe-75dpi-&font-adobe-75dpi-version;.tar.bz2 &font-jis-misc-md5sum; font/ font-jis-misc-&font-jis-misc-version;.tar.bz2 &font-daewoo-misc-md5sum; font/ font-daewoo-misc-&font-daewoo-misc-version;.tar.bz2 &font-isas-misc-md5sum; font/ font-isas-misc-&font-isas-misc-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, $XORG_PREFIX/share/fonts/75dpi, $XORG_PREFIX/share/fonts/misc 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