xserver-multidpi/hw/xfree86/fbdevhw
Gaetan Nadon 885a333009 man: refactor common code in the man pages makefiles
Create a manpages.am makefile snippet in the root dir.
Each man page makefile includes manpages.am.

Now all man pages in xserver are generated the same way
using the same method as all of other xorg modules.
All ".man.pre" files in git are ".man" now.
Links are no longer created between different file types.

Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: RĂ©mi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
2011-01-18 15:11:10 -08:00
..
man man: refactor common code in the man pages makefiles 2011-01-18 15:11:10 -08:00
fbdevhw.c xfree86: Remove useless module setup functions where appropriate 2010-09-22 10:57:22 -04:00
fbdevhw.h XFree86: fbdevhw: Add helper function to get fd 2009-01-05 11:24:24 +02:00
fbdevhwstub.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbpriv.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
Makefile.am fbdevhw: build man pages using XORG_MANPAGE_SECTIONS 2011-01-18 15:11:00 -08: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>