xserver-multidpi/hw/xfree86/parser
David Nusinow e91b9ddc7a Improve modules loading defaults
Provide default modules that may be overrided easily. Previously the
server would load a set of default modules, but only if none were
specified in the xorg.conf, or if you didn't have a xorg.conf at all. This
patch provides a default set and you can add only the "Load" instructions
to xorg.conf that you want without losing the defaults. Similarly, if you
don't want to load a module that's loaded by default, you can add "Disable
modulename" to your xorg.conf (see man xorg.conf in this release for
details). This allows for a minimal "Modules" section, where the user only
need specify what they want to be different. See bug #10541 for more.

The list of default modules is taken from the set loaded by default when
there was a xorg.conf containing no "Modules" section.

A potential problem for some users is that some users disable a module,
most notably DRI, by commenting out the "Load" line in their xorg.conf.
This needs to be changed to an uncommented "Disable" line, as DRI is
loaded by default.
2007-05-03 22:00:23 -04:00
..
Configint.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
configProcs.h Static cleanup for xf86 ddx. 2007-03-25 17:55:15 -04:00
cpconfig.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
Device.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
DRI.c Static cleanups, dead code deletion. 2007-03-25 12:27:01 -04:00
Extensions.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
Files.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
Flags.c XFree86: Fix memory leak in option parsing 2007-04-10 23:58:20 +03:00
Input.c xfree86/parser: use 'kbd' driver when 'keyboard' specified 2006-08-25 12:43:17 +03:00
Layout.c Static cleanups, dead code deletion. 2007-03-25 12:27:01 -04:00
Makefile.am Ensure drivers can use new modes header files. 2007-02-17 15:16:44 -08:00
Module.c Improve modules loading defaults 2007-05-03 22:00:23 -04:00
Monitor.c Static cleanups, dead code deletion. 2007-03-25 12:27:01 -04:00
Pointer.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
read.c Static cleanups, dead code deletion. 2007-03-25 12:27:01 -04:00
scan.c Static cleanups, dead code deletion. 2007-03-25 12:27:01 -04:00
Screen.c Static cleanup for xf86 ddx. 2007-03-25 17:55:15 -04:00
Vendor.c Static cleanup for xf86 ddx. 2007-03-25 17:55:15 -04:00
Video.c Static cleanup for xf86 ddx. 2007-03-25 17:55:15 -04:00
write.c Don't write out empty sections from the parser. 2007-04-09 18:59:01 -04:00
xf86Optrec.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86Parser.h Improve modules loading defaults 2007-05-03 22:00:23 -04:00
xf86tokens.h Improve modules loading defaults 2007-05-03 22:00:23 -04:00