From b133b8a180353721a5e552de9ae0e59538d5021e Mon Sep 17 00:00:00 2001
From: Rudolf Cornelissen
Date: Sat, 29 May 2004 17:38:38 +0000
Subject: [PATCH] fixed NM2070 hardcursor trouble: programming panel modelines
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7673 a95241bf-73f2-0310-859d-f6bbb57e9c96
---
src/add-ons/kernel/drivers/graphics/neomagic/UPDATE.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/add-ons/kernel/drivers/graphics/neomagic/UPDATE.html b/src/add-ons/kernel/drivers/graphics/neomagic/UPDATE.html
index 0cdcd3f958..480854a119 100644
--- a/src/add-ons/kernel/drivers/graphics/neomagic/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/neomagic/UPDATE.html
@@ -4,7 +4,7 @@
Changes done for each driverversion:
-head (0.06-13, Rudolf)
+head (0.06-14, Rudolf)
- Updated modelist to include one more suggested mode for 800x600 resolution: Done by Andrew Bachmann;
- CRTC timing restriction checking updated: Modelists exported adhere to every cards max. CRTC capability now: the oldest cards support upto and including 1024x1000, while the newest cards support upto and including 1280x1024 resolution;
@@ -20,7 +20,8 @@
- Added various fixes to get Dell Latitude XPi (NM2070) working on it's panel, probably fixes various faults on other cards as well;
- Updated pixelPLL restrictions for NM2070 so external output refresh is OK;
- Added fixed sync polarity programming if flatpanel in use: needed to make sure centering actually works;
-
- Blocking centering if external only monitor mode is active: fixes some trouble on NM2070 and maybe others.
+
- Disabling centering if external only monitor mode is active: fixes some trouble on NM2070 and maybe others;
+
- Added panel modeline programming for NM2070 cards: fixes hardcursor trouble on panel!
Note:
Acceleration engine benchmarked and tested for errors with BeRoMeter V1.2.6.
@@ -50,7 +51,7 @@ Acceleration engine benchmarked and tested for errors with BeRoMeter V1.2.6.
Still todo:
- fix for trouble with booting into modes above 800x600 resolution on some cards (please report this behaviour!);
-
- shadowregister programming needed for 'full' KB switch BIOS support(?);
+
- BIOSmode register programming needed for 'full' KB switch BIOS support(?);
- 2D acceleration (in progress);
- MagicMedia series overlay update: still contains errors apparantly.