> new install on a Raspberry Pi 4 with 4G ram getting this when trying to > start xenodm: [...] > Is there really no console driver? Am I missing installing a package or > something else?
You need to enable glass console ("set tty fb0" in the boot loader, or
in /etc/boot.conf) for the frame buffer to work.
When using serial console, the fdt node for the frame buffer gets marked
as `disabled' and is skipped during probe, which is why no display
drivers (simplefb0 and wsdisplay0) attach.
Miod
