Are AMD Drivers Required?

0

I just bought a graphics card, specifically this one. It's AMD-made.
I've never done much on the hardware side of my PC. I would like to know: Do I really need AMD Catalyst (or whatever) drivers?

Will it work without drivers?
What difference does it make if I do or don't install them?

Thanks,
ItsBobberson

IBPX

Posted 2014-11-29T06:04:19.710

Reputation: 245

What operating system are you using? – fixer1234 – 2014-12-16T17:16:49.783

Windows 7 Enterprise and possibly Debian. – IBPX – 2014-12-17T18:22:13.940

Answers

1

Using the proprietary graphics driver makes a big difference in performance in Linux compared to using the built-in open source graphics driver. In one of your questions you mentioned that you are running Ubuntu. In Ubuntu run the following command from the terminal to identify the recommended proprietary graphics driver to install:

ubuntu-drivers devices  

Then you can install it with the usual sudo apt-get install command. You can also install the recommend proprietary graphics driver automatically with the following command:

sudo ubuntu-drivers autoinstall  

The autoinstall command of ubuntu-drivers installs drivers that are appropriate for automatic installation including their dependencies.

karel

Posted 2014-11-29T06:04:19.710

Reputation: 11 374

1Congratulation Sir for guessing what is the OS with NO mention in tags or user's question... :-D – climenole – 2014-12-16T11:52:16.140