Imported Upstream version 1.15.1
[deb_xorg-server.git] / hw / xfree86 / fbdevhw / man / fbdevhw.man
1 .\" $XFree86: xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.man,v 1.1 2001/01/24 00:06:34 dawes Exp $
2 .TH FBDEVHW __drivermansuffix__ __vendorversion__
3 .SH NAME
4 fbdevhw \- os-specific submodule for framebuffer device access
5 .SH DESCRIPTION
6 .B fbdevhw
7 provides functions for talking to a framebuffer device. It is
8 os-specific. It is a submodule used by other video drivers.
9 A
10 .B fbdevhw
11 module is currently available for linux framebuffer devices.
12 .PP
13 fbdev(__drivermansuffix__) is a non-accelerated driver which runs on top of the
14 fbdevhw module. fbdevhw can be used by other drivers too, this
15 is usually activated with `Option "UseFBDev"' in the device section.
16 .SH "SEE ALSO"
17 Xorg(__appmansuffix__), xorg.conf(__filemansuffix__),
18 xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__),
19 fbdev(__drivermansuffix__)
20 .SH AUTHORS
21 Authors include: Gerd Knorr, based on the XF68_FBDev Server code
22 (Martin Schaller, Geert Uytterhoeven).