1

I would like to install the driver for my Radeon graphics card on Ubuntu 16.04. Is it available? If it is, how do I install it?

I tried lspci -nn | grep and got the following:

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]: Advanced Micro Devices, Inc. [AMD/ATI] Whistler [Radeon HD
 6630M/6650M/6750M/7670M/7690M] [1002:6741] (rev ff)
David
  • 3,367
user227495
  • 4,089
  • 17
  • 56
  • 101

1 Answers1

1

Check out this

https://help.ubuntu.com/community/RadeonDriver

This already exists.

yolo7398
  • 393
  • @yolo7398 , I tried " sudo apt-get install mesa-utils " command. But under " About this computer ", there is no graphics card. Thanks. – user227495 Sep 01 '16 at 13:57