XFree86 uses a configuration file called XF86Config for its initial setup.
This file is normally located in “/etc/X11” or “/etc” directory. The
XF86Config file is composed of a number of sections which may be
present in any order. Each section has the form:
Section "SectionName"
SectionEntry
...
EndSection
The graphics boards are described in the Device sections, and the monitors
are described in the Monitor sections. They are bound toget her by a Screen
section. Keyboard and Mouse are described in InputDevice sections,
although Keyboard and Pointer are still recognized. ServerLayoutsection
is at the highest level and bind together the InputDevice and Screen
sections.
A special keyword called Option may be used to provide free-form data to
various components of the server. The Option keyword takes either one or
two string arguments. The first is the option name, and the optional second
argument is the option value. All Option values must be enclosed in quotes.