Drivers for RX550

Hi,

I'm running a system with amd ryzen 3600 and RX550 graphics. I would like to know what packages, modules and Xorg config i need to set to have a full desktop working with freebsd 12.0.


I have tried drm-fbsd11.2-kmod with amdgpu without succes (had problems with artefacts) and radeonkms.ko does not start xorg.



 
I thought for ports you want to point to the actual module. What you are loading with that command is the module in /boot/kernel
The base system has the same exact file name, so you must use the path to the module for some ports.

/etc/rc.conf
kld_list /boot/modules/amdgpu.ko

The book also says the same:
 
I thought for sure I saw the module in /boot/kernel
But it was only amdgpio.ko that fooled me.

So the i915kms and radeon driver are the graphics ports modules that need the full path.
 
Back
Top