From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1H5VDT-0003hl-DA for garchives@archives.gentoo.org; Fri, 12 Jan 2007 22:49:43 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id l0CMkJfe020036; Fri, 12 Jan 2007 22:46:19 GMT Received: from ilievnet.com ([84.21.204.200]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id l0CMkHMJ018885 for ; Fri, 12 Jan 2007 22:46:18 GMT Received: from localhost (localhost [127.0.0.1]) by ilievnet.com (Postfix) with ESMTP id 20A2021887D for ; Sat, 13 Jan 2007 00:46:15 +0200 (EET) X-Virus-Scanned: amavisd-new at ilievnet.com Received: from ilievnet.com ([127.0.0.1]) by localhost (ilievnet.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w6sGJuqTk9yo for ; Sat, 13 Jan 2007 00:46:10 +0200 (EET) Received: from [10.0.1.1] (mail.ilievnet.com [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ilievnet.com (Postfix) with ESMTP id 5B6C2218809 for ; Sat, 13 Jan 2007 00:45:52 +0200 (EET) Message-ID: <45A80F9A.40207@ilievnet.com> Date: Sat, 13 Jan 2007 00:45:46 +0200 From: Daniel Iliev User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.8.0.9) Gecko/20070111 SeaMonkey/1.0.7 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] Is Xorg server built in static form? References: <45A73BB4.7080209@ilievnet.com> <7573e9640701121015o5a8e2e1dja48dfcc5684db20a@mail.gmail.com> In-Reply-To: <7573e9640701121015o5a8e2e1dja48dfcc5684db20a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: f896210a-3953-4857-b0d2-4f32ed740e26 X-Archives-Hash: 0ef62e262a384422fa5de7a82b458cb3 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 -- gentoo-amd64@gentoo.org mailing list