From 8c30698233792c025bce76fab9461e6727b09d77 Mon Sep 17 00:00:00 2001
From: Rudolf Cornelissen
Date: Sat, 7 Feb 2004 16:03:09 +0000
Subject: [PATCH] fixed CRTC1 DPMS fault!
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6522 a95241bf-73f2-0310-859d-f6bbb57e9c96
---
src/add-ons/kernel/drivers/graphics/matrox/UPDATE.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/add-ons/kernel/drivers/graphics/matrox/UPDATE.html b/src/add-ons/kernel/drivers/graphics/matrox/UPDATE.html
index a670704266..a27c542909 100644
--- a/src/add-ons/kernel/drivers/graphics/matrox/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/matrox/UPDATE.html
@@ -4,12 +4,13 @@
Changes done for each driverversion:
-head (0.16-1, Rudolf)
+head (0.16-2, Rudolf)
- General:
- Expanded modelist to include suggested modes above 1600x1200 upto 2048x1536 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 1600x1200, while the newest cards support upto and including 2048x1536 resolution.
+
- CRTC timing restriction checking updated: Modelists exported adhere to every cards max. CRTC capability now: the oldest cards support upto and including 1600x1200, while the newest cards support upto and including 2048x1536 resolution;
+
- fixed G450/G550 CRTC1 DPMS fault introduced in V0.15 (which resulted in turned-off/black screen on boot)!
mga_driver 0.15 (Rudolf)