Can't get Radeon HD 7470 to be seen on Ubuntu - help me find replacement?
#5
I did install it on CentOS 7.9.2009 using these commands. I bet you can get some alternative for Ubuntu working similary.

Code:
curl -O ftp://ftp.pbone.net/mirror/ftp.scientificlinux.org/linux/scientific/7.2/x86_64/os/Packages/xorg-x11-server-Xorg-1.17.2-10.el7.x86_64.rpm \
        && yum install -y xorg-x11-server-Xorg-1.17.2-10.el7.x86_64.rpm \
        && curl -L -O --referer http://support.amd.com https://www2.ati.com/drivers/linux/fglrx64_p_i_c-15.30.1025-1.x86_64_RHEL7_64a.rpm \
        && yum install -y fglrx64_p_i_c-15.30.1025-1.x86_64_RHEL7_64a.rpm
Reply


Messages In This Thread
RE: Can't get Radeon HD 7470 to be seen on Ubuntu - help me find replacement? - by azaran - 01-23-2021, 10:15 AM