From fe40131d4db9c9be2426ae05415255ed72161f32 Mon Sep 17 00:00:00 2001
From: Rudolf Cornelissen
Date: Sat, 24 Apr 2004 14:41:54 +0000
Subject: [PATCH] output devs/heads matrix setup added (NV11 not ready yet)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7303 a95241bf-73f2-0310-859d-f6bbb57e9c96
---
src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
index 097c6c5dbc..8bc74314d0 100644
--- a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
@@ -4,7 +4,7 @@
Changes done for each driverversion:
-head (0.10-14), (Rudolf)
+head (0.10-15), (Rudolf)
- Implemented laptop internal flatpanel presence and native resolution detection;
- Implemented external DVI flatpanel(s) presence and native resolution detection;
@@ -26,7 +26,8 @@
- Modified analog type monitor detection to work the same as for digital panels (detect on bootup only);
- Added dualhead switch mode for NV11 (works via virtualized head access implemented now);
- Modified dualhead switch mode for all other cards to work via the virtualized head access also;
-
- Modified overlay to work correctly with the virtualized setup.
+
- Modified overlay to work correctly with the virtualized setup;
+
- Added output-devices/heads matrix setup: the driver now selects the right head for primary output and dualhead should work for all cards with all monitor-types now (fixme: NV11 setup is yet incomplete).
nv_driver 0.09, (Rudolf)