It is as though the Video select option isn't handling the kernel arg, since
vga=ask doesn't present my with a selection menu either.
Has vesafb or Video_select support somehow been dropped in the latest stable
kernel???
I have built the kernel on multiple machines with the following .config, and
have resorted to downgrading my kernel by systematically decrementing versions,
I've gone back as far as 2.4.14 so far, with no luck in initializing the vesafb.
I have the vesafb working under 2.4.5, but really would like to avoid going
that far back.
Following is the FB specific portion of my .config
# Console drivers
CONFIG_VGA_CONSOLE=y
CONFIG_VIDEO_SELECT=y
# Frame-buffer support
CONFIG_FB=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FB_VESA=y
CONFIG_VIDEO_SELECT=y
CONFIG_FBCON_ADVANCED=y
CONFIG_FBCON_CFB8=y
CONFIG_FBCON_CFB16=y
CONFIG_FBCON_CFB24=y
CONFIG_FBCON_CFB32=y
CONFIG_FBCON_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/