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 1RIG2Z-0002LF-Os for garchives@archives.gentoo.org; Mon, 24 Oct 2011 08:37:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2253021C128; Mon, 24 Oct 2011 08:37:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B6A1521C128 for ; Mon, 24 Oct 2011 08:36:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 420C51B4016 for ; Mon, 24 Oct 2011 08:36:40 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.914 X-Spam-Level: X-Spam-Status: No, score=-2.914 required=5.5 tests=[AWL=-0.521, BAYES_00=-1.9, FREEMAIL_FROM=0.001, RP_MATCHES_RCVD=-0.504, T_TO_NO_BRKTS_FREEMAIL=0.01] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sLv3GSl5gjY3 for ; Mon, 24 Oct 2011 08:36:35 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id CAF2F1B4015 for ; Mon, 24 Oct 2011 08:36:32 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RIG1H-0004Ep-3G for gentoo-user@gentoo.org; Mon, 24 Oct 2011 10:36:31 +0200 Received: from athedsl-390325.home.otenet.gr ([79.131.76.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Oct 2011 10:36:30 +0200 Received: from realnc by athedsl-390325.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Oct 2011 10:36:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: (unknown) Date: Mon, 24 Oct 2011 11:36:48 +0300 Organization: Lucas Barks Message-ID: References: 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 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-390325.home.otenet.gr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111003 Thunderbird/7.0.1 In-Reply-To: X-Archives-Salt: X-Archives-Hash: 38e2430a859ffad602143b4d34932395 On 10/24/2011 11:28 AM, Vishnupradeep wrote: > > > On Mon, Oct 24, 2011 at 1:40 PM, Nikos Chantziaras > wrote: > > In your /etc/make.conf, use this: > > I am using ATI 4350 card. so is that > VIDEO_CARDS="radeon r700" No. There is no driver called "r700". The driver is called "r600" and it drives R600 chips and newer. Another thing I forgot to mention is that you should make sure you're using Gallium3D in Mesa. To see what you're using (after you've rebuilt everything), do: eselect mesa list If "classic" is selected instead of "gallium", change it: eselect mesa set 64bit r600 gallium eselect mesa set 32bit r600 gallium