document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. [Wani@Dell ~]$ su # First, Become Root
  2. [root@Dell Wani] yum reinstall mesa-libGL #  Clean: IF you previously installed this driver using the binary package provided by AMD-ATI, you must un-install it, then repair Mesa
  3. [root@Dell Wani] yum update kernel # Update kernel
  4. [root@Dell Wani] yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm # Install the rpmfusion driver Using akmod
  5. [root@Dell Wani] yum install akmod-catalyst xorg-x11-drv-catalyst xorg-x11-drv-catalyst-libs.i686
  6. [root@Dell Wani] mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-radeon.img # Make sure radeon is removed from initramfs
  7. [root@Dell Wani] dracut /boot/initramfs-$(uname -r).img $(uname -r)
  8. [root@Dell Wani] aticonfig --initial
  9. [root@Dell Wani] echo "blacklist radeon" >> /etc/modprobe.d/blacklist.conf
  10. [root@Dell Wani] echo "GRUB_GFXMODE=1280x1024x32
  11. GRUB_GFXPAYLOAD=keep
  12. GRUB_GFXPAYLOAD_LINUX=1280x1024x32" >> /etc/default/grub
  13. [root@Dell Wani] grub2-mkconfig -o /boot/grub2/grub.cfg
  14. [root@Dell Wani] reboot
');