xserver/hw/xfree86/fbdevhw
Diego Viola e8f4522312 Fix typos
Signed-off-by: Diego Viola <diego.viola@gmail.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2134>
2026-03-03 06:50:01 -03:00
..
man man pages: use .BR to mark up man page references 2026-01-25 10:40:01 -08:00
fbdevhw.c xfree86: fbdevhw: use explicit field initializers for XF86ModuleData 2026-01-25 10:40:00 -08:00
fbdevhw.h api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
fbdevhwstub.c Make stub version of fbdevHWAdjustFrame match new prototype in fbdevhw.h 2012-06-11 18:29:16 -07:00
fbpriv.h Fix typos 2026-03-03 06:50:01 -03:00
meson.build meson: Install man pages 2018-03-27 10:28:33 -04:00
README Initial revision 2003-11-14 16:48:57 +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>