Google turns up many posts explaining how to install the ATI catalyst proprietary drivers on LMDE. Take this post as just an additional information.
In my case, the installation did not work until I accidentally installed another package, x11-xserver-utils. Thus, in my case, the installation of the drivers was as follows:
sudo apt-get install x11-xserver-utils
sudo apt-get remove --purge fglrx*
sudo apt-get update && sudo apt-get install fglrx-driver fglrx-control
sudo /usr/bin/aticonfig --initial
sudo reboot
I think the reason it worked this way was because computer couldn't recognize the correct graphic device version before the installation of x11-xserver-utils.
In my case, the installation did not work until I accidentally installed another package, x11-xserver-utils. Thus, in my case, the installation of the drivers was as follows:
sudo apt-get install x11-xserver-utils
sudo apt-get remove --purge fglrx*
sudo apt-get update && sudo apt-get install fglrx-driver fglrx-control
sudo /usr/bin/aticonfig --initial
sudo reboot
I think the reason it worked this way was because computer couldn't recognize the correct graphic device version before the installation of x11-xserver-utils.
Comments