From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P7H1O-0007HH-1X for garchives@archives.gentoo.org; Sun, 17 Oct 2010 00:22:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 915A4E019D; Sun, 17 Oct 2010 00:21:01 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 50695E019D for ; Sun, 17 Oct 2010 00:21:01 +0000 (UTC) Received: by wyf22 with SMTP id 22so3049549wyf.40 for ; Sat, 16 Oct 2010 17:21:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=9KF6Q6uMp/f4X56gB/5psBSNKTCdteDQYyQRa0Owv8c=; b=ME6Pgfo5yrxfMNUdwfZi+2pLop6kCw5w/Ne75hcZYCSmHeLvlear7sbIeCji6CRt7L +kSuGYTi6r39FrhqxMMg1wNmy8C8UqGGlwBmWh8dFzYSt1HNiDEEXpZd8UzllpCytIzN b4UYdsTSZNFgSPbsL4jvxMAbfEYjYe+sr6gds= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=roU5gCCKiFK2vz8nwaJhe0cp7GJLgPWixDTys7w3y83L0L67M9hSK4ynJuWI/1c5NJ tAzxgfm+aTdG2wH0CgLQPi27B7KSdybCVgDhCbWH9RNriePEF/o4CDLjA8bxJfNnJ5kX 4zfOO9k6pCRNd8n8STe7sHsVBxjtQFcauFgvk= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.216.2.141 with SMTP id 13mr3412039wef.84.1287274860818; Sat, 16 Oct 2010 17:21:00 -0700 (PDT) Received: by 10.216.50.67 with HTTP; Sat, 16 Oct 2010 17:21:00 -0700 (PDT) In-Reply-To: <201010161128.06078.wonko@wonkology.org> References: <1286926877.8946.11.camel@laptop.limeyworld> <1287197398.17673.22.camel@laptop.limeyworld> <201010161128.06078.wonko@wonkology.org> Date: Sun, 17 Oct 2010 11:21:00 +1100 Message-ID: Subject: Re: [gentoo-user] Re: Trying to configure Radeon card From: Adam Carter To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=0016364c743bceafbc0492c50881 X-Archives-Salt: 701ea4d9-c4ad-49e4-864c-0ae7edad6fac X-Archives-Hash: e8a090f3457f01837765b477bf18b766 --0016364c743bceafbc0492c50881 Content-Type: text/plain; charset=ISO-8859-1 > > I use an xorg.conf, and have the following; > > > > Section "Files" > > ModulePath "/usr/lib64/xorg/modules" > > ModulePath "/usr/lib64/opengl/xorg-x11/extensions/" > > EndSection > > > > Your xorg cant find the dri and dri2 modules because its not looking in > > the second directory. > > I think the missing dri stuff is normal when suing the closed source > drivers, as they have this built in. I think I had them, too, and I do not > have a Files section. > I use flgrx and have the following in my X log; (II) LoadModule: "dri" (II) Loading /usr/lib64/opengl/xorg-x11/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/lib64/opengl/xorg-x11/extensions/libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 What does your log have about dri? --0016364c743bceafbc0492c50881 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
> I use an xorg.conf, and have the following;
>
> Section "Files"
> =A0 =A0 =A0 =A0 ModulePath "/usr/lib64/xorg/modules"
> =A0 =A0 =A0 =A0 ModulePath "/usr/lib64/opengl/xorg-x11/extensions= /"
> EndSection
>
> Your xorg cant find the dri and dri2 modules because its not looking i= n
> the second directory.

I think the missing dri stuff is normal when suing the closed source<= br> drivers, as they have this built in. I think I had them, too, and I do not<= br> have a Files section.

I use flgrx and have the fo= llowing in my X log;

(II) LoadModule: "dri"
(II) Loadin= g /usr/lib64/opengl/xorg-x11/extensions/libdri.so
(II) Module dri: vendo= r=3D"X.Org Foundation"
=A0=A0=A0=A0=A0=A0=A0 compiled for 1.7.7, module version =3D 1.0.0
=A0= =A0=A0=A0=A0=A0=A0 ABI class: X.Org Server Extension, version 2.0
(II) L= oading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) L= oading /usr/lib64/opengl/xorg-x11/extensions/libdri2.so
(II) Module dri2: vendor=3D"X.Org Foundation"
=A0=A0=A0=A0=A0= =A0=A0 compiled for 1.7.7, module version =3D 1.1.0
=A0=A0=A0=A0=A0=A0= =A0 ABI class: X.Org Server Extension, version 2.0
(II) Loading extensio= n DRI2

What does your log have about dri?
--0016364c743bceafbc0492c50881--