Commit 6bf1d73d authored by Ph. Marek's avatar Ph. Marek Committed by Linus Torvalds

[PATCH] intelfb: Documentation update

Correct sample boot line and add a remark on mode setting.
Signed-off-by: default avatarAntonino Daplas <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ca27ac4c
...@@ -88,12 +88,20 @@ Sample Usage ...@@ -88,12 +88,20 @@ Sample Usage
In /etc/lilo.conf, add the line: 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 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 framebuffer will use 8 MB of System RAM. hw acceleration of text and cursor
will be enabled. 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 D. Module options
The module parameters are essentially similar to the kernel The module parameters are essentially similar to the kernel
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment