AMD Radeon Graphics: Installation on Ubuntu 22.04 LTS
I have an AMD Thinkpad T14 Gen 1 device, when I use ubuntu by default the graphics driver used is renoir. I want to install the default graphics driver from amd.
Downloading and Installing Linux Drivers for AMD Radeon Graphics
cd /tmp
wget https://repo.radeon.com/amdgpu-install/6.1.3/ubuntu/jammy/amdgpu-install_6.1.60103-1_all.deb
sudo dpkg -i amdgpu-install_6.1.60103-1_all.deb
sudo amdgpu-install
Can be seen in the Graphics section already using AMD Radeon Graphics.