Part 2
cd FGLRX
wget "http://catalyst.apocalypsus.net/tarball/0_TESTING/catalyst-hook.tar.gz"
tar -xf catalyst-hook.tar.gz
cp ./catalyst-hook/*.* .
patch -p1 <./3.4.patch
patch -p1 <./3.5-do_mmap.patch
sudo gedit /usr/src/kernels/3.2.9-2.fc16.x86_64/arch/x86/include/asm/uaccess_64.h
comment out line 56/57 - else & WARN(1, "Buffer overflow detected!\n");
sudo ./ati-installer.sh 8.980 --install
When finished check /usr/share/ati/fglrx-install.log and confirm no errors. If any exist use /usr/share/ati/fglrx-uninstall.sh to undo.
log out to login screen and log back in.
If you have Hybrid graphics run - sudo /usr/lib64/fglrx/switchlibGL amd
sudo aticonfig --initial
Open your /etc/X11/xorg.conf file and add the following line to “Device” section with fglrx as driver - Option "SWCursor" "true"
Reboot and should be good to go.