• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D23-May-2012543 1714

Makefile.inH A D03-May-202212.9 KiB470404

README.davincifbH A D23-May-2012114 32

README.fusionH A D23-May-201259 21

README.matroxfb-vsync-irq-patchH A D23-May-2012245 54

README.savagefbH A D23-May-2012681 1410

README.davincifb

1This patch allows triple buffering on OSD0 using RGB16 format
2and adds support for choosing on+off sync flipping.
3

README.fusion

1Please download linux-fusion separately from the web site.
2

README.matroxfb-vsync-irq-patch

1This patch adds the ioctl FBIO_WAITFORVSYNC.
2The calling process' state will be set to TASK_INTERRUPTIBLE,
3it will be waken up by the interrupt handler for the vertical retrace.
4Processes can now wait for the vertical retrace without CPU usage.
5

README.savagefb

1The Savage frame buffer driver is highly experimental. Use at your own risk.
2
3There are two alternative patches:
4
5 savagefb-0.3.2-linux-2.4.19-pre7.patch  adds basic frame buffer support for
6                                         S3 Savage cards
7
8 savagefb-0.4.0-linux-2.4.19.patch       contains the features of the 0.3.2
9                                         version plus support for accelerated
10                                         fills and blits. Unfortunately it
11                                         doesn't seem to work for all cards.
12	                                 Use 'fbset -accel false' to turn off
13                                         acceleration.
14