Table of Contents

FreeBSD New Sys Console

New Way as of FreeBSD 12.0

  1. Install graphics/drm-legacy-kmod
    pkg install drm-legacy-kmod
  2. Add the following to /etc/rc.conf
    /etc/rc.conf
    ...
    kld_list="/boot/modules/i915kms.ko"  # i915kms.ko is for intel graphics replace with another ko from /boot/modules as needed
    ...

Old Way piror to FreeBSD 12.0

i915kms_load="YES"
 
kern.vt.fb.default_mode="1280x1024"