xserver-multidpi/hw/xfree86/fbdevhw
Gaetan Nadon 92d50c38b2 man: s/__xservername__/Xorg/g - no longer required
Excerpt from http://lists.x.org/archives/xorg-devel/2011-March/020481.html:

  The Xorg & xorg.conf substitutions are leftover from the transitional
  period where some distros were building our sources with the XFree86
  and XF86config names until they had time to adjust the rest of their
  packages/installer/config code to the new names.

This will fix inconsistencies and prevent the creation of new unneeded
sed patterns.

Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
2012-03-26 16:36:55 -07:00
..
man man: s/__xservername__/Xorg/g - no longer required 2012-03-26 16:36:55 -07:00
fbdevhw.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
fbdevhw.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
fbdevhwstub.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
fbpriv.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
Makefile.am xfree86: Link modules with -module 2011-10-15 21:18:47 -07: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>