From adafe893479cdde291098c621f79673f6f3d007f Mon Sep 17 00:00:00 2001
From: Rudolf Cornelissen
Date: Thu, 17 Jun 2004 12:54:59 +0000
Subject: [PATCH] CRTC memory granularity update to reduce pixelnoise.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8026 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 c456dbd8fc..330d3ac069 100644
--- a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
@@ -4,9 +4,10 @@
Changes done for each driverversion:
-head (CVS status 0.11, Rudolf)
+head (0.12), (Rudolf)
- - Added enabling AGP mode on AGP cards.
+
- Added AGP capability dump on AGP cards along with explicitly turning it off (for now), instead of relying on the BIOS to have done this (might fix 'screen shut-off after/during boot' fault on some systems);
+
- Updated CRTC memory granularity settings on TNT2 and later cards to reduce use of card internal bandwidth: this should minimize or prevent distortions on cards that have limited bandwidth available (especially on older cards).
nv_driver 0.10, (Rudolf)