To set the resolution at reboot, add something like this to
rc.securelevel:

if [ -x /usr/local/sbin/855resolution ]; then
	echo -n ' 855resolution'
	/usr/local/sbin/855resolution 4d 1400 1050 > /dev/null
fi
