Solved How to install AMD Radeon RX 580 driver on FreeBSD 13.1?

Hello,

I have read some sources on the web and it seems like the RX 580 driver for FreeBSD 13.1 is at the ports tree:

This is only for versions after FreeBSD 13 ( I am using 13.1)

Either way I installed the following command as mentioned on the above link (had to install the ports tree to install "drm-510-kmod"):
Code:
portsnap fetch
portsnap extract
portsnap fetch
portsnap update
cd /usr/ports/graphics/drm-510-kmod/ && make install clean

I then added the following line to the "/etc/rc.conf" folder:
Code:
kld_list="amdgpu"

I did a reboot and nothing changed. Still pixelated windows and not able to change screen resolution other than 1080P (using a 4K monitor).

Note: I did install KDE plasma before installing the AMD driver following this guide:

View: https://www.youtube.com/watch?v=kzIWXdcrK5I

Not sure whats wrong here.

Thanks for any advice.

EDIT: Solved the issue:

Code:
pkg install gpu-firmware-kmod
 
Back
Top