FreeBSD screen resolutions

By | February 14, 2014

To test…

kldload vesa

vidcontrol -i mode (will list the available modes)

vidcontrol MODE_279

To make permanant

Edit /boot/loader.conf and add vesa_load=”YES”

Edit /etc/rc.conf add allscreens_flags MODE_279″ (for example)