El Mon, 26 Feb 2007 16:31:54 +0100
Paul de Vrieze <[EMAIL PROTECTED]> escribió:
> On Friday 12 January 2007 23:45, Daniel Iliev wrote:
> > Richard Fish wrote:
> > > man xorg.conf. "Load" and "SubSection" are two ways to specify
> > > the same thing for modules, so you should use one or the other,
> > > not both.
> > >
> > > -Richard
> >
> > I tried this:
> > --snip--
> > Section "Module"
> > # Load "extmod"
> >
> > SubSection "extmod"
> > Option "omit xfree86-dga"
>
> I'm a bit late, but this line is wrong. It should probably be
> Option "omit" "xfree86-dga"
> (note the extra two double quotes).
>
> Paul
>
To quote the xorg.conf man page
MODULE SECTION
[...]
Example: the extmod module (which contains a miscellaneous group
of server extensions) can be loaded, with the XFree86-DGA extension
disabled by using the following entry:
SubSection "extmod"
Option "omit XFree86-DGA"
EndSubSection
The same is true for xfree86.
--
[email protected] mailing list