mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 11:15:59 +01:00
finalized doc for release 0.43 of nvidia driver
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12534 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d15aa22b8e
commit
140867d32d
@ -165,7 +165,7 @@ Keep this option set to <strong>force_pci false</strong>, unless the graphics ca
|
||||
You can select one of two methods for (2D) acceleration here: PIO mode and DMA mode. DMA mode works 4-10 times as fast as PIO mode on modern CPU's (beyond 2Ghz or so), and should still be 2-3 times as fast as PIO mode on slower CPU's (below 500Mhz).
|
||||
<ul>
|
||||
<li><strong>false:</strong><br>
|
||||
If the default setting does not work as expected, you can try falling back to PIO mode acceleration. Note however that PIO mode is currently not working on NV40 and higher GPU's (GeForce 6200, 6600 and 6800 like types). Also, chances are that this method of acceleration will be removed in future driverversions (so be sure to let me know if you are having trouble with DMA mode!).
|
||||
If the default setting does not work as expected, you can try falling back to PIO mode acceleration. Note however that PIO mode is currently not working on NV40 and higher GPU's (GeForce 6200, 6600 and 6800 like types). Also, chances are that this method of acceleration will be removed in future driverversions (so be sure to let me know if you are having trouble with DMA mode!). For 3D acceleration with the seperate 3D add-on you currently need to set PIO mode acceleration.
|
||||
<li><strong>true:</strong> (default setting)<br>
|
||||
<strong>dma_acc true</strong> enables DMA cmd fetching by the GPU for (2D) acceleration instead of using the old PIO method (which directly programs acceleration commands inside the GPU). The DMA method works (much) faster than PIO mode depending on system CPU speed. Also the DMA method is the only method that works on NV40 and higher GPU's (GeForce 6200, 6600 and 6800 like types) currently.
|
||||
</ul>
|
||||
@ -190,6 +190,6 @@ With the <strong>pgm_panel true</strong> setting, the driver will fix your panel
|
||||
<hr>
|
||||
<br>
|
||||
<a href="mailto:info.be-hold@inter.nl.net">Rudolf Cornelissen.</a>
|
||||
<p>(Page last updated on February 22, 2005)</p>
|
||||
<p>(Page last updated on May 2, 2005)</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -4,6 +4,11 @@
|
||||
</head>
|
||||
<body>
|
||||
<p><h2>Changes done for each driverversion:</h2></p>
|
||||
<p><h1>nv_driver 0.43 (Rudolf)</h1></p>
|
||||
<ul>
|
||||
<li>Updated 3D specific engine initialisation for PIO mode to make the 3D add-on work on pre-NV10 cards. It now works on NV04-NV18 (although NV18 is slow) if you select PIO mode acceleration;
|
||||
<li>Added two shared_info 'flags' informing the 3D add-on about modeswitches when they happen.
|
||||
</ul>
|
||||
<p><h1>nv_driver 0.41 (Rudolf)</h1></p>
|
||||
<ul>
|
||||
<li>Added new acceleration method using DMA command fetching. You can now choose beween (the old) PIO mode and (the new) DMA mode acceleration via a new switch in nv.settings (DMA mode is now the default). DMA acceleration is say 2-3 times as fast as PIO mode acceleration on systems with relative fast CPU's (above 2Ghz or so). On relative slow CPU's (500Mhz or lower) there is no speedgain left and both methods match about up.<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user