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

had proprietary AMD binary drivers (Catalyst), and wanted to test open source drivers, and did this:

sudo /usr/share/ati/fglrx-uninstall.sh  # (if it exists)
sudo apt-get remove --purge 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
sudo dpkg-reconfigure xserver-xorg

And restarted comp.. Everything looks good, but I don't think comp is using Radeon card (have 2 cards on laptop, Intel integrated and Radeon one):

$ lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09)
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc NI Seymour [AMD Radeon HD 6470M] [1002:6760]

$ glxinfo | grep "renderer string"
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile GEM 20100330 DEVELOPMENT 

What I did wrong? How to activate Radeon card?

share|improve this question
You have a hybrid GPU solution, can you disable the Intel card in your BIOS? – Bruno Pereira Oct 24 '11 at 21:41
What version of Ubuntu? – david6 Nov 21 '11 at 23:19
This question appears to be abandoned and unanswered, could you perhaps add more detail to your question? If you are experiencing a similar issue please ask a new question with details pertaining to your problem. If you feel this question is not abandoned, then please flag explaining that (as well as editing your question with any details you have). – jrg Jan 30 '12 at 0:17

closed as too localized by jrg, Bruno Pereira, RolandiXor, Jacob Johan Edwards, jokerdino Jan 30 '12 at 2:46

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

When dealing with device drivers you should use the 'Additional Drivers' software, you can run it by executing jockey-gtk. If you do not have a graphical user-interface available try jockey-text.

share|improve this answer
1  
His system has a hybrid GPU solution, installing he ATI driver can leave him not being able to boot. – Bruno Pereira Oct 24 '11 at 23:28

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