Anyone get Catalyst / radeon driver working in CentOS 7?

Issues related to applications and software problems
Ragnakak
Posts: 1
Joined: 2014/10/17 13:59:25

Re: Anyone get Catalyst / radeon driver working in CentOS 7?

Post by Ragnakak » 2014/10/17 14:16:47

I am getting the following error when trying to install the catalyst 14.9 driver in CentOS 7


Detected configuration:
Architecture: x86_64 (64-bit)
X Server: X.Org 6.9 or later 64-bit
loki_setup: directory: (null)
Error: Packaging scripts failed to identify current distro/version. Please provide a distro/version from --listpkg as a parameter
Removing temporary directory: fglrx-install.EscFCk

My Hardware if it makes a difference:

Gigabyte GA-78LMT-S2P (BIOS v. F5a) (No Secure Boot feature in the BIOS that I'm aware of.)
AMD Phenom(tm) II X4 955 Processor × 4AMD Phenom(tm) II X4 955 Processor × 4
8GB RAM
AMD Radeon HD 6950
CentOS 7 64-Bit

I'm assuming it is looking for a Red Hat string somewhere and I need to change it to CentOS, but I'm not sure which file to edit. Any help is appreciated.

User avatar
psposito
Posts: 16
Joined: 2014/12/27 22:27:25
Contact:

Re: Anyone get Catalyst / radeon driver working in CentOS 7?

Post by psposito » 2014/12/27 23:09:52

:D On today fresh minimal install with Mate Desktop & Lightdm (Centos 7 Rolling):

Installed with Yumex:

kernel-devel libstdc++ libgcc mesa-libGL fontconfig freetype zlib gcc (both 64 & 32 bits where available).

Downloaded the amd-catalyst-omega-14.12-linux-run-installers.zip from amd site.

Extracted the zip file annd folder fglrx-14.501.1003 was created.

Executed the amd-driver-installer-14.501.1003-x86.x86_64.run by sudo, and finally rebooted.

AMD Catalyst and Driver working.

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Anyone get Catalyst / radeon driver working in CentOS 7?

Post by TrevorH » 2014/12/28 14:14:54

The better way to do this is to get the packaged versions of the drivers from the ELRepo project. These survive kernel updates, yours will not.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

nugai
Posts: 13
Joined: 2014/08/01 23:03:19

Re: Anyone get Catalyst / radeon driver working in CentOS 7?

Post by nugai » 2015/02/02 19:21:16

@TrevorH: I agree it would be nice if that were possible. Unfortunately, there seem to be no fglrx drivers in the RHEL/Centos 7 elrepo.

Code: Select all

yum --enablerepo=elrepo install fglrx*
...reports "No package fglrx* available".

nugai
Posts: 13
Joined: 2014/08/01 23:03:19

Re: Anyone get Catalyst / radeon driver working in CentOS 7?

Post by nugai » 2015/02/02 19:25:30

@pkbarbiedoll:
Some of the problems you encounter are due the fact that you have X11 running while trying to upgrade the driver. You need to start ./amd-driver-installer-xxx from the console before X11 starts,

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: Anyone get Catalyst / radeon driver working in CentOS 7?

Post by AlanBartlett » 2015/02/02 19:29:52

nugai wrote:@TrevorH: I agree it would be nice if that were possible. Unfortunately, there seem to be no fglrx drivers in the RHEL/Centos 7 elrepo.
Please try --

yum --enablerepo elrepo-testing list fglrx\*

Currently the package is in the testing repository, whilst awaiting feed-back from end users.
Image 100% Linux and, previously, Unix. Co-founder of the ELRepo Project.

nugai
Posts: 13
Joined: 2014/08/01 23:03:19

Re: Anyone get Catalyst / radeon driver working in CentOS 7?

Post by nugai » 2015/02/02 20:30:21

AlanBartlett wrote: Please try --

yum --enablerepo elrepo-testing list fglrx\*

Currently the package is in the testing repository, whilst awaiting feed-back from end users.
Great, Alan, thanks for letting us know -- these drivers help a great deal!!!
I first ran the list command shown above and then:

Code: Select all

yum --enablerepo elrepo-testing install fglrx-x11-drv
The install is relatively slow after download: Installing kmod-fglrx-14.9-1.el7.elrepo.x86_64 took about 6 minutes before a "Working. This may take some time..." message appeared, then continued for another 3-4 minutes before completing successfully -- so, the good news is, it worked and the drivers were installed successfully! I can also confirm that these elrepo drivers indeed do survive a kernel upgrade via `yum upgrade`, as TrevorH suggested.

Aside from the slow install, the only caveat I found is that my multi-monitor configuration was overwritten by the install. For anyone running a complicated monitor config (I run 4 monitors off 2 cheap HD 6500 cards), I suggest users should back up their config with `cp /etc/X11/xorg.conf /etc/X11/xorg.conf-latest-good-config` before the install and then copy it back with `cp /etc/X11/xorg.conf-latest-good-config /etc/X11/xorg.conf` after the install and before rebooting, as pointed out in "10. Post-Installation Note (added 20-Aug-2014)" posted above (the other uninstall steps mentioned there are no longer necessary -- in fact, I added a note to that post that the installation steps described there are no longer necessary).

Note: elrepo-testing currently shows the drivers as version 14.9-1.el7.elrepo. FWIW, the AMD Catalyst web site at http://support.amd.com/en-us/download/d ... 20x86%2064 shows that an RPM is now available with version 14.12, released 12/8/2014. Anyone encountering problems with brand new hardware may have have to resort to using those drivers.

varriola
Posts: 1
Joined: 2015/02/12 06:33:05

Re: Anyone get Catalyst / radeon driver working in CentOS 7?

Post by varriola » 2015/02/12 06:35:53

I tried the elrepo-testing package. But it does not boot up. Just stayed at a black screen with blinking 'bar cursor' on the top left of the screen. Any suggestions?

CPU is 8-core AMD. Video is Radeon R7 260X.

Thanks.

nugai
Posts: 13
Joined: 2014/08/01 23:03:19

Re: Anyone get Catalyst / radeon driver working in CentOS 7?

Post by nugai » 2015/02/27 23:50:47

varriola wrote:I tried the elrepo-testing package. But it does not boot up. Just stayed at a black screen with blinking 'bar cursor' on the top left of the screen. Any suggestions?

CPU is 8-core AMD. Video is Radeon R7 260X.

Thanks.
You need to check the Xorg and fglrx logs to see what's going on (or not).

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Anyone get Catalyst / radeon driver working in CentOS 7?

Post by TrevorH » 2015/02/28 13:56:40

Is xorg.x11-glamor installed? If so, try yum remove xorg-x11-glamor
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply