links
fglrx driver
fglrx installation
radeonhd download and install
ati chip audio considerations
steps
1. Back-up the working xorg.conf in etc/X11.
2. Regardless if going forward with a newer fglrx driver, or some other driver, such as the radeonhd driver, remove the outdated fglrx driver to avoid conflicts.
# cd /usr/share/ati
# sh fglrx-uninstall.sh
3. Install git from respository or source.
4. Decide whether to install fglrx or radeonhd.
4a. fglrx driver
4b. (Radeonhd)
# git-clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd
# cd xf86-video-radeonhd
# autogen.sh --prefix=/usr/
# make
# make install
# gtf 1280 800 60 -x (or whatever the native resolution and refresh)
# nano /etc/X11/xorg.conf
More coming, need some sleep