diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/README.html b/src/add-ons/kernel/drivers/graphics/nvidia/README.html
index 644b122f53..2ecffbf8e9 100644
--- a/src/add-ons/kernel/drivers/graphics/nvidia/README.html
+++ b/src/add-ons/kernel/drivers/graphics/nvidia/README.html
@@ -23,9 +23,8 @@ You use this software at your own risk! Although I don't expect it to damage you
GeForce 4 Integrated GPU (Nforce 2);
GeForce (4 MX) PCX 4300;
GeForce FX/PCX 5200/5300/5600/5700/5750/5800/5900/5950/Go;
- GeForce FX/PCX 6200/6600/6800/Go;
+ GeForce FX/PCX 6200/6600/6800/7800/Go;
Quadro (2/4/FX/PCX/Go);
- Preliminary support for some GeForce 7800 GT/GTX/Go (without acceleration currently).
@@ -49,7 +48,7 @@ You use this software at your own risk! Although I don't expect it to damage you
If you want BScreen 'Sync_to_Retrace' capability make sure you enabled 'assign IRQ to VGA card' in your system BIOS (if available);
If the driver still seems to create 'random' trouble make sure you have a fully functional VGA BIOS, or system BIOS for embedded cards (check for updates on the manufacturor's site). Make sure you mail me if you still have trouble but also if this version fixed that!
If on a laptop the internal panel doesn't work when you connect an external monitor, make sure you set 'output device selection' to 'internal' (instead of 'auto') in the system BIOS if it has such an option. If you have this symptom on a normal card, or on a laptop without that BIOS option then you are probably out of luck for dualhead support;
- NV40 architecture cards: (GeForce 6200 and 6600 at least, but 6800 AGP seems to be OK)
+ NV40 architecture cards: (GeForce 6200, 6600 and 7800 at least, but 6800 AGP seems to be OK)
Secondary analog monitor detection doesn't work and we can't control very well to which connector the card's output gets routed (lack of specs). This means you might have to experiment a bit with the way you connect your monitor to the card. A single analog or DVI screen should work OK, and two analog screens should be OK as well.
@@ -166,9 +165,9 @@ Keep this option set to force_pci false, 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).
- false:
-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, 6800 and 7800 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!).
- true: (default setting)
-dma_acc true 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.
+dma_acc true 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, 6800 and 7800 like types) currently.
tv_output: (disabled by default: preceded by a '#')
This option enables you to override the 'TV output signal cable autodetection' of the driver. If autodetection is working incorrect, you can manually select a signal type this way. Specify 0, 1 or 2 (if enabled).
@@ -216,6 +215,6 @@ If you select vga_on_tv false the driver will automatically shu
Rudolf Cornelissen.
-(Page last updated on November 15, 2005)
+(Page last updated on November 17, 2005)