%general-entities; ]> $LastChangedBy$ $Date$ Xorg-Server-&xorg-server-version; Xorg Server Introduction to Xorg-Server The Xorg Server is the core of the X Window system. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &xorg-server-md5sum; Download size: &xorg-server-size; Estimated disk space required: &xorg-server-buildsize; Estimated build time: &xorg-server-time; Xorg Server Dependencies Required , , and Recommended (required for hotplugging of input devices), and (required for DRI) Optional User Notes: Installation of Xorg Server 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 Command Explanations --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 building of the GLX extension. This parameter is required if building without Mesa. : Disable building of the DRI extension. This parameter is required if building without Mesa. : Disable the use of HAL. : Disable the use of D-Bus. Contents Installed Programs Installed Libraries Installed Directories cvt, gtf, X, Xnest, Xorg, and Xvfb None /var/lib/xkb and the following subdirectories of $XORG_PREFIX/: include/xorg, include/X11/pixmaps, lib/X11/{getconfig,modules} and lib/xorg Short Descriptions cvt calculates VESA CVT mode lines. cvt gtf calculates VESA GTF mode lines. gtf X is a symbolic link to Xorg. X Xnest is a nested X server. Xnest Xorg is the X11R7 X Server. Xorg Xvfb is the virtual framebuffer X server for X Version 11. Xvfb