Chwd doesn't seem to recognize Radeon 880M / 890M?

Hello,

Newbie here :slight_smile: …and wow is CachyOS awesome! With ArchLinux, I couldn’t get a top Geekbench score (and just best perfomrnace in general) and with CachyOS I immediately did with the LiveOS!!

CachyOS seems to be the best of all worlds :stuck_out_tongue_winking_eye:

Praise aside, I ran the Geekbench GPU test and it got a terrible score, which immediately made me think something was wrong with the driver for the iGPU on my system. Below is what chwd is reporting when I attempt to auto detect:

❯ sudo chwd -a
> Skipping already installed profile 'fallback' for device: 0000:c3:00.0 (0380:1002:150e) Display controller Advanced Micro Devices, Inc. [AMD/ATI] Strix [Radeon 880M / 890M]

The value of *fallback seems very wrong. I attempted to manually install the amd profile:

❯ sudo chwd -i amd
Error: no matching device for profile '<U+2068>amd<U+2069>' found!
Error: Error occurred

Can anyone help? guide me in the right direction?

Thanks in advance

Mhmm, we take a look into.

You can install vulkan-radeon, lib32-vulkan-radeon to have the proper installed packages.
If you need rocm, you can install hip-runtime-amd

Thanks for the prompt reply @ptr1337

Okay, I pacman installed vulkan-radeon and re-ran chwd -a with no success

Is that all that is needed to install the drivers? and for chwd to pick it up?

I suspect this is what I need AMD Radeon(TM) Graphics - Vulkan Hardware Database by Sascha Willems :thinking:

Eh looks like the amd GPU is somehow as 0380. Was never the case…

Should be now fixed with -2

Indeed fixed! :rocket: Thank you @vnepogodin @ptr1337