Overview
--------

This package contains source code and binary modules required to build the
driver. Proprietary and closed source part of the driver provided in form of
precompiled object files. During the build process open source part will be
compiled and linked with the proprietary code to form loadable kernel module.


Requirements
------------

Kernel: 2.6.x and 3.x kernels are supported. In order to successfully
load module kernel must include Video4Linux support.

Kernel source tree:
To successfully compile the driver, a kernel source tree has to be installed
and configured to match currently running kernel.

Compilation
-----------

Type 'make load' to compile and load vga2pci module.
Type 'make install' to copy module to the standard module directory.

Usage
-----

After you have successfully compiled and loaded vga2pci module, you can try
the following V4L applications:

transcode -x v4l,null --use_rgb -i /dev/video -f 3 -g 1600x1200 -y raw,null -z -r 2 -f 10 -o test.avi

mplayer -tv driver=v4l:outfmt=rgb24:fps=15 tv://

mencoder \
        -oac lavc \
        -ovc lavc \
        -lavcopts vcodec=mpeg4:keyint=100:vbitrate=8000:vhq \
        -noaspect -flip \
        -o test.avi \
        -tv noaudio:driver=v4l:outfmt=bgr24:device=/dev/video0 \
        tv://
