My graphics graphics card is a Radeon HD 4250 and ATI has dropped the support for x-server version higher than 1.12. Are there any alternative graphic drivers I can use besides the opensource driver, Gallium 0.4. If not what's the best config I can do to boost performance so that it's similar to the proprietary driver. I'm running Ubuntu 13.10 64bit, and my graphics are: Gallium 0.4 on AMD RS880.
Asked
Active
Viewed 2,143 times
1 Answers
2
Like you, I got stuck with the open source driver, but I use this PPA that has some tweaking added to the drivers, which really increases performance and stability:
The PPA is here.
To install the drivers:
sudo apt-add-repository ppa:oibaf/graphics-drivers
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xserver-xorg-video-ati
And reboot.
If you have any problem, just purge the ppa:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:oibaf/graphics-drivers

animaletdesequia
- 8,354
-
1By the way, I've tried all kind of versions of the fglrx closed drivers, deb, run, generate deb's from the installer. I've always ended up with a broken Xorg. So as far as I know this is the only working driver for Ubuntu 13.10. – animaletdesequia Feb 27 '14 at 15:55
-
I also tried downgrading my Xorg but that slowly started breaking down my system after a while. – Rilton Feb 27 '14 at 18:44
-
Is hardware acceleration enabled? – Rilton Feb 27 '14 at 19:04
-
Yes it is. While not perfect, I can play most of 3D games. – animaletdesequia Feb 27 '14 at 19:23