====== 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.
* This driver is integrated with Mesa, an open-source implementation of OpenGL and Vulkan APIs.
**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.
* [[Ubuntu:GPU:AMD GPU:Install AMD Radeon Driver:Method 1 - Using Default Open Source Drivers|Method 1 - Using Default Open Source Drivers]]
* [[Ubuntu:GPU:AMD GPU:Install AMD Radeon Driver:Method 2 - Install AMDGPU-PRO|Method 2 - Install AMDGPU-PRO]]
* [[Ubuntu:GPU:AMD GPU:Install AMD Radeon Driver:Method 3 - ROCm Installation|Method 3 - ROCm Installation]]
----