Graphic daemon

I got FreeBSD 15.0-CURRENT. It opens the login screen in text mode but sometimes before the login screen was graphic. I want to keep it graphic. My laptop is a lenovo T420.
 
This is probably not particularly related to 15-CURRENT but likely to the fact that from 14.2-RELEASE upwards (stable/14, main (CURRENT), including stable/13) the console is text only mode when legacy BIOS.


What does sysctl machdep.bootmethod show?

If BIOS, it can be reverted to graphics mode by undoing the changes and
Code:
 # cd /usr/src/stand
 # make  install
 
I will install STABLE. Sorry.
stable/13 hasn't the modification merged, yet. From the commit log
This should be merged back into stable/14 and stable/13 so it's in the
next release for each of these. That way we have only one release (13.4)
with the other defaults.

stable/14, 14.2-RELEASE, 15.0-CURRENT are text only, no graphics in console, unless a custom boot loader is used.
 
Back
Top