Imported Upstream version 1.15.1
[deb_xorg-server.git] / hw / xfree86 / fbdevhw / README
CommitLineData
a09e091a
JB
1
2This is a submodule to access linux framebuffer devices.
3It is supported to work as helper module (like vgahw)
4for the chipset drivers. There are functions for
5saving/restoring/setting video modes, set palette entries,
6and a few more helper functions. Some of them can be
7hooked directly into ScrnInfoRec.
8
9In ../drivers/fbdev is a "chipset" driver. It is a simple,
10non-accelerated and hardware-independent driver which works
11on top of this fbdevhw submodule.
12
13 Gerd
14
15--
16Gerd Knorr <kraxel@goldbach.in-berlin.de>