AMD (ATI Radeon) Graphic Drivers

From WikiMLT

Here are list­ed the steps about de­ploy­ing AMD (ATI Radeon) Graph­ic Dri­vers for Ubun­tu 16.04 on Dell Vostro 3350.

List the avail­able graph­ic con­trollers

lspci -k | grep -EA2 'VGA|3D'
#Out­put: Vostro 3350
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
	Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics Controller
	Kernel driver in use: i915
--
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] (rev ff)
	Kernel driver in use: radeon
	Kernel modules: radeon

Down­load and In­stall the dri­ver

Browse the repos­i­to­ry AMD Radeon Sup­port: Lin­ux Down­load Cen­ter, down­load and in­stall the dri­ver.

Check whether the dri­ver is in­stalled

dpkg -l amdgpu-pro

Ref­er­ences