comparison DOCS/video.html @ 8260:352b654c7787

updates nvidia tv-out section etc
author gabucino
date Sat, 23 Nov 2002 21:56:41 +0000
parents 1f00a3d29b20
children 8368a516019e
comparison
equal deleted inserted replaced
8259:2ceab365858d 8260:352b654c7787
1436 1436
1437 <H4><A NAME="tv-out_voodoo">2.3.1.5.4 Voodoo 3</A></H4> 1437 <H4><A NAME="tv-out_voodoo">2.3.1.5.4 Voodoo 3</A></H4>
1438 1438
1439 <P>Check <A HREF="http://www.iki.fi/too/tvout-voodoo3-3000-xfree">this URL</A>.</P> 1439 <P>Check <A HREF="http://www.iki.fi/too/tvout-voodoo3-3000-xfree">this URL</A>.</P>
1440 1440
1441
1442 <H4><A NAME="tv-out_nvidia">2.3.1.5.5 nVidia</A></H4>
1443
1444 <P>First, you MUST download the closed-source drivers from
1445 <A HREF="http://nvidia.com">http://nvidia.com</A>. I will not describe the
1446 installation and configuration process because it does not cover the
1447 scope of this documentation.</P>
1448
1449 <P>After XFree86, XVideo, and 3D acceleration is properly working,
1450 edit your card's Device section in the <CODE>XF86Config</CODE> file,
1451 according to the following example (adapt for your card/TV):</P>
1452
1453 <PRE>
1454 Section "Device"
1455 Identifier "GeForce"
1456 VendorName "ASUS"
1457 BoardName "nVidia GeForce2/MX 400"
1458 Driver "nvidia"
1459 #Option "NvAGP" "1"
1460 Option "NoLogo"
1461 Option "CursorShadow" "on"
1462
1463 Option "TwinView"
1464 Option "TwinViewOrientation" "Clone"
1465 Option "MetaModes" "1024x768,640x480"
1466 Option "ConnectedMonitor" "CRT, TV"
1467 Option "TVStandard" "PAL-B"
1468 Option "TVOutFormat" "Composite"
1469
1470 EndSection
1471 </PRE>
1472
1473 <P>Of course the important thing is the TwinView part.</P>
1474
1441 </BODY> 1475 </BODY>
1442 </HTML> 1476 </HTML>