Index: documentation.html =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v retrieving revision 1.380 diff -u -r1.380 documentation.html --- documentation.html 28 Jan 2003 23:10:49 -0000 1.380 +++ documentation.html 2 Feb 2003 13:49:48 -0000 @@ -131,9 +131,23 @@
  • 2.3.1.2.1.4 ATI cards
  • 2.3.1.2.1.5 NeoMagic cards
  • 2.3.1.2.1.6 Trident cards
  • +
  • 2.3.1.2.1.7 Kyro/PowerVR cards
  • -
  • 2.3.1.2.2 DGA
  • +
  • 2.3.1.2.2 DGA + +
  • 2.3.1.2.3 SDL
  • 2.3.1.2.4 SVGAlib
  • 2.3.1.2.5 Framebuffer output (FBdev)
  • @@ -143,7 +157,14 @@
  • 2.3.1.2.9 AAlib - text mode displaying
  • 2.3.1.2.10 VESA - output to VESA BIOS
  • 2.3.1.2.11 X11
  • -
  • 2.3.1.2.12 VIDIX
  • +
  • 2.3.1.2.12 VIDIX + +
  • 2.3.1.2.13 DirectFB
  • 2.3.1.2.14 DirectFB/Matrox (dfbmga)
  • Index: video.html =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/video.html,v retrieving revision 1.128 diff -u -r1.128 video.html --- video.html 30 Jan 2003 19:32:19 -0000 1.128 +++ video.html 2 Feb 2003 13:49:49 -0000 @@ -205,11 +205,18 @@

    2.3.1.2.1.6 Trident cards

    -

    If you want to use xv with a trident card, provided that it doesn't work +

    If you want to use Xv with a Trident card, provided that it doesn't work with 4.1.0, install XFree 4.2.0. 4.2.0 adds support for fullscreen xv support with the Cyberblade XP card.

    +

    2.3.1.2.1.7 Kyro/PowerVR cards

    + +

    If you want to use Xv with a Kyro based card (for example Hercules Prophet + 4000XT), you should download the drivers from the + http://www.powervr.com/ site.

    + +

    2.3.1.2.2 DGA

    @@ -397,14 +404,6 @@ -

    2.3.1.2.2.9 Future work

    - - - -

    2.3.1.2.2.A Some modelines

    @@ -594,8 +593,8 @@
       it has hardware VSYNC support with triple buffering. It works on both
       framebuffer console and under X.

    -

    WARNING: on non-Linux systems, use VIDIX for - mga_vid!

    +

    NOTE: this is Linux only! On non-Linux (tested on FreeBSD) systems, + you can use VIDIX instead!

    Installation:

      @@ -924,8 +923,55 @@ Unfortunately you must have root privileges to use VIDIX due to direct hardware access. At least the SUID bit on the MPlayer executable must be set. +

      + UPDATE
      + Since the svgalib_helper support, you can run it without being root. + Download the development + versions of svgalib (for example 1.9.17) and move the + svgalib-1.9.17/kernel/svgalib_helper directory to + mplayer/main/libdha/svgalib_helper. Compile the module in the svgalib_helper + directory and insmod it, after that recompile libdha and install it.
      + It should work out-of-the-box after that ;) + +

      2.3.1.12.1 ATI cards

      + +

      Currently most of the ATI cards are natively supported, starting from Mach64 + and ending at the newest Radeons.

      + +

      There are two compiled binaries: radeon_vid and rage128_vid, as their + name states, they are for different cores, and so you can force it, anyway, + the VIDIX system autoprobes all the available drivers and tries to find a + supported card.

      + + +

      2.3.1.12.2 Matrox cards

      + +

      Matrox G200,G400,G450 and G550 are reported as working.

      + +

      The driver supports video equalizers too and should be nearly so fast as + the Matrox framebuffer.

      + + +

      2.3.1.12.3 Trident cards

      + +

      There is a driver available for the Trident Cyberblade/i1 chipset, which + can be found on the VIA Epia motherboards.

      + +

      The driver was written and is maintained by Alastair M. Robinson.

      + +

      You can find sometimes updated drivers on his + homepage, + but usually we sync the sources, so at least the CVS versions should be + always up-to-date.

      + + +

      2.3.1.12.4 3DLabs cards

      + +

      Altought there's a driver for the 3DLabs GLINT R3 and Permedia3 chips, + noone has tested it, so reports are awaited.

      +

      2.3.1.2.13 DirectFB