From b1332f1955f3348d7d1ff796496b71efb735e68c Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Tue, 27 Jan 2004 13:19:00 +0000 Subject: [PATCH] corrected typo git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6360 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html | 2 +- 1 file changed, 1 insertion(+), 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 847a36075a..07fd3208ce 100644 --- a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html +++ b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html @@ -18,7 +18,7 @@
  • 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;
  • 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; +
  • Added dualhead support for 8- and 15bit colordepths;
  • Fixed move_display distortions in virtualscreens especially visible in 8-bit colordepth (for both heads);
  • Added 'overlay follows head' for dualhead stretch and switch modes: if more than half the overlay output is on a screen, that screen gets the overlay output.