1

I have installed Ubuntu 20.04 in a computer with a Ryzen 7 5700g, which comes with a RX Vega 8 integrated. The computer work fine for the basic tasks I have performed already, but when checking Settings > About, it shows: "Graphics: AMD® Renoir", instead of the Vega 8, or at least Cezanne.

I'm trying to find the drivers to correct this, but without success.

Edit:

Kernel version

$ uname -r
5.13.0-37-generic
rvbarreto
  • 389

1 Answers1

1

As mentioned, the drivers are already in the kernel. Alternatively, you can download the installer for Radeon drivers here:

https://www.amd.com/en/support/kb/release-notes/rn-amdgpu-unified-linux-22-20

Whatever is shown in about does not have to be Vega, it might well be as you see now. You can check dmesg and lscpi for example to see if it is loaded.

For example :

dmesg | grep -i amd

You may need sudo in front of that in recent Ubuntu versions.