Re: [gentoo-user] [X11] radeonhd not working

2010-02-20 Thread pk
Andrey Vul wrote: The real question here is why isn't radeon-ucode a dependency of xf86-video-radeonhd ? Well, the radeon-ucode is only for r6xx/7xx chips so pulling it in for r5xx would be pointless... I just noticed that you have a radeon hd4200 which is a RS880 chip. Not sure

Re: [gentoo-user] [X11] radeonhd not working

2010-02-20 Thread Andrey Vul
and -tuxonice patchsets. Maybe stupid questions but is the firmware installed and is it located in a place where the kernel can find it? I've seen a few mails on Xorgs list about this and it's usually remedied by installing the firmware (IIRC). I.e. emerge x11-drivers/radeon-ucode ? Also

Re: [gentoo-user] (Not Solved for me) anyone tried amdgpu (kernel module)

2015-12-20 Thread Mick
gt; > > > -*- Userspace firmware loading support > > > > [*] Include in-kernel firmware blobs in kernel binary > > > > > > > > (amdgpu/.bin radeon/.bin) > > > > (/lib/firmware) Firmware blobs root di

Re: Re: [gentoo-user] Can't build firmware into kernel

2011-12-09 Thread Claudio Roberto França Pereira
Yes, exactly. The first time you were missing CONFIG_EXTRA_FIRMWARE_DIR, it should point to /lib/firmware if you've emerged radeon-ucode.

RE: [gentoo-user] (Not Solved for me) anyone tried amdgpu (kernel module)

2015-12-20 Thread Tsukasa Mcp_Reznor
gt; > % ls -1 *sdma* > > kaveri_sdma.bin > > kaveri_sdma1.bin > > > > Perhaps the path to the binary blobs specified in your kernel config file > > is wrong? You want to double check that. > > Device Drivers ---> > > Generic Driver Options ---&g

Re: [gentoo-user] (Not Solved for me) anyone tried amdgpu (kernel module)

2015-12-20 Thread Mick
t; > > > Generic Driver Options ---> > > > > -*- Userspace firmware loading support > > [*] Include in-kernel firmware blobs in kernel binary > > > > (amdgpu/.bin radeon/.bin) > > (/lib/firmware) Firmware blobs

[gentoo-user] Re: [drm] loading RV710 Microcode fails

2011-02-08 Thread james
REDWOOD_pfp.bin CYPRESS_me.bin JUNIPER_pfp.bin R600_rlc.bin REDWOOD_rlc.bin Before I emerge radeon-ucode, I tried it with just the lib/firmware files. I think I need to select one file name out of that dir for the parameter CONFIG_EXTRA_FIRMWARE=? but which one? Since I use ati-drivers

Re: [gentoo-user] [X11] radeonhd not working

2010-02-20 Thread Andrey Vul
On Sat, Feb 20, 2010 at 19:35, pk pete...@coolmail.se wrote: Andrey Vul wrote: The real question here is why isn't radeon-ucode a dependency of xf86-video-radeonhd ? Well, the radeon-ucode is only for r6xx/7xx chips so pulling it in for r5xx would be pointless... I just noticed that you

Re: [gentoo-user] (Not Solved for me) anyone tried amdgpu (kernel module)

2015-12-22 Thread Alexander Kapshuk
; /lib/firmware/amdgpu/tonga_sdma.bin > >>> /lib/firmware/amdgpu/tonga_sdma1.bin > >>> /lib/firmware/amdgpu/tonga_smc.bin > >>> /lib/firmware/amdgpu/tonga_uvd.bin > >>> /lib/firmware/amdgpu/tonga_vce.bin > >>> /lib/firmware/amdgpu/topaz_ce

Re: [gentoo-user] (Not Solved for me) anyone tried amdgpu (kernel module)

2015-12-20 Thread Alexander Kapshuk
averi_rlc.bin > radeon/kaveri_sdma1.bin radeon/kaveri_sdma.bin radeon/kaveri_uvd.bin > radeon/kaveri_vce.bin > > Unfortunately, radeon/kaveri_sdma1.bin does not seen to be available when I > use sys-kernel/linux-firmware: > > find /lib/firmware/radeon/ -iname KAVERI*sdma* > /lib/f

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

2011-02-21 Thread Mick
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

Re: [gentoo-user] Can't build firmware into kernel

2011-12-08 Thread James Broadhead
2011/12/8 Lavender lavender_mat...@163.com: I'm being working out with building KDE environment recently. Now I need installing Xorg first. As the The X Server Configuration HOWTO says, if I use radeon card ,then I need emerge radeon-ucode or linux-firmware package. Then I need rebuild my

Re: [gentoo-user] (Solved) anyone tried amdgpu (kernel module)

2015-12-19 Thread Alexander Kapshuk
clude in-kernel firmware blobs in kernel binary > (amdgpu/.bin radeon/.bin) > (/lib/firmware) Firmware blobs root directory > > > > Yes I have the firmware includes, I'll try the amdgpu-ucode and report back. > > > - > > > Miss

[gentoo-user] Can't build firmware into kernel

2011-12-08 Thread Lavender
I'm being working out with building KDE environment recently. Now I need installing Xorg first. As the The X Server Configuration HOWTO says, if I use radeon card ,then I need emerge radeon-ucode or linux-firmware package. Then I need rebuild my kernel with External firmware blobs . My video

Re: [gentoo-user] Radeon RV730 blobs changed

2017-12-23 Thread Adam Carter
e to see what I get. The kernel > > compile builds the blobs fine as I show below, even if the > firmware_install > > is not used any longer. > > > > CHK include/generated/compile.h > > MK_FW firmware/radeon/RV730_me.bin.gen.S > > AS firmware/r

[gentoo-user] Re: [drm] loading RV710 Microcode fails

2011-02-08 Thread James
run on the 2.6.36 kernel unless Kernel Modesetting is selected. This driver requires microcode to be installed (emerge radeon-ucode). Now, I don't run an initramfs and because kernel modesetting requires that the kernel handle the framebuffer it loads the graphics driver before it has accessed

Re: [gentoo-user] (Not Solved for me) anyone tried amdgpu (kernel module)

2015-12-22 Thread Mick
On Tuesday 22 Dec 2015 23:07:24 Mick wrote: > On Tuesday 22 Dec 2015 23:02:12 you wrote: > > On Tuesday 22 Dec 2015 21:30:48 Alexander Kapshuk wrote: > > > 'legacy' seems to be disabled by default. See below. > > > # emerge -ap sys-firmware/amdgpu-ucode > >

Re: [gentoo-user] Can't build firmware into kernel

2011-12-08 Thread Gregory Shearman
-installed radeon-ucode package and I'm sure that I have R600_rlc.bin cause I canlocate it in /lib/firmware/ and /usr/src/linux/somewhere. But when I use make , the error message like:make[1]: *** No rule to make target `firmware/radeon/R600_rlc.bin', needed by `firmware/radeon/R600_rlc.bin.gen.o

Re: [gentoo-user] Radeon RV730 blobs changed

2017-12-20 Thread Mick
K_FW firmware/radeon/RV730_me.bin.gen.S > AS firmware/radeon/RV730_me.bin.gen.o > AR firmware/built-in.o OK, problem solved for now! :-) My list of blobs was: CONFIG_EXTRA_FIRMWARE="intel-ucode/06-1e-05 radeon/R700_rlc.bin radeon/ RV730_smc.bin radeon/RV710_

Re: [gentoo-user] How do I use LLVM?

2011-12-11 Thread Mick
from the radeon-ucode ebuild/download. When trying to emerge xorg-server, it fails with the message... configure: error: LLVM is required to build Gallium R300 on x86 and x86_64 I understand that LLVM is a gcc-like compiler. What is the minimum amount of stuff that I need to do

[gentoo-user] Re: (unknown)

2011-10-24 Thread Nikos Chantziaras
On 10/24/2011 11:10 AM, Nikos Chantziaras wrote: On 10/23/2011 11:24 PM, Vishnupradeep wrote: Mother Board : ASUS M2A-MX Graphics Card: ATI 4350 Sound card: using on board audio Help needed For your graphics card, install this firmware package: x11-drivers/radeon-ucode Then, enable

[gentoo-user] How do I use LLVM?

2011-12-11 Thread Walter Dnes
And no, it's not because I'm adventurous. Background... I'm trying to revive an older Dell Dimension 530 (32 bit install) with a Radeon card that uses a binary blob from the radeon-ucode ebuild/download. When trying to emerge xorg-server, it fails with the message... configure: error: LLVM

Re: [gentoo-user] 'firmware_install' won't on 4.14.7-gentoo

2017-12-23 Thread Adam Carter
ns: > > $ ls -l /lib/firmware/radeon/RV730* > -rw-r--r-- 1 root root 5440 Dec 20 17:29 /lib/firmware/radeon/RV730_me. > bin > -rw-r--r-- 1 root root 3392 Dec 20 17:29 /lib/firmware/radeon/RV730_ > pfp.bin > -rw-r--r-- 1 root root 16684 Dec 20 17:29 /lib/firmware/radeon/RV730_ >

Re: [gentoo-user] (Not Solved for me) anyone tried amdgpu (kernel module)

2015-12-22 Thread Mick
oes not seen to be available when > > I use sys-kernel/linux-firmware: > > > > find /lib/firmware/radeon/ -iname KAVERI*sdma* > > /lib/firmware/radeon/kaveri_sdma.bin > > /lib/firmware/radeon/KAVERI_sdma.bin > > > > > > I installed sys-firmwa

RE: [gentoo-user] (Not Solved for me) anyone tried amdgpu (kernel module)

2015-12-23 Thread Tsukasa Mcp_Reznor
gpu/fiji_vce.bin > > > >>> /lib/firmware/amdgpu/tonga_ce.bin > > > >>> /lib/firmware/amdgpu/tonga_mc.bin > > > >>> /lib/firmware/amdgpu/tonga_me.bin > > > >>> /lib/firmware/amdgpu/tonga_mec.bin > > > >>> /lib/

Re: [gentoo-user] Not getting video hardware acceleration

2011-01-31 Thread Walter Dnes
On Mon, Jan 31, 2011 at 07:49:13PM +, Mick wrote Have you followed the instructions on this page re: radeon-ucode and the kernel configuration http://www.gentoo.org/doc/en/xorg-config.xml If so, what does ls -la /lib/firmware/radeon/ show? Is R600_rlc.bin showing up

[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

Re: [gentoo-user] Can't build firmware into kernel

2011-12-08 Thread Lavender
Thanks a lot ! But I used lspci -v | less, it printed vebose information, then I looked up carefully for my video card, but I did not find anything about R600,R700 or other like, I'm still not clear about R*** things , is it chipset name? Hmm, I re-installed radeon-ucode package and I'm sure

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

2011-02-22 Thread Thanasis
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

Re: [gentoo-user] (Not Solved for me) anyone tried amdgpu (kernel module)

2015-12-22 Thread Mick
t; > > > when > > > > > > I use sys-kernel/linux-firmware: > > > > > > > > find /lib/firmware/radeon/ -iname KAVERI*sdma* > > > > /lib/firmware/radeon/kaveri_sdma.bin > > > > /lib/firmware/radeon/KAVERI_sdma.bin > > >

Re: [gentoo-user] Re: Anyone using xfce4 with compositing turned off?

2015-08-27 Thread wabenbau
/BONAIRE_vce.bin As I have a different GPU: CONFIG_EXTRA_FIRMWARE=radeon/verde_ce.bin radeon/verde_mc.bin radeon/verde_me.bin radeon/verde_pfp.bin radeon/verde_rlc.bin radeon/verde_smc.bin radeon/TAHITI_uvd.bin amd-ucode/microcode_amd.bin CONFIG_EXTRA_FIRMWARE_DIR=/lib/firmware

Re: [gentoo-user] Xorg

2012-11-18 Thread Silvio Siefke
On Sun, 18 Nov 2012 23:08:58 + Hello, Mick michaelkintz...@gmail.com wrote: Also: 1. Have you specified the correct firmware in your kernel and used x11- drivers/radeon-ucode or sys-kernel/linux-firmware? gentoo-desk siefke # emerge -s radeon Searching... [ Results for search key

Re: [gentoo-user] (Not Solved for me) anyone tried amdgpu (kernel module)

2015-12-22 Thread Mick
On Tuesday 22 Dec 2015 23:02:12 you wrote: > On Tuesday 22 Dec 2015 21:30:48 Alexander Kapshuk wrote: > > 'legacy' seems to be disabled by default. See below. > > # emerge -ap sys-firmware/amdgpu-ucode > > > > These are the packages that would be merged, in

[gentoo-user] Re: [drm] loading RV710 Microcode fails

2011-02-08 Thread Nikos Chantziaras
graphics and even the Xserver doesn't run on the 2.6.36 kernel unless Kernel Modesetting is selected. This driver requires microcode to be installed (emerge radeon-ucode). Now, I don't run an initramfs and because kernel modesetting requires that the kernel handle the framebuffer it loads the graphics

Re: [gentoo-user] mplayer directfb permissions?

2011-04-26 Thread Indi
On Tue, Apr 26, 2011 at 09:10:02PM +0200, Mick wrote: Are you running KMS in the kernel and have you emerged x11-drivers/radeon- ucode (not sure if your card needs it) as per: http://www.gentoo.org/doc/en/xorg-config.xml No. I have a pretty straight kernel, and my video card specified

Re: [gentoo-user] 'firmware_install' won't on 4.14.7-gentoo

2017-12-24 Thread Mick
t; > -rw-r--r-- 1 root root 5440 Dec 20 17:29 /lib/firmware/radeon/RV730_me. > > bin > > -rw-r--r-- 1 root root 3392 Dec 20 17:29 /lib/firmware/radeon/RV730_ > > pfp.bin > > -rw-r--r-- 1 root root 16684 Dec 20 17:29 /lib/firmware/radeon/RV730_ > > smc.bin > &g

[gentoo-user] Re: Trying to configure Radeon card

2010-10-16 Thread Nikos Chantziaras
On 10/16/2010 05:24 AM, Jeff Cranmer wrote: OK, so let's have a go at the ATI drivers again. First, get rid of the open source ati drivers emerge --unmerge -av radeon-ucode xf86-video-ati Editing the /etc/make.conf file to change the last line to VIDEO_CARDS=fglrx Make sure you use

Re: [gentoo-user] kernel panick after time while compiling....

2013-05-27 Thread Fast Turtle
or advises, I would kindly thank you. Tamer Are you using the kernel radeon driver and don't have the radeon-ucode or linux-firmware package installed? if so, install the linux-firmware and rebuild the kernel (always build the video as a module)

Re: [gentoo-user] very poor video quality with xorg-server and ati video card

2010-12-27 Thread Mark Knecht
and emerge xf86-video-ati and radeon-ucode i've also followed hints from here: http://www.gentoo.org/doc/en/ati-faq.xml and here: http://www.gentoo.org/doc/en/dri-howto.xml and here: http://www.gentoo.org/doc/en/xorg-config.xml but i still get a very poor quality on images on the web, and can't run

Re: [gentoo-user] Re: Compositing too slow in KDE

2011-03-23 Thread Mick
] x11-drivers/radeon-ucode-20110106 0 kB [ebuild R ] media-libs/mesa-7.9.1 USE=classic nptl -debug -gallium -gles -llvm -motif -pic (-selinux) VIDEO_CARDS=radeon -intel -mach64 -mga -nouveau -r128 -savage -sis -tdfx -via -vmware 0 kB [ebuild R ] x11-base/xorg-server-1.9.5 USE=ipv6

Re: [gentoo-user] How do I use LLVM?

2011-12-12 Thread Walter Dnes
On Mon, Dec 12, 2011 at 07:30:32AM +, Mick wrote Unless you are using a new radeon card you may need sys-kernel/linux-firmware instead of radeon-ucode. As I mentioned in my reply to Michael Mol, building mesa with the llvm USE flag does the trick. It appears the web pages http

Re: [gentoo-user] Beta test Gentoo with mdev instead of udev; version 5

2012-03-11 Thread Walter Dnes
situation where laziness on my part ends up requiring udev. The laptop has an ATI Radeon chip that requires emerging radeon-ucode. That ebuild simply dumps a bunch of binary blobs into a library folder. The kernel loads one of the binary blobs at bootup. Radeon-ucode has blobs for 2 or 3 dozen

Re: [gentoo-user] Re: Trying to configure Radeon card

2010-10-13 Thread Jeff Cranmer
- * /dev/agpgart (AGP Support) * Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) - * ATI Radeon [*] Enable modesetting on radeon by default When I re-ran emerge radeon-ucode and checked my kernel blobs line in .config, I discovered that I had not included the kernel blobs

RE: [gentoo-user] (Solved) anyone tried amdgpu (kernel module)

2015-12-19 Thread Tsukasa Mcp_Reznor
re loading support [*] Include in-kernel firmware blobs in kernel binary (amdgpu/.bin radeon/.bin) (/lib/firmware) Firmware blobs root directory Yes I have the firmware includes, I'll try the amdgpu-ucode and report back. - Mission successful! Thanks everyone, it a

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

Re: [gentoo-user] Not getting video hardware acceleration

2011-01-31 Thread Mick
: 88013ea6bc00 unpin not necessary Any ideas what's going wrong, and especially how to fix it? Have you followed the instructions on this page re: radeon-ucode and the kernel configuration http://www.gentoo.org/doc/en/xorg-config.xml If so, what does ls -la /lib/firmware/radeon/ show

Re:Re: Re: [gentoo-user] Can't build firmware into kernel

2011-12-09 Thread Lavender
At 2011-12-10 10:42:03,Claudio Roberto França Pereira spide...@gmail.com wrote: Yes, exactly. The first time you were missing CONFIG_EXTRA_FIRMWARE_DIR, it should point to /lib/firmware if you've emerged radeon-ucode. Yes,that's right, when I checked my .config file I found

Re: [gentoo-user] Xorg

2012-11-18 Thread Mick
://pastebin.geany.org/9o8Q0 Has someone a idea what is wrong? Have you tried to bring up the desktop without an xorg.conf file? Also: 1. Have you specified the correct firmware in your kernel and used x11- drivers/radeon-ucode or sys-kernel/linux-firmware? 2. Have you rebuilt all your xorg

[gentoo-user] very poor video quality with xorg-server and ati video card

2010-12-27 Thread Davide Carnovale
Hello everyone, it's two days i'm struggling to get a decent video quality on a fresh gentoo install. i have an ATI mobility HD5650 on a laptop. i've set VIDEO_CARD=radeon on /etc/make.conf and emerge xf86-video-ati and radeon-ucode i've also followed hints from here: http://www.gentoo.org/doc/en

Re: [gentoo-user] very poor video quality with xorg-server and ati video card

2010-12-27 Thread Volker Armin Hemmann
On Monday 27 December 2010 22:17:50 Davide Carnovale wrote: Hello everyone, it's two days i'm struggling to get a decent video quality on a fresh gentoo install. i have an ATI mobility HD5650 on a laptop. i've set VIDEO_CARD=radeon on /etc/make.conf and emerge xf86-video-ati and radeon-ucode

Re: [gentoo-user] How do I use LLVM?

2011-12-11 Thread Michael Mol
On Mon, Dec 12, 2011 at 12:17 AM, Walter Dnes waltd...@waltdnes.org wrote:  And no, it's not because I'm adventurous.  Background... I'm trying to revive an older Dell Dimension 530 (32 bit install) with a Radeon card that uses a binary blob from the radeon-ucode ebuild/download.  When trying

Re: [gentoo-user] Beta test Gentoo with mdev instead of udev; version 6

2012-03-14 Thread J. Roeleveld
On Tue, March 13, 2012 9:45 pm, Walter Dnes wrote: I've also found one situation where I need to take one extra step to run without udev. I have a laptop with a Radeon GPU that requires a binary blob for the video driver. emerging radeon-ucode downloads a whole slew of binary blobs

[gentoo-user] Card is Radeon R200, but Mesa builds Gallium R300; HELP!

2011-12-13 Thread Walter Dnes
Now what? Ignore what you see on http://www.gentoo.org/doc/en/xorg-config.xml and http://www.gentoo.org/doc/en/ati-faq.xml about an ATI Technologies Inc RV280 [Radeon 9200 PRO] not needing a binary blob. It does require the R200 blob from radeon-ucode. If the blob isn't there, the bootup

Re: [gentoo-user] very poor video quality with xorg-server and ati video card

2010-12-27 Thread Davide Carnovale
two days i'm struggling to get a decent video quality on a fresh gentoo install. i have an ATI mobility HD5650 on a laptop. i've set VIDEO_CARD=radeon on /etc/make.conf and emerge xf86-video-ati and radeon-ucode i've also followed hints from here: http://www.gentoo.org/doc/en/ati-faq.xml

Re: [gentoo-user] Udev 200 : dhcpcd problem + solution

2013-04-01 Thread Philip Webb
intel-ucode -rw-r--r-- 1 root root 1451687 Sep 14 2012 microcode.dat drwxr-xr-x 2 root root4096 Dec 31 09:58 radeon and from dmesg I can see that all of these get loaded *without* being defined in the CONFIG_EXTRA_FIRMWARE= ... On this box in any case I do not have sys-kernel

RE: [gentoo-user] anyone tried amdgpu (kernel module)

2015-12-19 Thread Tsukasa Mcp_Reznor
include list is radeon/bonaire_sdma1.bin which doesn't exist on my system using sys-kernel/linux-firmware-20150812. So I'm assuming it's an error on the wiki page. Have you tried this firmware package instead, sys-firmware/amdgpu-ucode? Do you have the firmware incl

Re: [gentoo-user] r8169 unable to apply firmware patch

2011-07-31 Thread Adam Carter
Maybe you have an older firmware installed from a different package? Run emerge -p linux-firmware on that box to see if there's a blocker. linux-firmware is blocked by radeon-ucode and rt61-firmware, I'm guessing that radeon-ucode and rt61-firmware and all the others are being deprecated

Re: [gentoo-user] can't get accelerated opengl renderer ati radeon xpress 200M

2010-04-07 Thread Tony Miller
: I followed Gentoos 3D acceleration guide and just needed to install the radeon-ucode package and everything just worked. Yeah, wish I could afford a different card, this one is being pretty difficult it seems. -Tony

[gentoo-user] Re: Problem with xf86-video-ati nvidia-drivers

2011-07-13 Thread Nikos Chantziaras
-ati. I tried to enable the new modesetting radeon driver in the kernel to see if that would help but it doesn't work with my HD4250 card yet. It should work. But you need firmware that is not included in the kernel. You need to install the x11-drivers/radeon-ucode package, and then build

Re: [gentoo-user] Re: Problem with xf86-video-ati nvidia-drivers

2011-07-13 Thread Mick
need to install the x11-drivers/radeon-ucode package, and then build a kernel that includes the appropriate firmware. Which firmware file (one of the *.bin files in /lib/firmware/radeon) is needed should be printed during boot; at the moment the kernel hangs, it should print which firmware file

Re: [gentoo-user] Re: Problem with xf86-video-ati nvidia-drivers

2011-07-13 Thread Grant
modesetting radeon driver in the kernel to see if that would help but it doesn't work with my HD4250 card yet. It should work.  But you need firmware that is not included in the kernel.  You need to install the x11-drivers/radeon-ucode package, and then build a kernel that includes

Re: [gentoo-user] anyone tried amdgpu (kernel module)

2015-12-19 Thread Alexander Kapshuk
Dec 18, 2015 at 11:07 PM, Tsukasa Mcp_Reznor < > mcp_rez...@hotmail.com> wrote: > > I have a Bonaire gpu, which has legacy support using the amdgpu kernel > module. I currently use the Radeon dri module with radeonsi mesa drivers > and am quite happy. But gentoo bein

Re: [gentoo-user] 'firmware_install' won't on 4.14.7-gentoo

2017-12-20 Thread Peter Humphrey
ey do not get loaded when I build kernel 4.14.7: > > $ grep FIRMWARE /usr/src/linux/.config > CONFIG_PREVENT_FIRMWARE_BUILD=y > CONFIG_FIRMWARE_IN_KERNEL=y > CONFIG_EXTRA_FIRMWARE="intel-ucode/06-1e-05 radeon/R700_rlc.bin radeon/ > RV730_smc.bin rade

Re: [gentoo-user] Re: Trying to configure Radeon card

2010-10-16 Thread pk
On 2010-10-16 04:24, Jeff Cranmer wrote: OK, so let's have a go at the ATI drivers again. First, get rid of the open source ati drivers emerge --unmerge -av radeon-ucode xf86-video-ati Why? Unless you have problems with space I'd keep it because eventually there will be support for your

Re: [gentoo-user] start X - Segmentation fault

2012-07-09 Thread Joseph
CONFIG_DRM_KMS_HELPER=y CONFIG_DRM_RADEON_KMS=y After enabling KMS some might notice 1.5min delay when booting after kernel display the message: Switching to clocksource tsc Solution: emerge: x11-drivers/radeon-ucode in kernel .config: Device Drivers: - Generic Driver Options [*] Include in-kernel

Re: [gentoo-user] 'firmware_install' won't on 4.14.7-gentoo

2017-12-20 Thread Mick
NEL=y CONFIG_EXTRA_FIRMWARE="intel-ucode/06-1e-05 radeon/R700_rlc.bin radeon/ RV730_smc.bin radeon/RV710_uvd.bin" CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware/" # CONFIG_CYPRESS_FIRMWARE is not set # CONFIG_DRM_LOAD_EDID_FIRMWARE is not set CONFIG_FIRMWARE_EDID=y CONFIG_FIRMWA

Re: [gentoo-user] can't get accelerated opengl renderer ati radeon xpress 200M

2010-04-07 Thread Marc Joliet
of 2.6.32. Just goes to show how different ones experience with the same software can be. For me and my HD4650 (r6xx) it was smooth sailing: I followed Gentoos 3D acceleration guide and just needed to install the radeon-ucode package and everything just worked. -- Marc Joliet signature.asc Description

Re: [gentoo-user] r8169 unable to apply firmware patch

2011-08-03 Thread Mick
from x11- drivers/radeon-ucode, net-wireless/b43-fwcutter, et al and use sys- kernel/linux-firmware instead? -- Regards, Mick signature.asc Description: This is a digitally signed message part.

Re: [gentoo-user] r8169 unable to apply firmware patch

2011-08-03 Thread Grant
' and reboot, then see if the interface is up. You nailed it.  eth0 was being brought up on my laptop by wicd. Thanks a lot.  Both systems have functioning NIC's now. Glad you got this sorted. Is there a conclusion if we should be planning to move away from x11- drivers/radeon-ucode, net-wireless

Re: [gentoo-user] Can't build firmware into kernel

2011-12-09 Thread Mick
On Saturday 10 Dec 2011 03:06:25 Lavender wrote: At 2011-12-10 10:42:03,Claudio Roberto França Pereira spide...@gmail.com wrote: Yes, exactly. The first time you were missing CONFIG_EXTRA_FIRMWARE_DIR, it should point to /lib/firmware if you've emerged radeon-ucode. Yes,that's right, when

Re: [gentoo-user] Re: Beta test Gentoo with mdev instead of udev; version 3

2012-01-03 Thread Walter Dnes
, and the overlay won't be necessary. I think I've found one item so far that requires udev. My laptop's graphics chip needs a binary blob from radeon-ucode. That binary blob, in turn, requires the presence of /usr/lib/libudev.so.0 which is a symlink to /usr/lib/libudev.so.0.9.3 (which is also required). I

Re: [gentoo-user] Re: Beta test Gentoo with mdev instead of udev; version 3

2012-01-06 Thread Walter Dnes
population (and possible configuration of devices, i.e. tell the kernel what bits needs to be switched)? I think I've found one item so far that requires udev. My laptop's graphics chip needs a binary blob from radeon-ucode. That binary blob, in turn, requires the presence of /usr/lib/libudev.so.0

[gentoo-user] A question concerning graphics...

2013-03-10 Thread Chris Walters
Radeon HD 5000 series cards. I did have to insert the proper ucode into my kernel, but it worked. Chris

[gentoo-user] ATLAS@home and VirtualBox

2016-04-26 Thread Peter Humphrey
and Intel Vt-D are switched on in the UEFI BIOS. I can't see anything else in there that might affect this. In case it's a GPU problem I've also tried all available versions of amdgpu- ucode and linux-firmware. This is a new box with a Radeon R9 380 display card which shows up thus: # lspci -ns

Re: [gentoo-user] Beta test Gentoo with mdev instead of udev; version 5

2012-03-11 Thread Daddy
that requires emerging radeon-ucode. That ebuild simply dumps a bunch of binary blobs into a library folder. The kernel loads one of the binary blobs at bootup. Radeon-ucode has blobs for 2 or 3 dozen differnt Radeon GPU models. If I leave all the binary blobs in the library folder, the kernel needs

Re: [gentoo-user] Re: AMD microcode updates - where are they?!

2019-07-13 Thread Mick
CPU3: patch_level=0x01c8 > > [0.660029] microcode: Microcode Update Driver: v2.2. > > [7.853509] [drm] Loading RS780 Microcode > > > > I have a 10h generation processor, and I also build in microcode_amd.bin > > with the kernel. I had not until now bui

Re: [gentoo-user] Updating media-libs/mesa failed

2017-03-11 Thread gevisz
;> installed software in a non-standard prefix. > >> Alternatively, you may set the environment variables AMDGPU_CFLAGS >> and AMDGPU_LIBS to avoid the need to call pkg-config. >> See the pkg-config man page for more details. > > [ ] > >> $ eix libdrm_amdgpu >>

Re: [gentoo-user] Re: Compositing too slow in KDE

2011-03-23 Thread Bill Longman
is not set Wonderfully wobbly windows once again, without widespread (and unwelcomed) untimely terminations. How can you use x11-drivers/radeon-ucode (with KMS) *and* CONFIG_FB_RADEON=y ? On two machines of mine I end up with a blank screen if I add a framebuffer driver. I don't know, Mick

Re: [gentoo-user] Re: Compositing too slow in KDE

2011-03-26 Thread Mick
CONFIG_FB_RADEON_I2C=y CONFIG_FB_RADEON_BACKLIGHT=y # CONFIG_FB_RADEON_DEBUG is not set Wonderfully wobbly windows once again, without widespread (and unwelcomed) untimely terminations. How can you use x11-drivers/radeon-ucode (with KMS) *and* CONFIG_FB_RADEON=y ? On two machines of mine I

Re: [gentoo-user] Any bought a laptop that Just Works?

2011-03-31 Thread Kevin Coetzee
HP Probook 4710s just works. x86_64 Chicony Electronics Co., Ltd (webcam) Intel Corporation 82801I (ICH9 Family) HD Audio Controller ATI Technologies Inc M92 LP [Mobility Radeon HD 4300 Series] (x11-drivers/radeon-ucode and x11-drivers/xf86-video-ati) Intel Corporation PRO/Wireless 5100 AGN

Re: [gentoo-user] Re: Beta test Gentoo with mdev instead of udev; version 3

2012-01-07 Thread pk
On 2012-01-07 02:17, Walter Dnes wrote: I think I've found one item so far that requires udev. My laptop's graphics chip needs a binary blob from radeon-ucode. That binary blob, in turn, requires the presence of /usr/lib/libudev.so.0 which is a symlink to /usr/lib/libudev.so.0.9.3 (which

[gentoo-user] Re: (unknown)

2011-10-24 Thread Nikos Chantziaras
and install the correct graphics drivers. For your graphics card, install this firmware package: x11-drivers/radeon-ucode Then, enable the following options in your kernel configuration (the usual make menuconfig deal): Device Drivers - Graphics support - * Direct Rendering Manager

Re: [gentoo-user] Updating media-libs/mesa failed

2017-03-11 Thread Alan Mackenzie
.. ] > $ eix libdrm_amdgpu > No matches found > So, there is no libdrm_amdgpu in my updated portage tree but > media-libs/mesa-13.0.5::gentoo seems to demand it! > $ eix amdgpu > * sys-firmware/amdgpu-ucode > Available versions: 20160628 20161121 {legacy} > Hom

Re: [gentoo-user] Re: [drm] loading RV710 Microcode fails

2011-02-08 Thread Gregory Shearman
the Xserver doesn't run on the 2.6.36 kernel unless Kernel Modesetting is selected. This driver requires microcode to be installed (emerge radeon-ucode). Now, I don't run an initramfs and because kernel modesetting requires that the kernel handle the framebuffer it loads the graphics driver before it has

Re: [gentoo-user] r8169 unable to apply firmware patch

2011-07-31 Thread Grant
emerge -p linux-firmware on that box to see if there's a blocker. linux-firmware is blocked by radeon-ucode and rt61-firmware, but now that I look closer I realize that ifconfig doesn't show an eth0 interface at all even though lspci -v shows: Ethernet controller: Realtek Semiconductor Co., Ltd

Re: [gentoo-user] r8169 unable to apply firmware patch

2011-08-01 Thread Grant
I'm guessing that radeon-ucode and rt61-firmware and all the others are being deprecated in favour of linux-firmware, but i don't recall seeing an elog on it. Does anyone know if this is the case? Doesn't seem very Gentoo-like, although it should minimize package management for the devs which

Re: [gentoo-user] Re: Beta test Gentoo with mdev instead of udev; version 3

2012-01-03 Thread Pandu Poluan
://bugs.gentoo.org/show_bug.cgi?id=395319 It should be rolled out eventually, and the overlay won't be necessary. Cool! :D  I think I've found one item so far that requires udev.  My laptop's graphics chip needs a binary blob from radeon-ucode.  That binary blob, in turn, requires the presence of /usr/lib

Re: [gentoo-user] gentoo-sources-3.2.0-r1 and genkernel

2012-01-09 Thread András Csányi
/grub.conf rm /usr/src/linux ln -s /usr/src/linux-3.2.0-gentoo-r1 /usr/src/linux re-emerge some modules which look at /usr/src/linux, like  (in my case) x11-drivers/ati-drivers app-emulation/virtualbox-modules \ sys-fs/fuse sys-power/powernowd x11-drivers/radeon-ucode \ sys-process/iotop sys-fs

Re: [gentoo-user] A question concerning graphics...

2013-03-10 Thread Michael Hampicke
the kernel framebuffer for my video card(s). Two Radeon HD 5000 series cards. I did have to insert the proper ucode into my kernel, but it worked. Chris I use the ati-drivers package, and I'd say there are pretty solid now. I first started using ati-drivers with my HD2600 card card

Re: [gentoo-user] A question concerning graphics...

2013-03-10 Thread Volker Armin Hemmann
the kernel framebuffer for my video card(s). Two Radeon HD 5000 series cards. I did have to insert the proper ucode into my kernel, but it worked. Chris . yes, it is worth using them. Because of proper power management alone. You might not care about framerates, but the open source drivers use

Re: [gentoo-user] Re: Compositing too slow in KDE

2011-03-22 Thread Bill Longman
that would be merged, in order: Calculating dependencies... done! [ebuild R ] x11-drivers/radeon-ucode-20110106 0 kB [ebuild R ] media-libs/mesa-7.9.1 USE=classic nptl -debug -gallium -gles -llvm -motif -pic (-selinux) VIDEO_CARDS=radeon -intel -mach64 -mga -nouveau -r128 -savage -sis

Re: [gentoo-user] intel HD graphics 4000 and viewing DVDs

2012-12-01 Thread Florian Philipp
Radeon HD 4250, I had to look into my issues with the open source driver. It turns out, my problems had two reasons: - I didn't enable KMS and DRM for radeon in the kernel - I didn't have x11-drivers/radeon-ucode installed Both resulted in a fully functioning X server that - could run glxgears just

Re: [gentoo-user] intel HD graphics 4000 and viewing DVDs

2012-12-01 Thread Allan Gottlieb
-drivers to a version that no longer supported my Radeon HD 4250, I had to look into my issues with the open source driver. It turns out, my problems had two reasons: - I didn't enable KMS and DRM for radeon in the kernel - I didn't have x11-drivers/radeon-ucode installed Both resulted in a fully

Re: [gentoo-user] intel HD graphics 4000 and viewing DVDs

2012-12-02 Thread Jackson
-drivers to a version that no longer supported my Radeon HD 4250, I had to look into my issues with the open source driver. It turns out, my problems had two reasons: - I didn't enable KMS and DRM for radeon in the kernel - I didn't have x11-drivers/radeon-ucode installed Both resulted in a fully

Re: [gentoo-user] mplayer directfb permissions?

2011-04-26 Thread Mick
in the future but for right now it's been moved to the back burner for a bit. Are you running KMS in the kernel and have you emerged x11-drivers/radeon- ucode (not sure if your card needs it) as per: http://www.gentoo.org/doc/en/xorg-config.xml -- Regards, Mick signature.asc Description

[gentoo-user] Excitement...

2016-04-18 Thread Peter Humphrey
UEFI BIOS and its Radeon R9 M295X Mac Edition display card. I was pretty firmly stuck until Neil B. reminded me of gummiboot. That did the trick. I couldn't get UEFI to run grub at all here (nothing very grand about it in this case). Then the display card. Well, after another 10 days of googling

Re: [gentoo-user] xorg-drivers for mouse and keyboard confusion

2011-02-27 Thread Mick
, and like you I'm getting the old mouse driver for apparently other reasons. I'm not getting keyboard but you should be able to use the commands below to determine why that's happening on your system. I checked my world file and the only x11-drivers package I have in there is the radeon-ucode

Re: [gentoo-user] Beta test Gentoo with mdev instead of udev; version 6

2012-03-13 Thread Walter Dnes
a laptop with a Radeon GPU that requires a binary blob for the video driver. emerging radeon-ucode downloads a whole slew of binary blobs, to support umpteen different models. If I leave all the binary blobs in the library directory, the kernwl needs udev to figure out which one of the many binary

Re: [gentoo-user] Udev 200 : dhcpcd problem + solution

2013-04-01 Thread Mick
root root4096 Sep 14 2012 . drwxr-xr-x 14 root root 12288 Mar 31 09:26 .. drwxr-x--- 2 root root4096 Feb 4 2012 b43 drwxr-xr-x 2 root root4096 Sep 14 2012 intel-ucode -rw-r--r-- 1 root root 1451687 Sep 14 2012 microcode.dat drwxr-xr-x 2 root root4096 Dec 31 09:58 radeon

[gentoo-user] Updating media-libs/mesa failed

2017-03-11 Thread gevisz
e-float' '--disable-nine' '--disable-debug' '--enable-dri3' '--enable-egl' '--enable-gbm' '--disable-gles1' '--enable-gles2' '--enable-glx-tls' '--enable-valgrind=no' '--enable-llvm-shared-libs' '--with-dri-drivers=,swrast,radeon,r200' '--with-gallium-drivers=,swrast,r300,r600,radeonsi' '--with

  1   2   >