You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xserver/hw/xfree86/fbdevhw
Alan Coopersmith 23e83724df Fix spelling/wording issues
Most (but not all) of these were found by using
  codespell --builtin clear,rare,usage,informal,code,names
but not everything reported by that was fixed.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
4 years ago
..
man man: s/__/@/g 7 years ago
Makefile.am Replace INCLUDES with AM_CPPFLAGS 11 years ago
README Initial revision 21 years ago
fbdevhw.c Fix spelling/wording issues 4 years ago
fbdevhw.h api: rework the X server driver API to avoid global arrays. 13 years ago
fbdevhwstub.c Make stub version of fbdevHWAdjustFrame match new prototype in fbdevhw.h 13 years ago
fbpriv.h Fix spelling/wording issues 4 years ago
meson.build meson: Install man pages 7 years ago

README

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>