xserver-multidpi/hw/xfree86/fbdevhw
Adam Jackson 48514fee3c Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all
framebuffer formats except cfb and the overlay modes should work, and
    r128 and radeon need to be loaded from the ati driver (both issues to
    be fixed soon). Tested on i740, s3virge, mach64, tdfx, vesa, and vga
    drivers. elfloader users shouldn't be affected.
2004-07-30 20:30:57 +00:00
..
fbdevhw.c Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all 2004-07-30 20:30:57 +00:00
fbdevhw.h Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all 2004-07-30 20:30:57 +00:00
fbdevhw.man.pre Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
fbdevhwstub.c Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
fbpriv.h Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00: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>