Hi everyone, I am still very new at this FreeBSD stuff so I’m glad I can possibly help someone. If you’re trying to get a desktop environment going in one of these laptops, or anything that uses the i915 graphics and you get errors opening X, the issue is related to drm-kmod built from packages (at least in 12.2 Release). I uninstalled it and tried building from ports instead but it still failed to open X.
I have seen posts mentioning that this chipset is only supported by drm-devel-kmod but when I tried building from it it quit saying that my OS version wasn’t supported.
I ended up reinstalling the OS and right away I ran “freebsd update fetch && freebsd-update install” followed by portsnap auto and portsnap fetch. Once that was done I went into graphics/drm-kmod and made “make install clean” to build the i915 module.
I then installed and ran desktop-installer and voila, X started successfully!
So that’s it, I hope this helps someone out there.
I have seen posts mentioning that this chipset is only supported by drm-devel-kmod but when I tried building from it it quit saying that my OS version wasn’t supported.
I ended up reinstalling the OS and right away I ran “freebsd update fetch && freebsd-update install” followed by portsnap auto and portsnap fetch. Once that was done I went into graphics/drm-kmod and made “make install clean” to build the i915 module.
I then installed and ran desktop-installer and voila, X started successfully!
So that’s it, I hope this helps someone out there.