LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   CentOS (https://www.linuxquestions.org/questions/centos-111/)
-   -   i7 + AMD RX470 OC -- how install on CentOS 7 KDE (https://www.linuxquestions.org/questions/centos-111/i7-amd-rx470-oc-how-install-on-centos-7-kde-4175606657/)

aztec11us 05-25-2017 12:42 PM

i7 + AMD RX470 OC -- how install on CentOS 7 KDE
 
good evening everyone! (here, where i am, its 8 in the evening)

My rig is and i7 with Z170 motherboard and EX470 OC 4 GB DDR5 graphic board.

Also, i have 2 HDDs:
- a 3 TB HDD only for Windows 10 Pro 64bits (this HDD is designated /sda )
- a 2 TB HDD only for linux (currently, it has only a Centos 7 KDE installation, this HDD is designated /sdb )

I installed the CentOS 7 KDE in an automatic way, i just let it do the install. I chose desktop software and ticked all choices :) (greedy)

Anyways, upon booting, i noticed i am stuck on the low 1048x768 resolutionm without any other choices.

This is the official site and where i got the drivers from -- http://support.amd.com/en-us/kb-arti...ed-System.aspx

On Linux Mint 18 Sarah, everything was instant --- just cd into the folder, go root, and simply run ./amdgpuinstall

But on centos 7 kde, i got an error regarding some conflict between ipa and freeipa and the installer suggested i used --skip--broken, which i did!

But even upon rebooting, i am still stuck with that low resolution!

Please, how do i make RX470 work on CentOS 7 KDE 64 bits?

A step by step? Thanks

Thanks

kentyler 05-26-2017 02:10 PM

I suggest you remove the ipa and free-ipa packages. I doubt you will ever use ipa or free-ipa and if you do you can always re-install them.

rpm -e ipa
rpm -e free-ipa

I'm thinking you meant either

libipa_hbac or sssd-ipa

Since you may not need them and can re-install later

yum remove libipa_hbac
yum remove sssd-ipa

re-installing them after the driver install

yum install libipa_hbac
yum install sssd-ipa
yum install free-ipa
yum install ipa


All times are GMT -5. The time now is 09:47 PM.