updated docs.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15188 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f5d77e0315
commit
12069ec410
@ -4,7 +4,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<p><h2>Changes done for each driverversion:</h2></p>
|
||||
<p><h1>head (SVN 0.66, Rudolf)</h1></p>
|
||||
<p><h1>head (SVN 0.67, Rudolf)</h1></p>
|
||||
<ul>
|
||||
<li>Added capability to driver to run without an INT assigned. Driver will now automatically disable the 'Sync_to_Retrace' function if no INT was assigned instead of not loading/running at all;
|
||||
<li>Fixed PLL reference recognition (used for refreshrate calculations) and dualhead detection for a number of 'newer' cards: most notably for a lot of GeForce 6200 types! Code is rewritten so it's much less breakable when new cards are added to the supported list in the future;
|
||||
@ -17,6 +17,12 @@
|
||||
<li>Modified NV05M64 (TNT2-M64) watermark/burst-size programming to be executed independant of coldstart feature;
|
||||
<li>Updated acceleration engine DMA-mode initialisation code: This should fix trouble on some newer cards with acceleration, and also adds NV47 (G70) acceleration support;
|
||||
<li>Added preliminary laptop panel DPMS support (except for NV11): currently only in use when no external DVI panels are connected. Please provide feedback on this item if you have a laptop (send a logfile along): only then can this feature be expanded/finalized!
|
||||
<li>Added new nv.setting ("primary") to force a certain card to be primary card in a system with multiple graphics cards: so it will display your desktop. To enable this (hack) feature uncomment this item and fill in the exact name of the card that is to be primary (as exported by the kerneldriver in /dev/graphics/). If you are going to select a card other than the one displaying your system's POST messages at bootup, make sure you also set 'usebios false' as otherwise the card(s) aren't coldstarted by the driver.<br>
|
||||
<strong>Note please:</strong>
|
||||
<ul>
|
||||
<li>DVI and laptop panels don't work yet with the 'usebios false' setting. Analog connected screens should work though.
|
||||
<li>Coldstarting doesn't work on TNT1 and GeForce 6xxx/7xxx cards yet.
|
||||
</ul>
|
||||
</ul>
|
||||
<p><h1>nv_driver 0.53 (Rudolf)</h1></p>
|
||||
<ul>
|
||||
|
@ -5,8 +5,8 @@
|
||||
#
|
||||
|
||||
# nv.driver parameters:
|
||||
# accelerant "nv.accelerant" # if enabled selects accelerant filename to be used
|
||||
#primary "10de_0110_000000" # if enabled selects device to be used as primary device ('hack')
|
||||
#accelerant "nv.accelerant" # if enabled selects accelerant filename to be used
|
||||
#primary "10de_0110_010000" # if enabled selects device to be used as primary device ('hack')
|
||||
dumprom false # dump bios rom to file (in home folder)
|
||||
|
||||
# nv.accelerant parameters:
|
||||
|
Loading…
Reference in New Issue
Block a user