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 1P6xpH-0003vj-GG for garchives@archives.gentoo.org; Sat, 16 Oct 2010 03:52:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEBC6E084A; Sat, 16 Oct 2010 03:51:52 +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 86094E084A for ; Sat, 16 Oct 2010 03:51:52 +0000 (UTC) Received: by wyf22 with SMTP id 22so1847089wyf.40 for ; Fri, 15 Oct 2010 20:51:52 -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=Lim1MhOkeeRsEEUCxSFzwoc34rKljOrTa0K8OcKp+h8=; b=uPk5ESnYmWU14anL9effwlfeYnJ0WnBDLK75HUJ6o3ccgyDibZMY9Jue6hOsE8HbXS RYQsMb56dLi1qkq7PSlrgUSuopSEgdNL0SiYfGZDaLDDYylLDq79mgpShtp88P3DVfh9 SwYcBqVNoMJFGcXKZ47tZswWRvIxEIkQ3Onm4= 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=orbhRaw6XUne4PM4CFdJT7pe970S4d0erXfpWpkwehw0toSoBKK9posjamW5FfMZQG mWdTnn6B1AZYKDye0MeTw9ZCNR5h7zHk1SSSpZ8VtzUCeP67yXtajA3XaHCejrzfIpqg 2yrB9fTJGP+WvGamwgXznWlhtqhGjceNqd0BA= 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.10.5 with SMTP id 5mr1729338weu.81.1287201111802; Fri, 15 Oct 2010 20:51:51 -0700 (PDT) Received: by 10.216.21.141 with HTTP; Fri, 15 Oct 2010 20:51:51 -0700 (PDT) In-Reply-To: <1287197398.17673.22.camel@laptop.limeyworld> References: <1286926877.8946.11.camel@laptop.limeyworld> <1287019394.12756.12.camel@laptop.limeyworld> <1287187868.5053.4.camel@laptop.limeyworld> <1287195855.5053.93.camel@laptop.limeyworld> <1287197398.17673.22.camel@laptop.limeyworld> Date: Sat, 16 Oct 2010 14:51:51 +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=001636498f310602c40492b3ddf4 X-Archives-Salt: 63554042-0d43-4c57-a0ab-04626873f31b X-Archives-Hash: 109e467363f3ddc38f2d0d1940735c00 --001636498f310602c40492b3ddf4 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. Also, it might be worth trying the latest driver, so # echo "x11-drivers/ati-drivers ~amd64" >> /etc/portage/package.keywords Then emerge ati-drivers again. If that doesnt help, send the X11 log again after you've made those changes. --001636498f310602c40492b3ddf4 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=A0=A0=A0 ModulePath "/usr/lib64/xorg/modules"=A0=A0=A0=A0=A0=A0=A0 ModulePath "/usr/lib64/opengl/xorg-x11/extensi= ons/"
EndSection

Your xorg cant find the dri and dri2 modules because its not looking in= the second directory.

Also, it might be worth trying the latest dr= iver, so
# echo "x11-drivers/ati-drivers ~amd64" >> /et= c/portage/package.keywords
Then emerge ati-drivers again.

If that doesnt help, send the X11 log= again after you've made those changes.
--001636498f310602c40492b3ddf4--