What I did wrong?
I already read this and added amdgpu to the /etc/rc.conf .Read the wiki link I posted: https://wiki.freebsd.org/Graphics#AMD_Graphics
I remember only error with framebuffer. But now my computer freezes when I start booting into FreeBSD. How can I watch logs?What's in /var/log/Xorg.0.log?
So I need only build graphics/drm-kmod from ports ?
Look, when I turn on the driver for the video card, the computer does not load the operating system. I use UEFI.
ls -lh /boot/modules/amdgpu* | head -n 1
. If you built them from source and installed correctly, the timestamp will reflect that.)Your example above is not the correct call to load the driver.
kld_list="amdgpu "
kld_list="/boot/modules/amdgpu.ko"