diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/README.html b/src/add-ons/kernel/drivers/graphics/nvidia/README.html index 9a4f5fd604..95d948b13a 100644 --- a/src/add-ons/kernel/drivers/graphics/nvidia/README.html +++ b/src/add-ons/kernel/drivers/graphics/nvidia/README.html @@ -134,13 +134,28 @@ On AGP cards you can block the use of AGP mode transfers. Keep this option set to force_pci false, unless the graphics card or motherboard has trouble using AGP.
  • true:
    force_pci true prevents the graphicsdriver from activating AGP mode, so it will be using PCI mode like it has always been in the past. The downside of this is that this comes at a performance penalty if your motherboard supports the AGP 'fastwrite' (FW) option, which won't be utilized with this setting. - + +
  • unhide_fw:
    +This option is only used if your card is running in AGP mode. It's a real tweak option. It's officially unsupported, and it's unknown if it can do harm to your card or system. It exists because using it can speedup unaccelerated graphics a lot. Think about video playback or playing quake2 in software rendering mode... + +
  • pgm_panel:
    +This option only has an effect if you have a laptop panel or DVI panel connected. It's existing because it's currently impossible to setup the driver in a way every single panel outthere is happy about it. +

    Rudolf Cornelissen. -

    (Page last updated on June 21, 2004)

    +

    (Page last updated on July 6, 2004)