0

How can I check whether my system has a driver for the graphics card installed? And if it hasn't, how can I find which one to install, through the repositories or through other sources? I got Ubuntu 12.04.

I have tried what this post suggests - I also have ATI Radeon 4500 HD card, or something like that - and I ended up still having nothing showing I do have a driver, plus my Unity 3D became Unity 2D, so I purged fglxr right away.

Any other suggestions?

Noob Doob
  • 437
  • 2
  • 12
  • 21

2 Answers2

0

Open the unity search menu (the button at the top left corner) and search for "drivers" and you will find a driver program that will search for all the drivers required for the hardware in your PC. (The icon for this program looks like an PCI E device (such as a graphics card or sound card)

0

Go to your System Settings in the Unity launcher or at the right top corner of the screen and then go to Additional Drivers section.

From there you will be able to install a driver if it is displayed.

enter image description here

Allard
  • 111
  • 1
  • 2
  • 9
  • I did that,and I get nothing. The list is empty and I have no choices, except "Help" and "Close". Enable is grayed out. – Noob Doob Aug 17 '13 at 19:55
  • @NoobDoob How old is this card actually? Maybe it's not supported by Ubuntu 12.04. Btw, you can also open a terminal and enter de following command to see your card: lspci | grep VGA – Allard Aug 17 '13 at 20:23
  • orestarod@orestis-VAIO:~$ lspci | grep VGA 01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV710 [Mobility Radeon HD 4500/5100 Series] – Noob Doob Aug 17 '13 at 20:56
  • The system is from 2009. May you explain what this result means? – Noob Doob Aug 17 '13 at 20:56
  • So the card can be seen, but I can't find out whether I have a driver or not, and how to find the right driver. – Noob Doob Aug 17 '13 at 21:01
  • The problem with ATI is that they drop support really fast on older cards on Linux, normally the proprietary drivers are available with the additional driver section. It could be that ATI no longer support this card but I'm not so sure about it because I'm using a Nvidia card and no ATI card. Please try the Offical Ubuntu Forums, maybe someone can you help you out with this weird problem, because at the moment I can't. I'm sorry. – Allard Aug 17 '13 at 21:10
  • No problem. This is what faced wherever else I was looking at, I was just hoping that by now someone would have found a solution. But since the support for this card probaby is no more, I am seeing myself having a hard time about it. Thank you for your time. – Noob Doob Aug 23 '13 at 10:14