http://xorg.freedesktop.org/ export XORG_PREFIX="/usr" && export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc \ --mandir=$XORG_PREFIX/share/man --localstatedir=/var" == Xorg-Server == http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.6.5.tar.bz2 ./configure $XORG_CONFIG \ --with-module-dir=$XORG_PREFIX/lib/X11/modules \ --with-xkb-output=/var/lib/xkb \ --enable-install-setuid \ --enable-kdrive --enable-xephyr && make make install