It took two installs before I realized that the reason I am unable to get my screen to work is because the drm-kmod binary is the wrong OS version. I am running FreeBSD 12.2-release and whenever I install drm-kmod using
Whenever I build it, it works flawlessly. Then I run
pkg install drm-kmod
I get kernel errors because its the wrong kernel / os version. Whenever I build it, it works flawlessly. Then I run
pkg update
to update, for example, MariaDB server and then my screen does not work properly because the drm-kmod will be updated, installed from the binary from the server and it will not load anymore. This is the only package that is missmatched for me. How do I fix this?