Today I watched two movies. The first one was '12 Angry Men' - a brilliant classic, and the second one is Over the hedge, a cool and funny cartoon movie! I enjoyed watching both! After that, I went out to the gym to disprove that I am a couch-potato :P. I was in gym after a long time (especially, going there alone with my self motivation is something that doesn't happen!), and spent there more than 90 minutes of an industrious exercise :O.
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.
Comments