On Fri, Oct 26, 2001 at 11:18:14AM -0400, Stan Brown wrote: | I'm trying to get framebuffer to work on a Compaq Proliant box. I have | recompiled the kernel, including what I believe to be the correct | framebuffer module for thai machine, and _also_ the VESA framebuffer | module. | | Reboot, still no frambufffer. | | What other step(s) am I misssing?
Add "vga=0x31A" to your kernel command line. This will give you 1280x1024x16. See the docs for the values of the other modes. -D