Jump to content
26 minutes ago, Slo2020 said:

How to install GPU drivers for AMD Radeon RX 6000 series in Ubuntu?

Straight from AMD's site. Unlike nvidia, AMD actually have a clear support for Linux.

Press quote to get a response from someone! | Check people's edited posts! | Be specific! | Trans Rights

 

Link to post
Share on other sites

2 minutes ago, LloydLynx said:

If you don't know what that is, then you almost certainly don't need it.

...Or just explain it as equivalence to CUDA, which is allowing the GPU to accelerate compute loads like rendering and scientific loops.

 

Gatekeeping such trivial thing to explain just dont make sense.

Press quote to get a response from someone! | Check people's edited posts! | Be specific! | Trans Rights

 

Link to post
Share on other sites

From what I've googled, it seems you need to upgrade to Ubuntu 21.04 to get the up-to-date kernel with out-of-the-box support for your GPU. Before that though, search "Additional drivers" in your settings, maybe it will give you and option to install drivers for your card without the need to upgrade the system.

 

Do not try to install a proprietary driver from AMD website. I tried once for OpenCL stuff, that was super painful, and, as mentioned above, completely unnecessary.

Link to post
Share on other sites

If it's not for workstation use, as in you don't need OpenCL, you shouldn't need to install any drivers. You may however need to be on a newer version of Ubuntu such as 21.04

 

If it's for workstation use, as in you need OpenCL.

 

Most things in Linux are not built against AMDGPU-PRO, so it is generally not recommended. In Gaming scenarios, it can actually perform worse than the open-source driver.

AMDGPU-PRO mostly exists as a shared driver implementation between Windows and Linux, much like NVIDIA's proprietary driver.

 

Link to post
Share on other sites

GPU drivers was problem in Ubuntu 21.04. No more artifacts.

 

https://linuxconfig.org/amd-radeon-ubuntu-20-04-driver-installation

 

PPA third-party repository

If you absolutely insist to have the latest AMD Radeon driver version you may use the PPA third-party repository which might be always ahead of the stable default opensource driver coming with your Ubuntu 20.04 system as default. To install the PPA third-party repository drivers execute the following commands:

$ sudo add-apt-repository ppa:oibaf/graphics-drivers

The above will add the PPA AMD Radeon driver repository to your system. The following command will upgrade your current AMD Radeon driver to the latest version:

$ sudo apt update && sudo apt -y upgrade
Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×