Short: Suspend or Restore the SAGA Video Output Author: APOLLO-TEAM, flype Uploader: flype44 gmail com (flype) Type: driver/video Version: 0.2 Requires: AmigaOS V36+, 68000+, SAGA-core Architecture: m68k-amigaos Distribution: Aminet History : 0.1 - Initial release. 0.2 - Added: Check if RGB or RTG screen. - Added: More consistent Error codes. - Modified: New path to obtain ModeID. Usage : Run it from CLI without any argument. If Frontmost screen is a RGB ScreenMode : Suspend the SAGA Video Output (Black Screen). If Frontmost screen is a RTG ScreenMode : 1st run: Suspend the SAGA Video Output (Black Screen). 2nd run: Restore the SAGA Video Output (Back to previous VideoMode). For more information, please read this page : http://www.apollo-accelerators.com/wiki/doku.php?id=SAGASleep Return Codes ($RC) : OK, SAGA VideoMode modified => 0 (OK) Can't Get variable => 10 (ERROR) Can't Set variable => 11 (ERROR) Can't Delete Variable => 12 (ERROR) Can't retrieve ModeID => 13 (ERROR) Can't retrieve DimensionInfo => 14 (ERROR) Can't retrieve Depth of screen => 15 (ERROR) Fail to open Graphics library => 20 (FAIL) Fail to open Intuition library => 21 (FAIL) Fail to open DOS library => 22 (FAIL) Compilation : Full ASM Source code is provided in archive. Written with Devpac 3.18, code compatible with MC68000+.