updated docs.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12604 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen
2005-05-09 12:53:01 +00:00
parent 4d2a543400
commit 7c216bed2a
2 changed files with 7 additions and 4 deletions
@@ -110,7 +110,7 @@ To make things look even more complex the driver might actually use the BIOS to
<li>On driverversion 0.23 and before usebios had no effect at all. The cards were never coldstarted;
<li>Coldstarting should work on most cards except TNT1, GeForce 6600 and GeForce 6800;
<li>Coldstarting will not yet work with laptop- and DVI panels;
<li>Coldstarting should fix the 'bandwidth trouble' existing on some GeForce2 cards.
<li>Coldstarting should minimize the excessive 'bandwidth trouble' existing on TNT2-M64 cards, best noticable in high resolution modes.
</ul>
<li><strong>memory:</strong> (disabled by default)<br>
This option enables you to override the 'memory amount autodetection' of the driver. If autodetection is working incorrect, you can manually set the amount this way. You could also lower the amount of RAM to a lower value than actually there to test with for instance overlay use in applications. So this option is probably mostly of interest to developers. Specify the RAM amount in Mb (use only 'whole' numbers!).<br>
@@ -190,6 +190,6 @@ With the <strong>pgm_panel true</strong> setting, the driver will fix your panel
<hr>
<br>
<a href="mailto:[email protected]">Rudolf Cornelissen.</a>
<p>(Page last updated on May 2, 2005)</p>
<p>(Page last updated on May 9, 2005)</p>
</body>
</html>
@@ -4,12 +4,15 @@
</head>
<body>
<p><h2>Changes done for each driverversion:</h2></p>
<p><h1>head (Rudolf, svn version 0.44)</h1></p>
<p><h1>nv_driver 0.45 (Rudolf)</h1></p>
<ul>
<li>Added recognition for one more card: a GeForce 6200 PCIe (ID 0x014f);
<li>Fixed long-standing trouble with NV15 cards (GeForce 2 Ti/GTS/pro/ultra, Quadro 2 pro), and maybe also for other singlehead cards. RAM access trouble is now fixed so the screen output nolonger distorts and engine hangs are gone. This error was 'introduced' in nVidia driver V0.10: V0.09 was the last previous version working correctly on these cards!<br>
<li>Fixed long-standing trouble with NV15 cards (GeForce 2 Ti/GTS/pro/ultra, Quadro 2 pro), and maybe also for other singlehead cards. RAM access trouble is now fixed so the screen output nolonger distorts and engine hangs are gone. This error was 'introduced' in nVidia driver V0.10: V0.09 was the last previous version working correctly on some of these cards!<br>
Note please that this fix was only possible thanks to someone donating a 'malfunctioning' card. So: thanks again Atilla!!<br>
Note also: with 3D add-on alpha 1-final these NV15 cards are the fastest supported ones ;-)
<li>Fixed driver coldstart capability for pre-GeForce type cards using PINS V3-V5.15. Newer TNT2-M64 cards will now coldstart OK;
<li>Added pre-PINS V5.16 coldstart RAM-size check and correction code. This feature was still lacking and possibly solves coldstart trouble on pre-GeForce type cards;
<li>Added rudimentary CRTC1 FIFO watermark/burst-size programming for TNT2-M64 cards (if coldstarted). This minimizes output distortions on high resolutions. Note please that these distortions can't be completely removed: the RAM bandwidth these cards have is too limited: Bandwidth in increasing order: TNT2-M64, TNT1, TNT2 original, all GeForce types. With the TNT2-M64 watermark/burst-size programming in place it performs still less good than a TNT1 in this respect.
</ul>
<p><h1>nv_driver 0.43 (Rudolf)</h1></p>
<ul>