Here is how I install the drivers for my HD2900XT. The same method is used on my laptop (200M) and on a HD3850 I have on another PC, and it works every time. I'm using Ubuntu 7.10:
- Download the driver from ATI's website
- Open a terminal and type the following:
Before you do all of this I suggest you uninstall any fglrx package you may have on your system (from previous attempts) and rebuild your xserver.Code:sudo apt-get install build-essential fakeroot dh-make debhelper debconf libstdc++5 dkms # install ia32-libs if on a 64bit OS cd ~/<to where you saved the driver> sudo sh ati-driver-installer-8-4-x86.x86_64.run # let the installer run with the automatic option cd sudo aticonfig --initial # reboot
Note that if you install the driver this way, you need to uninstall it a certain way:
Code:cd /usr/share/ati sudo sh ./uninstall-fglrx.sh


.
Reply With Quote
) and test to see if that helps.