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: Tue, 27 Feb 2007 12:50:06
Message-Id: 45E42885.3090009@ilievnet.com
In Reply to: Re: [gentoo-amd64] Is Xorg server built in static form? by "Jesús Guerrero" <6thpink@terra.es>
1 Jesús Guerrero wrote:
2 > El Mon, 26 Feb 2007 16:31:54 +0100
3 > Paul de Vrieze <pauldv@g.o> escribió:
4 >
5 >
6 >> On Friday 12 January 2007 23:45, Daniel Iliev wrote:
7 >>
8 >>> Richard Fish wrote:
9 >>>
10 >>>> man xorg.conf. "Load" and "SubSection" are two ways to specify
11 >>>> the same thing for modules, so you should use one or the other,
12 >>>> not both.
13 >>>>
14 >>>> -Richard
15 >>>>
16 >>> I tried this:
17 >>> --snip--
18 >>> Section "Module"
19 >>> # Load "extmod"
20 >>>
21 >>> SubSection "extmod"
22 >>> Option "omit xfree86-dga"
23 >>>
24 >> I'm a bit late, but this line is wrong. It should probably be
25 >> Option "omit" "xfree86-dga"
26 >> (note the extra two double quotes).
27 >>
28 >> Paul
29 >>
30 >>
31 >
32 > To quote the xorg.conf man page
33 >
34 > MODULE SECTION
35 > [...]
36 > Example: the extmod module (which contains a miscellaneous group
37 > of server extensions) can be loaded, with the XFree86-DGA extension
38 > disabled by using the following entry:
39 >
40 > SubSection "extmod"
41 > Option "omit XFree86-DGA"
42 > EndSubSection
43 >
44 > The same is true for xfree86.
45 >
46
47
48
49
50 I gave a try to
51
52 Option "omit" "xfree86-dga"
53
54 and to
55
56 Option "omit" "XFree86-DGA"
57
58 and it makes no difference:
59
60 grep DGA /var/log/Xorg.0.log
61 (II) Loading extension XFree86-DGA
62
63
64 --
65 Best regards,
66 Daniel
67
68
69 --
70 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Is Xorg server built in static form? Michel Merinoff <mike_merinov@××××××××.uk>