From 2b146ebac8addc0ba68ff822ca2a7a66026d7730 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 13 Jan 2007 10:42:21 +0000 Subject: Document vo_tdfx_vid. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21896 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/video.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'DOCS/xml') diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml index c88a3ca1c5..409d4ea728 100644 --- a/DOCS/xml/en/video.xml +++ b/DOCS/xml/en/video.xml @@ -901,6 +901,51 @@ with + +tdfx_vid + + +This is a combination of a Linux kernel module and a video output +driver, similar to mga_vid. +You'll need a 2.4.x kernel with the agpgart +driver since tdfx_vid uses AGP. +Pass to configure +to build the video output driver and build the kernel module with +the following instructions. + + + +Installing the tdfx_vid.o kernel module: + + Compile tdfx_vid.o: + +cd drivers +make tdfx_vid.o + + + Then create the /dev/tdfx_vid device: + mknod /dev/tdfx_vid c 178 0 + and load the driver with + insmod tdfx_vid.o + + + To make it load/unload automatically when needed, first insert the + following line at the end of /etc/modules.conf: + + alias char-major-178 tdfx_vid + + Then copy the tdfx_vid.o module to the appropriate + place under /lib/modules/kernel + version/somewhere + and run + depmod -a + + + + + + + OpenGL output -- cgit v1.2.3