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 1PrnEJ-0005wP-61 for garchives@archives.gentoo.org; Tue, 22 Feb 2011 08:04:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53ED01C068 for ; Tue, 22 Feb 2011 08:04:18 +0000 (UTC) Received: from vergina.dyndns.org (cust-218-222.on4.ontelecoms.gr [92.118.218.222]) by pigeon.gentoo.org (Postfix) with ESMTP id 85EB31C00A for ; Tue, 22 Feb 2011 07:36:05 +0000 (UTC) Received: from [192.168.0.1] (viper.vergina.dyndns.org [192.168.0.1]) by viper.vergina.dyndns.org (Postfix) with ESMTP id AFDC07F0; Tue, 22 Feb 2011 09:36:03 +0200 (EET) Message-ID: <4D636762.7040805@asyr.hopto.org> Date: Tue, 22 Feb 2011 09:36:02 +0200 From: Thanasis User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110218 Lightning/1.0b3pre Thunderbird/3.1.7 ThunderBrowse/3.3.4 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 To: gentoo-user@lists.gentoo.org CC: Mick Subject: Re: [gentoo-user] Re: Radeon HD 4350 benchmark References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 33c51c649c9f4598e4c49abd905f6744 on 02/21/2011 02:16 PM Mick wrote the following: > On 21 February 2011 04:27, James wrote: >> James tampabay.rr.com> writes: >> >> >>> In the kernel, under the Generic section, I first tried: >>> CONFIG_FW_LOADER=y >>> CONFIG_FIRMWARE_IN_KERNEL=y >>> CONFIG_EXTRA_FIRMWARE="radeon" >>> CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware" > This should have been: > > # cat /usr/src/linux/.config | grep -i FIRMWARE > CONFIG_PREVENT_FIRMWARE_BUILD=y > CONFIG_FIRMWARE_IN_KERNEL=y > CONFIG_EXTRA_FIRMWARE="radeon/R700_rlc.bin" > CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware/" > CONFIG_FIRMWARE_EDID=y > # Firmware Drivers > CONFIG_FIRMWARE_MEMMAP=y > > > Also, check that you have the R700_rlc.bin in place: > > ls -la /lib/firmware/radeon/R700_rlc.bin > -rw-r--r-- 1 root root 4096 Feb 15 19:40 /lib/firmware/radeon/R700_rlc.bin > > and emerge x11-drivers/radeon-ucode if it's not already there. How do we know which firmware file to load for which graphics card? (I have a Sapphire HD 5770 1GB GDDR5)