This patch automatically set VIDEO_SELECT when you select VESA FB. Currently if you select VESA FB with fbcon but don't select VGA console the box will not have its video mode set. Thus you get a blank screen. Please apply.
Signed-off-by: James Simmons <[EMAIL PROTECTED]> diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 7a43020..c3fcf04 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -551,6 +551,7 @@ config FB_VESA select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT + select VIDEO_SELECT help This is the frame buffer device driver for generic VESA 2.0 compliant graphic cards. The older VESA 1.2 cards are not supported. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/