diff options
Diffstat (limited to 'Documentation/fb')
-rw-r--r-- | Documentation/fb/intelfb.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/fb/intelfb.txt b/Documentation/fb/intelfb.txt index aa0d322db171..da5ee74219e8 100644 --- a/Documentation/fb/intelfb.txt +++ b/Documentation/fb/intelfb.txt | |||
@@ -88,12 +88,20 @@ Sample Usage | |||
88 | 88 | ||
89 | In /etc/lilo.conf, add the line: | 89 | In /etc/lilo.conf, add the line: |
90 | 90 | ||
91 | append="video=intelfb:800x600-32@75,accel,hwcursor,vram=8" | 91 | append="video=intelfb:mode=800x600-32@75,accel,hwcursor,vram=8" |
92 | 92 | ||
93 | This will initialize the framebuffer to 800x600 at 32bpp and 75Hz. The | 93 | This will initialize the framebuffer to 800x600 at 32bpp and 75Hz. The |
94 | framebuffer will use 8 MB of System RAM. hw acceleration of text and cursor | 94 | framebuffer will use 8 MB of System RAM. hw acceleration of text and cursor |
95 | will be enabled. | 95 | will be enabled. |
96 | 96 | ||
97 | Remarks | ||
98 | ------- | ||
99 | |||
100 | If setting this parameter doesn't work (you stay in a 80x25 text-mode), | ||
101 | you might need to set the "vga=<mode>" parameter too - see vesafb.txt | ||
102 | in this directory. | ||
103 | |||
104 | |||
97 | D. Module options | 105 | D. Module options |
98 | 106 | ||
99 | The module parameters are essentially similar to the kernel | 107 | The module parameters are essentially similar to the kernel |