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"
           EndSubSection

        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "glx"
        Load  "freetype"
        Load  "type1"
EndSection
--snip--

and got the same result.
Let me rephrase the question: I want to load all extensions provided by
"extmod", all but "xfree86-dga". How should I do this?


-- 
Best regards,
Daniel


-- 
[email protected] mailing list

Reply via email to