[PATCH] Documentation update

From: Ph. Marek
Date: Mon May 22 2006 - 04:44:45 EST


The example is different from the description above, and a remark
for mode setting.



diff -u linux-source-2.6.14.orig/Documentation/fb/intelfb.txt linux-source-2.6.14/Documentation/fb/intelfb.txt
--- linux-source-2.6.14.orig/Documentation/fb/intelfb.txt 2005-10-28 02:02:08.000000000 +0200
+++ linux-source-2.6.14/Documentation/fb/intelfb.txt 2006-05-19 14:32:16.000000000 +0200
@@ -85,12 +85,20 @@

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/