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