Dissecting the XF86Config File

XFree86 v4.0 has greatly simplified configuration over the previous versions by generally handling the most complicated step (ModeLines) automatically. If you have unusual hardware, however, you might still need to do some manual configuring of XFree86.

XFree86 has one configuration file, /etc/X11/XF86Config (or /etc/XF86Config). This file is laid out in sections in the following format:

Section "SectionName"
						Command1 "Option"
						Command2 "Option"
   Subsection "Subsection Name"
						Command3 "Option"
   EndSubSection
EndSection

The Modules Section

The Modules section marks one of the biggest changes to XFree86 from version 3.3 to version 4.0. In older versions of XFree86, monolithic servers provided services such as XF86_SVGA, ...

Get Special Edition Using Linux®, Sixth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.