cancel
Showing results for 
Search instead for 
Did you mean: 

Blender Discussions

endrii
Adept I

AMD drivers for Ubuntu 24.04 (AMD GPU PRO for latest linux kernel)

I tried to install latest available drivers, but it failed.
So when you will release drivers for new Ubuntu 24.04. And Why you have so long time delay?

Note: it's needed for Blender HIP rendering.

8 Replies
RatBox
Journeyman III

I would also like to know this!
(Leaving a comment in case of update 😄 )

mbenin
Journeyman III

I installed ubuntu 24.04 and i'm facing the same problem here

I had an advance using this repo:
https://repo.radeon.com/amdgpu-install/latest/ubuntu/jammy/

After that i was issuing a problem envolving KMS version.

Now i'm facing software rendering as GPU and my second monitor is totally off! LOL !

 

Why is this so difficult to do on linux based systems ? 

I just gave up. I rollbacked to the initial state (amd-uninstall). Everything went "normal" again (system settings showing gpu hardware again and got back my second monitor)

0 Likes
JLP
Adept II

AMD will really have to be much better at supporting latest releases of *buntu and also other GNU/Linux distributions. Or even better they should just start properly supporting the better drivers included in Mesa 3D.

Free society requires Free software
mauricioaiello
Journeyman III

I've just got a new Thinkpad T14 with a video card: Radeon™ 780M Graphics
And Ubuntu 24.04 as OS.
I could not find any Ubuntu 24.04 drivers for this yet.
Can anybody help me with this issue?

0 Likes

I tried following jammy driver and luckily is working :
https://repo.radeon.com/amdgpu-install/latest/ubuntu/jammy/

PS: of course, I prefer noble-numbat drivers if exists. 

0 Likes

The Ubuntu 24.04 have Linux kernel 6.8 with latest amdgpu drivers for your card - all should works fine except blender cycles rendering. This is topic about amdgpu pro that should be installed over amdgpu driver in kernel but at now latest available driver can't be installed because AMD still not release new drivers…

Hello Community,

 

I recently upgraded from Ubuntu 22.04 to 24.04 and my cycles render stopped using the GPU. This seems to be a common issue as the amdgpu-install script from the radeon package's apt source doesn't have support for noble (yet). The downloadable package direct from AMD doesn't mention 24.04 noble support yet either. I should mention that I did find that some had success with amdgpu-install but I only intend to use blender and don't game. That being said this may conflict with amdgpu-install (not sure) so YMMV. My primary use of the accelerated driver is exclusive to blender so this was initially a drag. Upon further investigation I  can report that I was able to utilize my AMD Radeon 6600 though.

 

This may already be common knowledge, or have a well known fix, but I found only scant information in this regard.

 

Unfortunately during my quest to enable the GPU I did not keep good documentation, I will post what I did in the hopes someone else needing this will benefit. 

 

AMD seems to be bringing better support for AMD GPU in the distro related to ROCm and hip. ROCm and HIP are used by blender to utilize the GPU in cycles.

 

My hardware/software:

 

Ryzen 5 3600

AMD Radeon 6600

 

Ubuntu 24.04

Blender 4.1

 

 

The solution for me:

sudo apt-get install libamdhip64-dev rocm-opencl-sdk rocm-core rocm-cmake rocm-smi rocm-device-libs-17 librocm-smi-dev

 

After the packages  were installed the GPU option appeared and eventually after rebooting and fiddling with the Edit/Preferences (selecting Radeon under the HIP Tab in System). I was able to have a non-greyed out GPU selected under Render cycles settings.

 

To confirm that I was actually utilizing the GPU I ran System Monitor and radeontop. Before blender would peg all my AMD Ryzen cores, after the solution was implemented the load shifted over to radeontop.

 

Hope this helps someone.

- M