FAQ

X.Org User FAQ

FAQ

How to clone and build Xorg

           # Quickstart for those that do not use jhbuild:
           export PREFIX=/opt/xorg
           export LD_LIBRARY_PATH=$PREFIX/lib
           export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig
           export PATH=$PREFIX/bin:$PATH
           export ACLOCAL="aclocal -I $PREFIX/share/aclocal"

           git clone git://anongit.freedesktop.org/git/xorg/util/modular/ util/modular
           echo "util/macros" > built.modules
           ./util/modular/build.sh --clone -p -f built.modules -r `tail -n 1 built.modules` $PREFIX

           # Re-run the last command until a build succeeds. 

How to use XRandR 1.2 (for Dual-Head etc)

How to set-up a multiseat configuration (aka zaphod mode)

Server doesn't start and generates an error message

Server generates warning messages

Server doesn't set the video mode I would like to use

Video Driver FAQ

Migration FAQ

Proprietary Drivers

Miscellaneous

Advanced Topics

More FAQs

For your convenience we collected some links to X related informations on OtherFAQs.