• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..29-Nov-2020-

man/H29-Nov-2020-2623

Makefile.amH A D29-Nov-2020423 2012

READMEH A D29-Nov-2020518 1712

fbdevhw.cH A D29-Nov-202026.5 KiB979787

fbdevhw.hH A D29-Nov-20203.1 KiB6752

fbdevhwstub.cH A D29-Nov-20202.8 KiB219179

fbpriv.hH A D29-Nov-202011.1 KiB264194

meson.buildH A D29-Nov-2020498 2420

README

1
2This is a submodule to access linux framebuffer devices.
3It is supported to work as helper module (like vgahw)
4for the chipset drivers.  There are functions for
5saving/restoring/setting video modes, set palette entries,
6and a few more helper functions.  Some of them can be
7hooked directly into ScrnInfoRec.
8
9In ../drivers/fbdev is a "chipset" driver.  It is a simple,
10non-accelerated and hardware-independent driver which works
11on top of this fbdevhw submodule.
12
13  Gerd
14
15--
16Gerd Knorr <kraxel@goldbach.in-berlin.de>
17