Hello!

I have posted this problem to newbie forum, but received no answer...
The problem is that I need console framebuffer to use it as SDL videodriver. But no framebuffer device (/dev/fb* or /dev/fb/*) is created.(At SDL mailing list I was answered that /dev/fb* should be created, otherwise SDL won't work).
In kernel(linux-rbll 2.6.16.13-4-default) configuration it is set that vesafb should be built statically and intelfb as a module, and there is console framebuffer support. but why no framebuffer node is created?
my video - VGA compatible controller: Intel Corporation 82815 CGC [Chipset Graphics Controller] (rev 02)

Thank you in advance.