The patch titled intelfb: Documentation update has been removed from the -mm tree. Its filename is intelfb-documentation-update.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: intelfb: Documentation update From: Ph. Marek <philipp.marek@xxxxxxxxxx> Correct sample boot line and add a remark on mode setting. Signed-off-by: Antonino Daplas <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- Documentation/fb/intelfb.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff -puN Documentation/fb/intelfb.txt~intelfb-documentation-update Documentation/fb/intelfb.txt --- a/Documentation/fb/intelfb.txt~intelfb-documentation-update +++ a/Documentation/fb/intelfb.txt @@ -88,12 +88,20 @@ Sample Usage In /etc/lilo.conf, add the line: -append="video=intelfb:800x600-32@75,accel,hwcursor,vram=8" +append="video=intelfb:mode=800x600-32@75,accel,hwcursor,vram=8" This will initialize the framebuffer to 800x600 at 32bpp and 75Hz. The framebuffer will use 8 MB of System RAM. hw acceleration of text and cursor will be enabled. +Remarks +------- + +If setting this parameter doesn't work (you stay in a 80x25 text-mode), +you might need to set the "vga=<mode>" parameter too - see vesafb.txt +in this directory. + + D. Module options The module parameters are essentially similar to the kernel _ Patches currently in -mm which might be from philipp.marek@xxxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html