Ah, I guess the Debian kernel config doesn't enable FBCON so you need to tell Debian to always load this module.
Maybe something like: mkdir -p /etc/modules-load.d printf "# Load fbcon driver\nfbcon\n" &> /etc/modules-load.d/fbcon.conf If that doesn't work, post /var/log/Xorg.0.log and output of `lsmod` Alec _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
