From b5e6ef5a795f9ec428476d46fbf8b40fdcd87a19 Mon Sep 17 00:00:00 2001 From: gabucino Date: Sat, 23 Nov 2002 21:56:41 +0000 Subject: updates nvidia tv-out section etc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8261 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/video.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'DOCS/video.html') 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

Check this URL.

+ +

2.3.1.5.5 nVidia

+ +

First, you MUST download the closed-source drivers from + http://nvidia.com. I will not describe the + installation and configuration process because it does not cover the + scope of this documentation.

+ +

After XFree86, XVideo, and 3D acceleration is properly working, + edit your card's Device section in the XF86Config file, + according to the following example (adapt for your card/TV):

+ +
+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
+
+ +

Of course the important thing is the TwinView part.

+ -- cgit v1.2.3