mpv/drivers
nick 6b473dc297 Minor fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3067 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 10:20:09 +00:00
..
radeon Minor fixes 2001-11-22 10:20:09 +00:00
3dfx.h updated - by zsteva@ptt.yu 2001-10-21 17:34:40 +00:00
Makefile Added StrongARM crosscompiling support by Maksim Krasnyanskiy <maxk at qualcomm.com> and fixed a --datadir bug in configure. 2001-07-28 05:36:45 +00:00
README Initial revision 2001-02-24 20:28:24 +00:00
mga_vid.c ah, crtc2 disabled by default 2001-10-21 17:30:28 +00:00
mga_vid.h gcc warnings fixed - patch by Aelius aelius@wish.net 2001-05-23 19:51:52 +00:00
mga_vid_test.c gcc warnings fixed - patch by Aelius aelius@wish.net 2001-05-23 19:51:52 +00:00
sis_vid.c printk() loglevel fix 2001-03-09 00:42:27 +00:00
sis_vid.h Initial revision 2001-02-24 20:28:24 +00:00

README

mga_vid  -  MGA G200/G400 YUV Overlay kernel module

	Author:
		Aaron Holtzman <aholtzma@ess.engr.uvic.ca>, Oct 1999

	Contributions by:
		Fredrik Vraalsen <vraalsen@cs.uiuc.edu>
		Alan Cox <alan@lxorguk.ukuu.org.uk>

                       WARNING  -----  WARNING

This code messes with your video card and your xserver. It will probably
lock up your box, format your hard drive, and cause your brand new g400 
MAX to spout 6 inch flames. You have been warned.

                       WARNING  -----  WARNING

What does this code do?

	 mga_vid is a kernel module that utilitizes the Matrox g200/g400 video 
	 scaler/overlay unit to perform YUV->RGB colorspace conversion and
	 arbitrary video scaling.

	 mga_vid is also a monster hack.

How does mga_vid work?

	This kernel module sets up the BES (backend scaler) with approriate values
	based on parameters supplied via ioctl. It also maps a chunk of video
	memory into userspace via mmap. This memory is stolen from X (which may
	decide to write to it later). The application can then write image data
	directly to the frame buffer (if it knows the right padding, etc).


How do I know if mga_vid works on my system?

	There are test applications called mga_vid_test_g400 and mga_vid_test_g200.
	Use the appropriate one for your card. This test code should draw some
	nice 256x256 images for you if all is working well.