Table of Contents

Ubuntu - GPU - AMD GPU - Install AMD Radeon Driver

Recent versions of Ubuntu come with built-in kernel support for AMD graphics cards through the open-source AMDGPU driver.

NOTE: The default open-source driver should be perfectly suitable for most users, offering performance and stability.

  • But some users may require additional features or optimizations offered by proprietary drivers.

Install Required Packages

Update your system:

sudo apt update && sudo apt upgrade -y

Install required packages:

sudo apt install linux-headers-generic build-essential dkms

Options

Select the required Installation Method.