updated documentation
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9454 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -22,7 +22,8 @@ You use this software at your own risk! Although I don't expect it to damage you
|
||||
<li>GeForce 4 MX/Ti/Go;
|
||||
<li>GeForce 4 Integrated GPU (Nforce 2);
|
||||
<li>GeForce FX 5200/5600/5700/5800/5900/5950/Go;
|
||||
<li>Quadro (2/4/FX/Go).
|
||||
<li>Quadro (2/4/FX/Go);
|
||||
<li>Some GeForce PCIe cards.
|
||||
</ul>
|
||||
<br>
|
||||
<hr>
|
||||
@@ -35,7 +36,8 @@ You use this software at your own risk! Although I don't expect it to damage you
|
||||
<li>B_YCbCr422 hardware overlay support on both TNT and GeForce series cards (overlay follows head in dualhead stretch/switch modes);
|
||||
<li>Dualhead support on GeForce dualhead cards (use Mark Watson's 'Dualhead Setup' from BeBits for now);
|
||||
<li>DVI and laptop panel (widescreen) support;
|
||||
<li>Basic AGP mode support on AGP cards, using the new (seperate) (open)BeOS AGP busmanager.
|
||||
<li>Basic AGP mode support on AGP cards, using the new (seperate) (open)BeOS AGP busmanager;
|
||||
<li>Coldstart support for analog connected screens on most cards except TNT1 and GeForce 6800.
|
||||
</ul>
|
||||
<strong>Known limitations:</strong>
|
||||
<ul>
|
||||
@@ -100,8 +102,10 @@ To make things look even more complex the driver might actually use the BIOS to
|
||||
</ul>
|
||||
<strong>Notes:</strong>
|
||||
<ul>
|
||||
<li>On driverversion 0.23 and before usebios had no effect at all. The cards were never coldstarted.
|
||||
<li>Coldstarting is more likely to succeed on TNT and older GeForce cards than it is on newer cards.
|
||||
<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 and GeForce 6800 starting with driverversion 0.29;
|
||||
<li>Coldstarting will not yet work with laptop- and DVI panels;
|
||||
<li>Coldstarting should fix the 'bandwidth trouble' existing on some GeForce2 cards.
|
||||
</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>
|
||||
@@ -173,6 +177,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 August 26, 2004)</p>
|
||||
<p>(Page last updated on October 23, 2004)</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -4,12 +4,13 @@
|
||||
</head>
|
||||
<body>
|
||||
<p><h2>Changes done for each driverversion:</h2></p>
|
||||
<p><h1>head 0.28, (Rudolf)</h1></p>
|
||||
<p><h1>head 0.29, (Rudolf)</h1></p>
|
||||
<ul>
|
||||
<li>Overlay fix for GeForce2 and GeForce4 MX Integrated GPU boards: updated RAM amount detection. The last 64Kb RAM is used for the card's BIOS or something so it's not available to the graphicsdriver;
|
||||
<li>Enabled coldstart switch setting (called 'usebios' in nv.settings) in drivercode. Changed the setting to keep the driver working as always;
|
||||
<li>Added recognition for 25 new cards including the first PCI-express (PCX) cards: FX/PCX 6800, FX 6600, PCX 5300/5750/5900, PCX Quadro. New 'old style' cards: Quadro FX 700, Quadro FX 1000 Go, FX 5100 and FX 5700 Go;
|
||||
<li>Card coldstarts should now be fully operational (if enabled in nv.settings) on pre-NV10 cards with BIOS 'pins' struct V2 and later. Also some GeForce cards might startup now. Tested successfully on TNT2, TNT2M64, and GeForce FX 5200. (Still not finished for all cards).
|
||||
<li>Enabled coldstart switch setting (called 'usebios' in nv.settings) in drivercode. Changed the default setting to keep the driver working in the same way it did before;
|
||||
<li>Added recognition for 25 new cards including the first PCI-express (PCX) cards: FX/PCX 6800, FX 6600, PCX 5300/5750/5900, PCX Quadro. New 'old style' cards: Quadro FX 700, Quadro FX 1000 Go, FX 5100 and FX 5700 Go. While FX6800 still seems to be non-functional, a Quadro4 280 NVS PCIe (GeForce PCX 5300 PCIe) has been confirmed working OK already;
|
||||
<li>Card coldstarts should now be operational (if enabled in nv.settings) on most cards, except TNT1 and GeForce 6800. Tested successfully on TNT2/TNT2-M64 (NV05), GeForce2 MX400 (NV11), GeForce4 MX440 (NV18), GeForce4 Ti4200 (NV28) and GeForce FX5200 (NV34). Note however that laptop panels and DVI panels will not work via coldstarting yet!
|
||||
<li>The 'bandwidth trouble' existing on older cards, especially on some GeForce2 types, should be fixed now if you enable card coldstarting for these cards. Note that this problem existed because of a fault in these card's BIOSes (they missed some specific register programming). Confirmed a NV15 working OK now.
|
||||
</ul>
|
||||
<p><h1>nv_driver 0.22, (Rudolf)</h1></p>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user