Okay I got it working!!
Ok so I'll just post what I did to make it work for me.
The details:
First purge the current driver:
Code:
sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx
sudo apt-get remove --purge xserver-xorg-video-ati xserver-xorg-video-radeon
sudo apt-get install xserver-xorg-video-ati
sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
Then change to your driver directory AND force install. YES! I said force install.
I know force is not recommended but I tried plenty times and the only time it worked was with force.
So:
Code:
cd <your driver location> ##for me its /home/jotham/catalyst12-1/##
sudo ./amd-driver-installer-12-1-x86.x86_64.run --force
Install everything default, well that worked for me so thats what I'll recommend.
Someone had a problem with initramfs not being updated so to make sure I did:
Code:
sudo update-initramfs -u
Run
Code:
sudo aticonfig --initial
to make a configuration for your hardware with your new driver.
Restart and thats it!
Before I restarted I decided to switch to eco graphics:
Code:
sudo aticonfig --px-igpu
Anyway that worked for me.


Good luck!
Bookmarks