diff --git a/src/add-ons/kernel/drivers/graphics/neomagic/README.html b/src/add-ons/kernel/drivers/graphics/neomagic/README.html
index de04299659..80090c437a 100644
--- a/src/add-ons/kernel/drivers/graphics/neomagic/README.html
+++ b/src/add-ons/kernel/drivers/graphics/neomagic/README.html
@@ -12,7 +12,7 @@ You use this software at your own risk! Although I don't expect it to damage you
Note please:
-This driver is still alpha quality. 2D acceleration is still lacking, overlay does not work correctly yet on MagicMedia cards and there may be additional trouble. While you are encouraged to test and use the driver (if it works at all for you then it will probably be stable as well), don't delete the old one(s) just yet!
+This driver is still alpha quality. 2D acceleration is still lacking for some cards, overlay does not work correctly yet on MagicMedia cards and there may be additional trouble. While you are encouraged to test and use the driver (if it works at all for you then it will probably be stable as well), don't delete the old one(s) just yet!
Supported cards:
- MagicGraph 128 (NM2070)
@@ -31,26 +31,26 @@ This driver is still alpha quality. 2D acceleration is still lacking, overlay do
- Hardware cursor support;
- Full BWindowScreen support (used for hardware pageflipping, scrolling/panning and acceleration in applications/games);
-
- B_YCbCr422 hardware overlay support (except on MagicGraph 128, so NM2070 cards).
-
+ - B_YCbCr422 hardware overlay support (except on MagicGraph 128, so NM2070 cards);
+
- DPMS support for both panels and external displays;
+
- Full 2D acceleration for NM2070, NM2097 and NM2160 (current CVS version and up).
+
Known limitations:
- - If the driver does not load make sure you enabled 'assign IRQ to VGA card' in your system BIOS;
-
- NeoMagic cards do not support overlay downscaling. You won't be able to select for instance 50% scaled output, nor will you be able to resize the video output window below 100% by dragging.
+
- NeoMagic cards do not support overlay downscaling. You won't be able to select for instance 50% scaled output, nor will you be able to resize the video output window below 100% by dragging.
(In Windows downscaling works: this is done by scaling down the overlay input bitmaps in the application software: so this is a 'trick' solution not done by the driver!)
- - Stretching modes for the laptop display panel will not be setup. In stretched modes no hardcursor is supported, and overlay output requires tweaking to get going...
-
- Apparantly it's not possible to boot into modes with a resolution above 800x600 pixels on some cards. If you encounter this please report it, and only use high resolution modes on other workspaces for now.
-
-A fix for this behaviour will be attempted in the future.
- - The keyboard 'shortcut key' for changing output devices bypasses the videodriver and directly uses the cardBIOS. Sometimes using this key will have unwanted results. Please use with care! Or better yet: just preset the output device(s) you want in the system BIOS...
-
-A fix for this behaviour will also be attempted in the future (sort of getting the driver and the BIOS in 'sync').
-
+ Stretching modes for the laptop display panel will not be setup because in stretched modes no hardcursor is supported, and overlay output requires tweaking to get going;
+ If your laptop doesn't work with the driver (distorted/black screen), make sure you disabled LCD stretching/zooming or whatever it's called in the system BIOS;
+ Apparantly it's not possible to boot into modes with a resolution above 800x600 pixels on some cards. If you encounter this please report it, and only use higher resolution modes on other workspaces for now.
+ The keyboard 'shortcut key' for changing output devices bypasses the graphics driver and directly uses the cardBIOS. Sometimes using this key will have undesired results. Please use with care! Or better yet: just preset the output device(s) you want in the system BIOS (if possible). If you are going to use that shortcut key anyway: then make sure you switch workspaces between spaces with different settings after using it, so the driver updates the card programming again (so it gets in sync with the card again);
+ Overlay is not yet working correctly on NM2200 and later cards: if you have such a card and want to help by testing stuff, let me know!
+ On NM2070 panel centering only works vertically: horizontal centering-related info is missing.
+
Installation:
-If you encounter bugs, please checkout the driver's website to see if it's already on the todo list. You can also checkout the UPDATE file included with this driver to see if it should have been fixed. If you think it's prudent, or if you are unsure, then please fill out the bugreport on the site or send me an Email. Make sure you are as precise as possible because that will make things easier to trackdown and fix...
+If you encounter bugs, please checkout the driver's website to see if it's already on the todo list. You can also checkout the UPDATE file included with this driver to see if it should have been fixed. If you think it's prudent, or if you are unsure, then please fill out the bugreport on the site or send me an Email. Make sure you are as precise as possible because that will make things easier to trackdown and fix...
OK, now that's all said let's get to it ;-)
@@ -122,7 +122,7 @@ Dumprom is another 'tool' for bug-tracking purposes.
-Rudolf Cornelissen.
-(Page last updated on January 8, 2004)
+Rudolf Cornelissen.
+(Page last updated on June 6, 2004)