README 518 B

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