| sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++5 dkms linux-headers-$(uname -r) |
| sh ati-driver-installer-8-9-x86.x86_64.run --buildpkg Ubuntu/hardy |
| sudo ln -s /usr/lib/libGL.so /usr/lib/libGL.so.1 |
| sudo gedit /etc/default/linux-restricted-modules-common |
| sudo gedit /etc/modprobe.d/blacklist-restricted sudo gedit /etc/modprobe.d/blacklist-local |
| sudo dpkg -i xorg-driver-fglrx_*.deb fglrx-kernel-source_*.deb fglrx-amdcccle_*.deb |
| sudo gedit /etc/X11/xorg.conf |
| Section "Device" [...] Driver "fglrx" [...] EndSection |
| sudo aticonfig --initial -f sudo aticonfig --input=/etc/X11/xorg.conf --tls=1 |
| sudo apt-get remove xserver-xgl |
| Section "Extensions" EndSection |
|
|