I installed FreeBSD 11.2 on my DELL Latitude E7470 with UEFI (might be important). By default it does not install a GUI and that is fine by me (for now). Using the <Alt>+<Fn> keys I can switch between different virtual terminals.
I'm stuck with a 1920x1080 screen resolution
This results in way too small characters for me to read comfortably.
- I tried enterind
mode 0in /boot/loader.conf to switch to 800x600 mode but that does not work. It does work however when I press the<Esc>key during boot and enter it at the boot prompt. - Using
gop set <n>crashes the laptop, i.e. the screen goes black and the laptop does not respond to any keys anymore.
Anyone has any ideas on how to fix this?
mode 2doesn’t work either. The file /boot/loader.rc.local is not referenced anywhere. The file /boot/loader.conf.local is though. But that file is no different than the one I was already using. In addition, settingmodealso prevents the commands behind it from executing. Since I had my WLAN config in the file behind themodecommand, my wifi card stopped working. So FreeBSD clearly doesn’t like the command.