Solved Cannot run in framebuffer mode. Please specify busIDs

Hi everyone, I was trying to install FreeBSD 12.1-RELEASE in a laptop HP Intel. I installed Xorg, Xfce, drm-kmod, edited /etc/rc.conf adding kld_list="/boot/modules/i915kms.ko". reboot. But this didn't work for me.
So I remove with pkg remove xorg, pkg remove drm-kmod. Go to /usr/ports/x11/xorg and type # make install clean, then, /usr/ports/graphics/drm-kmod type # make install clean.
Just unload the already loaded driver # kldunload i915kms and load the one from graphics/drm-kmod via # kldload /boot/modules/i915kms.ko

These steps worked for me.
Good luck!
 
Back
Top