Gentoo Archives: gentoo-amd64

From: Daniel Iliev <danny@××××××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Is Xorg server built in static form?
Date: Fri, 12 Jan 2007 22:49:43
Message-Id: 45A80F9A.40207@ilievnet.com
In Reply to: Re: [gentoo-amd64] Is Xorg server built in static form? by Richard Fish
1 Richard Fish wrote:
2 >
3 > man xorg.conf. "Load" and "SubSection" are two ways to specify the
4 > same thing for modules, so you should use one or the other, not both.
5 >
6 > -Richard
7
8
9 I tried this:
10 --snip--
11 Section "Module"
12 # Load "extmod"
13
14 SubSection "extmod"
15 Option "omit xfree86-dga"
16 EndSubSection
17
18 Load "dbe"
19 Load "record"
20 Load "xtrap"
21 Load "glx"
22 Load "freetype"
23 Load "type1"
24 EndSection
25 --snip--
26
27 and got the same result.
28 Let me rephrase the question: I want to load all extensions provided by
29 "extmod", all but "xfree86-dga". How should I do this?
30
31
32 --
33 Best regards,
34 Daniel
35
36
37 --
38 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Is Xorg server built in static form? Andrei Slavoiu <ansla80@×××××.com>
Re: [gentoo-amd64] Is Xorg server built in static form? Paul de Vrieze <pauldv@g.o>