Quoting Chad Hardin ([EMAIL PROTECTED]): > Hello all, > > Could somebody explain to me thr process of using the kernel framebuffer > drivers as modules? I am building an Os distro and would like to move > away from X11 and use directfb eventually. > Since i cant know what video cards the users will use, i would need to > install them dynamically with the kernel mod utils.
All framebuffer drivers can be compiled in and the right one is selected automatically depending on the card's PCI vendor and device id. vesafb can be compiled in, too, but my experience is that if you set a vesa mode at boot time (via vga=xxx) it always uses vesafb. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
