[gentoo-user] Re: Radeon HD 4350 benchmark

2011-02-23 Thread James
Thanasis thanasis at asyr.hopto.org writes:

 How do we know which firmware file to load for which graphics card?
 (I have a Sapphire HD 5770 1GB GDDR5)

Emerge the radeon-ucode package and it will list the firmware
(/lib/firmware/readeon)

Or look here.

http://people.freedesktop.org/~agd5f/radeon_ucode/


Also, although I cannot find it now, there is a url that list
the processors and the corresponding firmware nick names.


Last, how do you like your card? I'm getting a fanless version
with DDR5! (Sapphire fanless Radeon HD5670)


http://www.newegg.com/Product/Product.aspx?Item=N82E16814102902

hth,
James





Re: [gentoo-user] Re: Radeon HD 4350 benchmark

2011-02-23 Thread Thanasis
on 02/23/2011 04:49 PM James wrote the following:
 Thanasis thanasis at asyr.hopto.org writes:

 How do we know which firmware file to load for which graphics card?
 (I have a Sapphire HD 5770 1GB GDDR5)

 Emerge the radeon-ucode package and it will list the firmware
 (/lib/firmware/readeon)

 Or look here.

 http://people.freedesktop.org/~agd5f/radeon_ucode/

Thanks.

 Also, although I cannot find it now, there is a url that list
 the processors and the corresponding firmware nick names.


 Last, how do you like your card? I'm getting a fanless version
 with DDR5! (Sapphire fanless Radeon HD5670)


 http://www.newegg.com/Product/Product.aspx?Item=N82E16814102902

 hth,
 James
I like the card, it's quite powerful for its value ($), but still, one
has to think twice,... I would prefer nvidia for the drivers! :-)



Re: [gentoo-user] Re: Radeon HD 4350 benchmark

2011-02-22 Thread Thanasis
on 02/21/2011 02:16 PM Mick wrote the following:
 On 21 February 2011 04:27, James wirel...@tampabay.rr.com wrote:
 James wireless at 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)



Re: [gentoo-user] Re: Radeon HD 4350 benchmark

2011-02-22 Thread Thanasis
on 02/22/2011 01:27 PM Mick wrote the following:
 2011/2/22 Thanasis thana...@asyr.hopto.org:

 How do we know which firmware file to load for which graphics card?
 (I have a Sapphire HD 5770 1GB GDDR5)


 I suspect it requires the JUNIPER_rlc.bin

 Check your dmesg/lspci/lshw for info on the chipset.

a section of the output of lswh shows:

*-display
description: VGA compatible controller
product: Juniper [Radeon HD 5700 Series]
vendor: ATI Technologies Inc
physical id: 0
bus info: pci@:01:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller
bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:43 memory:d000-dfff
memory:fe8c-fe8d ioport:b000(size=256) memory:fe8a-fe8b
*-multimedia
description: Audio device
product: Juniper HDMI Audio [Radeon HD 5700 Series]
vendor: ATI Technologies Inc
physical id: 0.1
bus info: pci@:01:00.1
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi bus_master cap_list
configuration: driver=HDA Intel latency=0
resources: irq:44 memory:fe8fc000-fe8f

So it's probably the one you say, but in /lib64/firmware/radeon there are:
JUNIPER_me.bin
JUNIPER_pfp.bin
JUNIPER_rlc.bin
What is the difference between them?
And which package owns them? Because equery shows nothing.

equery b /lib64/firmware/radeon/JUNIPER_*
 * Searching for
/lib64/firmware/radeon/JUNIPER_me.bin,/lib64/firmware/radeon/JUNIPER_pfp.bin,/lib64/firmware/radeon/JUNIPER_rlc.bin
...
#




Re: [gentoo-user] Re: Radeon HD 4350 benchmark

2011-02-21 Thread Mick
On 21 February 2011 04:27, James wirel...@tampabay.rr.com wrote:
 James wireless at 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.
-- 
Regards,
Mick



[gentoo-user] Re: Radeon HD 4350 benchmark

2011-02-20 Thread James
James wireless at 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

Ok so dmeg says that drm failed. I edited the .config
file, using vi, to:
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=R700_rlc.bin
CONFIG_EXTRA_FIRMWARE_DIR=/lib/firmware/radeon

Rebuilt the kernel (make  make modules_install)
and rebooted the latest kernel.

Now I get this error message in dmesg:

[drm] Loading RV710 Microcode
r600_cp: Failed to load firmware radeon/R700_rlc.bin
[drm:rv770_startup] *ERROR* Failed to load firmware!
radeon :01:00.0: disabling GPU acceleration

so it's definitely a firmware loading malfunction.

Any guidance is appreciated.