Forum Discussion
Altera_Forum
Honored Contributor
19 years agoFrame Buffer driver
Hello! I'm new in uCLinux. I'm writing a frame buffer driver, but I can't find information about writing drivers for Linux. Please help, where I can find documentation. Somebody wrot...
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by nick@Dec 18 2006, 11:31 PM is it possible to run linux and frame buffer from the same sdram?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=20095)
--- quote end ---
--- Quote End --- Yes. If you use Altera's VGA core, you will surely run Linux and frame buffer from the same sdram. You may look at the wiki page, and linux.2.6.x/Documents, http://nioswiki.jot.com/wikihome/operating...duleprogarmming (http://nioswiki.jot.com/wikihome/operatingsystems/moduleprogarmming) You may find many frame buffer drivers in linux-2.6.x/drivers/video. You may use vfb.c as a starting point.