xserver/hw/xfree86/fbdevhw
Enrico Weigelt, metux IT consult 630b3144b8 (!1681) xfree86: fbdevhw: use LogMessageVerb() instead of xf86Msg()
Both are doing same job, so no need to keep using an duplicated implementation.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-09-18 17:23:09 +02:00
..
man Remove autotools support 2021-10-27 13:15:40 +03:00
README Initial revision 2003-11-14 16:48:57 +00:00
fbdevhw.c treewide: replace xnfcalloc() calls by XNFcallocarray() 2024-07-26 23:41:33 +00:00
fbdevhw.h api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
fbdevhwstub.c (!1681) xfree86: fbdevhw: use LogMessageVerb() instead of xf86Msg() 2024-09-18 17:23:09 +02:00
fbpriv.h Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
meson.build meson: Install man pages 2018-03-27 10:28:33 -04: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>