How do I remove the proprietary AMD ATI Radeon fglrx drivers from Linux Mint Debian Cinnamon System?

in linux •  7 years ago  (edited)

1213px-AMD_Radeon_logo.svg.png.jpgLogo_Linux_Mint.png

Try to completely remove your AMD ATI RADEON drivers from your Linux Mint Debian system:
sudo apt-get purge "fglrx.*"

Remove your xorg.conf
sudo rm /etc/X11/xorg.conf

Reinstall xorg completely
sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:amd64

Re-configure Xorg
sudo dpkg-reconfigure xserver-xorg

Reboot
sudo reboot

You should be greeted with lightdm, this will default everything x the same way a fresh install would.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!