0

Fair warning, I am new to Ubuntu (coming from windows), so you may have to dumb some things down. I got a desktop for christmas. It is a pre-built used desktop. It has absolutely no drivers on it currently. I actually somehow managed to get minecraft working, but then I realized the graphics were horrible! I also have no sound. I googled and googled so that I could figure what the heck graphics card I have and came up with this info

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870]

Now, I have googled and googled to figure how to get the drivers for it, to no avail. I did find somewhere that told me to look in the additional drivers but the only thing is there is Unknown: Unknown. I am scratching my head and going nuts trying to figure this all out. If you need additional info, you will probably need to tell me how to find it.

  • There is no additional driver for Radeon HD 6870, however, the official standard kernel driver should be loaded. It is called "radeon". So, to address your worries about "no drivers on it currently", open a terminal window and run lspci -nnk. You should see a printout of some of the hardware with drivers used. – mikewhatever Dec 28 '17 at 19:22
  • 1
    You are already using all the drivers you need. Linux comes with generic drivers by default. Only if there are 3rd party drivers you can exchange your generic driver for the 3rd party (and those tend to be for your video card and your NIC). Linux is not Windows where you need to install drivers for any piece of hardware. – Rinzwind Dec 28 '17 at 19:24

1 Answers1

0

Open Software & Updates, then open Additional Drivers tab and install needed drivers from here.

N0rbert
  • 99,918
  • 1
    The only thing that shows up in the additional drivers tab is unknown: unknown. It doesn't know what it is, and neither do I – Shorty9385 Dec 28 '17 at 18:55
  • I assumed that these drivers are installed from here. I do not have AMD video card. Let's wait for other answers. – N0rbert Dec 28 '17 at 18:59
  • 1
    @N0rbert Could "unknown" be the Intel Microcode driver? In which case it should usually be installed. – WinEunuuchs2Unix Dec 29 '17 at 02:28
  • @WinEunuuchs2Unix seems to be intel microcode. My modern Ivy Bridge laptop has microcode in this section. – N0rbert Dec 29 '17 at 10:54