#!/bin/bash # download #wget --no-check-certificate https://www2.ati.com/drivers/linux/ati-driver-installer-9-1-x86.x86_64.run -P /root/ati #wget --no-check-certificate https://www2.ati.com/drivers/linux/ati-driver-installer-9.2-x86.x86_64.run -P /root/ati # --extract #chmod 777 /root/ati/ati-driver-installer-9-1-x86.x86_64.run # install envirement #apt-get install -f -y apt-get install -y build-essential cdbs fakeroot dh-make debhelper debconf libstdc++5 dkms linux-headers-$(uname -r) depmod -a modprobe -r fglrx rm /lib/modules/2.6.27-11-generic/updates/dkms/fglrx.ko