It depends on the framebuffer driver you compiled into the kernel:rush_ad wrote:now i have compiled kernel with what you told me to. now what should i options in boot loader to?
Old VESA driver: see <path_to_kernel_sources>/Documentation/fb/vesafb.txt
(something like 'vga=317' for 1024x768, 16bpp)
VESA tng: don't remember, as I don't currently have access to the machine I'm using it with, anyway search in <path_to_kernel_sources>/Documentation/fb/
and you should find something. Its main advantage it over the old driver is the ability to specify the refresh rate of the framebuffer console (useful for non laptop users).
Trident:
something like 'video=tridentfb:1024x768-8@60', where 8 is the color depth (256 colors here) and 60 the refresh rate. Again, if you do not have a Trident video card this driver is useless to you.
Hope this helps...




