#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
start() {
ebegin "Setting frambe buffer resolution"
modprobe fbdev
if [ -n "$FRAMEBUFFER_RESOLUTION" ]; then
fbset -a $FRAMEBUFFER_RESOLUTION
fi
eend 0
/etc/init.d/consolefont restart
}