xserver/hw
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
..
darwin Split the xserver/fb/fbcmap.c file into two files. 2007-04-03 09:28:21 -06:00
dmx fix __glXErrorCallBack() proto 2007-04-30 10:33:12 -06:00
kdrive Fix the 'relink' target for kdrive servers. 2007-04-26 15:28:04 -04:00
vfb Split the xserver/fb/fbcmap.c file into two files. 2007-04-03 09:28:21 -06:00
xfree86 Improve modules loading defaults 2007-05-03 22:00:23 -04:00
xgl Fix a couple of picture repeat fields incorrectly compared to RepeatNormal. 2007-04-29 23:38:13 +02:00
xnest Bug #10560: Code-Cleanup: function declarations () -> (void) 2007-04-09 14:33:15 -07:00
xprint add DDXRingBell() stub to solve link problem 2007-04-03 09:30:24 -06:00
xwin Static markup and dead code cull over xkb/. 2007-03-20 18:37:02 -04:00
Makefile.am dix mods for Darwin 2007-02-17 01:21:43 -08:00