From 693152bfa29f1e4f71450e492f88c90750c25c47 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Mon, 26 Jan 2004 16:49:49 +0000 Subject: [PATCH] Added dualhead support for 8- and 16bit colordepths git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6332 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html index 1611376a54..cc55b0b9bf 100644 --- a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html +++ b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html @@ -17,7 +17,8 @@
  • Added 256Mb RAM detection;
  • Improved startup code: this should (could) fix random trouble on some cards like for instance hardcursor trouble on especially laptops;
  • Added dualhead support (use Mark Watson's 'G400 Dualhead Setup' from BeBits for now): Note that dualhead switch mode still has to be setup, and overlay is fixed to the primary head for now; -
  • Updated mode granularity and max virtual size checking/limiting to adhere to new CRTC setup for dualhead cards. +
  • Updated mode granularity and max virtual size checking/limiting to adhere to new CRTC setup for dualhead cards; +
  • Added dualhead support for 8- and 16bit colordepths.

    nv_driver 0.07 (Rudolf)