# AMD Radeon Graphics: Installation on Ubuntu 22.04 LTS

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1724471852855/87d77760-6e0f-4445-abac-8e7c4f51e712.jpeg align="center")

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**

```bash
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.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1724471713007/77df7cd7-f57a-441e-9c3b-27bb72f14202.png align="center")
