On Fri, Sep 28, 2001 at 07:44:48PM +0200, Jesper Holmberg wrote: | * On Fri Sep 28, dman wrote: | > Check out the frame buffer stuff. I found it to be really cool. | | How do I get this frame buffer stuff to work? I compiled the kernel with | support for frame buffer, but obviously something else need to be | configured for it to start? Where should I look?
Add 'vga=0x31A' to the kernel command line. That mode gives 1280x1024x16. There are other modes you can use, but check the docs for what they are. HTH, -D