FreeBSD: Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices

After install FreeBSD-12.2-RELEASE with xorg, xfce on Thinkpad X1 Yoga(1st gen) when i run “startx” i got framebuffer devices server error.

Check the config file on /usr/local/etc/X11/xorg.conf.d/ .

Create(if not present) and set driver scfb :

vim /usr/local/etc/X11/xorg.conf.d/driver-intel.conf

Section "Device"
Indentifier "Card0"
Driver "scfb"
EndSection

Ref:
scfb – video driver for wsdisplay framebuffer device
https://www.freebsd.org/cgi/man.cgi?query=scfb