"Options VESA"
"Options SC_PIXEL_MODE"
compile the kernel and reboot.
run "vidcontrol -i mode", if a 135x25 or 100x37 is displayed,
try "vidcontrol 135x25" #1024x768
"vidcontrol 100x37" #800x600
if your display goes to a high resolution, you can add the following linet to /etc/rc.conf
allscreens_flag="-g 135x25 VESA_1024x768" or
allscreens_flag="-g 100x37 VESA_800x600" |