Contents
$XORG_PREFIX/:
include/xorg, include/X11/pixmaps, lib/X11/{getconfig,modules}
and lib/xorg
The Xorg Server is the core of the X Window system.
Download (HTTP): http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.7.1.tar.bz2
Download (FTP): ftp://ftp.x.org/pub/individual/xserver/xorg-server-1.7.1.tar.bz2
Download MD5 sum: dda7842467cda6018fdc87e6002e4db1
Download size: 4.7 MB
Estimated disk space required: 199 MB
Estimated build time: 2.0 SBU
pixman-0.15.20, Xorg Fonts, and xkeyboard-config-1.7
HAL-0.5.12 (required for hotplugging of input devices), and MesaLib-7.6 (required for DRI)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Xorg7Server
Install the server by running the following commands:
./configure $XORG_CONFIG \
--with-module-dir=$XORG_PREFIX/lib/X11/modules \
--with-xkb-output=/var/lib/xkb \
--enable-install-setuid &&
make
This package does not come with a test suite.
Now as the root user:
make install
--with-module-dir=...: This
parameter sets the destination for the installed modules.
--enable-install-setuid:
The Xorg binary must run as the root user. This switch ensures that
the binary is installed setuid when make is run by an unprivileged
user.
--disable-glx: Disable building of the
GLX extension. This parameter is required if building without
Mesa.
--disable-dri: Disable building of the
DRI extension. This parameter is required if building without
Mesa.
--disable-config-hal: Disable the use
of HAL.
--disable-config-dbus: Disable the use
of D-Bus.
$XORG_PREFIX/:
include/xorg, include/X11/pixmaps, lib/X11/{getconfig,modules}
and lib/xorg
Last updated on 2009-10-31 09:55:29 +0000