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

After a clean install of Ubuntu 12.04 on my Dell Inspiron n5010 Laptop, I can't install the ATI drivers! How I can fix this? Because my laptop gets very hot & is too slow! the battery runs immediately! :( Gretts!

share|improve this question
How you try to install it? Did you run "additional driver" application? Please post details here. – beeju May 4 '12 at 18:03

1 Answer

From: Dell Upgrade to 12.04 LTS No wifi and bluetooth Problem?

Wifi/Graphic Driver Fix


By Using the command :

sudo apt-get remove bcmwl-kernel-source
sudo apt-get install bcmwl-kernel-source

This worked to re-instill the wifi drivers now my wifi is working.

Now i was thinking maybe this will work for the graphics driver for ATI/AMD cards.

So I tried to re-instill the graphics drivers and it worked.

Command for graphics fix was:

sudo apt-get remove fglrx
sudo apt-get install fglrx

enter image description here

As you can see, now all seems to be working.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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