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

..03-May-2022-

man/H03-May-2022-875788

Makefile.amH A D29-Jul-2021423 2012

Makefile.inH A D03-May-202234.2 KiB1,056958

READMEH A D29-Jul-2021518 1712

fbdevhw.cH A D29-Jul-202126.5 KiB979787

fbdevhw.hH A D29-Jul-20213.1 KiB6752

fbdevhwstub.cH A D29-Jul-20212.8 KiB219179

fbpriv.hH A D29-Jul-202111.1 KiB264194

meson.buildH A D29-Jul-2021498 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