Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I activated, or installed the Catalyst 11.8 driver, which is the non postrelease one, I think. When I go into Applications -> Other -> Catalyst Control Center, I get an error saying "There was a problem initializing Catalyst Control Center Linux edition..."

Also, when I open up a terminal and use fglrxinfo I get a X error, it says BadRequest (invalid request code or no such operation).

I'm not using Unity, I'm using Gnome Classic.

Video card is a ATI Mobility Raedeon HD 5470.

share|improve this question

3 Answers

up vote 1 down vote accepted

You chipset is still not supported, the linux ATI drivers will not work with your card. Latest version of fglrx still does not support switchable graphic cards as yours.

At the moment you are running with an integrated Intel graphics GPU, not with the ATI card that is also present in your system. Some motherboard BIOS support an option that allows you to switch completely to either the Intel or the ATI. If you can check it and switch from "hybrid" to either the Intel or better only to the ATI that will solve the problem.

The only possible good recommended option is really remove the drivers and keep checking the ATI site for newer drivers, maybe the next version will bring the so much desired support for these kind of chipsets.

share|improve this answer
I appreciate the response! Yea in my windows OS, I can switch from the Intel chip or the AMD one, also I was able to in 11.04 (I'm sure you've heard this before :P) Just saying. Thanks! I'll keep an eye out. – Pierre Oct 31 '11 at 16:20

I just fixed it with the following commands

sudo apt-get remove --purge fgrlx*
sudo apt-get install fglrx-amdcccle-updates fglrx-updates

Reboot and it worked well for me.

share|improve this answer

Perfect Fix: Download latest drivers from http://linux.softpedia.com/progDownl...load-6719.html

Right click and select run as program

Go to terminal

$ ./whatever_name_of_driver

Just press ok and yes during installation questions

After it finishes, issue command

$ sudo aticonfig --initial
share|improve this answer

protected by Community Nov 19 '11 at 1:19

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.