From 1f6a1c01973fbdd251d3eb96afff5b100137f737 Mon Sep 17 00:00:00 2001
From: Rudolf Cornelissen
Date: Sun, 8 Feb 2004 19:43:11 +0000
Subject: [PATCH] fixed 'typo'.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6528 a95241bf-73f2-0310-859d-f6bbb57e9c96
---
src/add-ons/kernel/drivers/graphics/matrox/UPDATE.html | 7 +++++--
1 file changed, 5 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 ca0c53cce8..36c4de0610 100644
--- a/src/add-ons/kernel/drivers/graphics/matrox/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/matrox/UPDATE.html
@@ -6,11 +6,14 @@
Changes done for each driverversion:
mga_driver 0.16 (Rudolf)
+ - G450/G550:
+
+ - Fixed CRTC1 DPMS fault introduced in V0.15 (which could result in turned-off/black screen on boot)!
+
- 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;
-
- fixed G450/G550 CRTC1 DPMS fault introduced in V0.15 (which could result in turned-off/black screen on boot)!
+
- 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.
mga_driver 0.15 (Rudolf)