summaryrefslogtreecommitdiffstats
path: root/DOCS/video.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-23 21:56:41 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-23 21:56:41 +0000
commitb5e6ef5a795f9ec428476d46fbf8b40fdcd87a19 (patch)
tree730fd8f35cb9b888a21d5d042e1aa112476e2e07 /DOCS/video.html
parentff0afe1cd41433b5947993b51e66e018735a7e87 (diff)
downloadmpv-b5e6ef5a795f9ec428476d46fbf8b40fdcd87a19.tar.bz2
mpv-b5e6ef5a795f9ec428476d46fbf8b40fdcd87a19.tar.xz
updates
nvidia tv-out section etc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8261 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/video.html')
-rw-r--r--DOCS/video.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/DOCS/video.html b/DOCS/video.html
index c34559738e..b05a896628 100644
--- a/DOCS/video.html
+++ b/DOCS/video.html
@@ -1438,5 +1438,39 @@ for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024
<P>Check <A HREF="http://www.iki.fi/too/tvout-voodoo3-3000-xfree">this URL</A>.</P>
+
+<H4><A NAME="tv-out_nvidia">2.3.1.5.5 nVidia</A></H4>
+
+<P>First, you MUST download the closed-source drivers from
+ <A HREF="http://nvidia.com">http://nvidia.com</A>. I will not describe the
+ installation and configuration process because it does not cover the
+ scope of this documentation.</P>
+
+<P>After XFree86, XVideo, and 3D acceleration is properly working,
+ edit your card's Device section in the <CODE>XF86Config</CODE> file,
+ according to the following example (adapt for your card/TV):</P>
+
+<PRE>
+Section "Device"
+ Identifier "GeForce"
+ VendorName "ASUS"
+ BoardName "nVidia GeForce2/MX 400"
+ Driver "nvidia"
+ #Option "NvAGP" "1"
+ Option "NoLogo"
+ Option "CursorShadow" "on"
+
+ Option "TwinView"
+ Option "TwinViewOrientation" "Clone"
+ Option "MetaModes" "1024x768,640x480"
+ Option "ConnectedMonitor" "CRT, TV"
+ Option "TVStandard" "PAL-B"
+ Option "TVOutFormat" "Composite"
+
+EndSection
+</PRE>
+
+<P>Of course the important thing is the TwinView part.</P>
+
</BODY>
</HTML>