xenocara/xserver/hw/xfree86/fbdevhw
2023-11-11 18:37:37 +00:00
..
man sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
fbdevhw.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
fbdevhw.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
fbdevhwstub.c sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
fbpriv.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.am sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.in sync code with last improvements from OpenBSD 2023-11-11 18:37:37 +00:00
meson.build sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
README sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00

This is a submodule to access linux framebuffer devices.
It is supported to work as helper module (like vgahw)
for the chipset drivers.  There are functions for
saving/restoring/setting video modes, set palette entries,
and a few more helper functions.  Some of them can be
hooked directly into ScrnInfoRec.

In ../drivers/fbdev is a "chipset" driver.  It is a simple,
non-accelerated and hardware-independent driver which works
on top of this fbdevhw submodule.

  Gerd

--
Gerd Knorr <kraxel@goldbach.in-berlin.de>