I have solved this problem several days ago
What the problem was:
What I have tried on my Linux by installing Radeon™ Software for Linux® version 22.40.5 for Ubuntu 22.04.2 the way that the documentation provided was correct. The problem was I didn't know that after installing it, I should have added my [user_name] into the video
and render
groups by invoking the following commands:
sudo usermod -a -G video [user]
sudo usermod -a -G render [user]
What I have done to solve:
But unfortunately, I had thoroughly uninstalled the Radeon™ Software for Linux® version 22.40.5 for Ubuntu 22.04.2. Therefore, I reinstalled it the way as I said in the question above. But on the step of invoking the command amdgpu-install --usecase=graphics,opencl,hip --opencl=legacy --vulkan=amdvlk --accept-eula
, I invoked the default command amdgpu-install -y
(which installed the usecases: dkms,graphics,opencl,hip
) instead since I didn't really know what the vulkan
was and what it was used for.
After that, I added my [user_name] into the video
and render
groups by invoking the following commands:
sudo usermod -a -G video [user]
sudo usermod -a -G render [user]
This is the screenshot of the HIP tab on the Cycles Render Devices in my Blender in Linux after doing that:
