~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to hw/xfree86/fbdevhw/README

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
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.
 
8
 
 
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.
 
12
 
 
13
  Gerd
 
14
 
 
15
--
 
16
Gerd Knorr <kraxel@goldbach.in-berlin.de>