Xorg Data

Introduction to Xorg Data

The Xorg data packages provide static data such as images and keymaps to the Xorg applications.

Package Information

Xorg Data Dependencies

Required

Xorg Applications

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Xorg7Data

Downloading Xorg Data

To download the needed files using wget, use the following commands:

wget http://anduin.linuxfromscratch.org/files/BLFS/xorg/data-7.1.wget &&
mkdir data &&
cd data &&
wget -B http://xorg.freedesktop.org/releases/individual/data/ \
     -i ../data-7.1.wget

Installation of Xorg Data

Compile the selected packages with the following commands:

./configure $XORG_CONFIG &&
make

These packages do not provide test suites.

Install the packages as the root user:

make install

Contents

Installed Programs: None
Installed Libraries: None
Installed Directories: The following subdirectories of $XORG_PREFIX/: share/X11/xkb and share/icons/{handhelds,redglass,whiteglass}/cursors

Last updated on 2007-02-06 18:05:12 -0600