sysrc kld_list freebsd-version -kru ; uname -aKU pkg info -x gpu-firmware-kmod drm-fbsd13-kmod drm-current-kmod drm-devel-kmod pkg -vv | grep -e url -e enabledThank grahamperrin for your very fast reply!Probably an edge case with graphics drivers. Can you describe the graphics hardware?
Which version of FreeBSD, exactly? And so on. Please share outputs from the following commands:
sysrc kld_listfreebsd-version -kru ; uname -aKUpkg info -x gpu-firmware-kmod drm-fbsd13-kmod drm-current-kmod drm-devel-kmodpkg -vv | grep -e url -e enabled
freebsd-update fetch install pkg install drm-kmod sysrc -f /etc/rc.conf kld_list+=amdgpuamdgpu kernel module. Thank you so much. I changed as you said and everything seems to be fine now. I'll keep testing for a few more days, thank you again.Thanks. Two key points:
For the update:
- the operating system is outdated
- as far as I can tell, you have not installed what's required to properly drive the graphics hardware.
For graphics, try this:
freebsd-update fetch install- restart the system.
References
pkg install drm-kmodsysrc -f /etc/rc.conf kld_list+=amdgpu
<https://wiki.freebsd.org/Graphics#AMD_GPU>
<https://bsd-hardware.info/?probe=e0c2a150f7#pci:1002-731f-1462-3810>, where it's reported that AMD Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] works with theamdgpukernel module.
<https://community.kde.org/FreeBSD/Setup#Quick_start> Graphics first, KDE and the rest.