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: Sat, 03 Mar 2007 12:03:53
Message-Id: 45E9632E.7090604@ilievnet.com
In Reply to: Re: [gentoo-amd64] Is Xorg server built in static form? by Michel Merinoff
1 Michel Merinoff wrote:
2 >
3 > Try cutting out "extra double quotes". :) Without it works just fine.
4 >
5 > michelle video # cat /etc/X11/xorg.conf | grep omit
6 > Option "omit xfree86-dga" # don't initialise the DGA extension
7 > michelle video # cat /var/log/Xorg.0.log | grep DGA
8 >
9 > (no output)
10 >
11 >
12
13 Perhaps you don't have the start of this thread. This is how it looks
14 here and that's the reason I asked the question:
15
16 Section "Module"
17 Load "extmod"
18
19 SubSection "extmod"
20 Option "omit xfree86-dga"
21 EndSubSection
22
23 Load "dbe"
24 Load "record"
25 Load "xtrap"
26 Load "glx"
27 Load "freetype"
28 Load "type1"
29 EndSection
30
31 grep -i DGA /var/log/Xorg.0.log
32 (II) Loading extension XFree86-DGA
33
34 --
35 Best regards,
36 Daniel
37
38
39 --
40 gentoo-amd64@g.o mailing list

Replies

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