home *** CD-ROM | disk | FTP | other *** search
/ ftp.sudleyplace.com / ftp.sudleyplace.com.tar / ftp.sudleyplace.com / support / max / video.txt < prev    next >
Text File  |  2006-10-20  |  3KB  |  53 lines

  1. Video Conflicts
  2.  
  3. Video conflicts are easily identifiable in many cases.    Common
  4. symptoms include:
  5.  
  6. A blank screen on entering or exiting a program
  7. Automatic rebooting
  8. Strange graphics or characters on the screen
  9.  
  10. *  The system hangs after the Qualitas MAX initialization screen
  11. *  The screen blanks when entering or exiting an application
  12. *  Unusual graphics or characters on the screen.
  13.  
  14. Several regions in the high DOS area have predetermined uses.  The
  15. first 128 KB (between addresses A000H and C000H) is for memory on
  16. video boards.  Each kind of video display uses a different amount of
  17. address space.    Just above the video RAM area is a 32 KB area
  18. (C000H-C800H) for the ROM on many VGA video adapters. 386MAX
  19. automatically identifies and does not map into the appropriate video
  20. regions of most systems.  However, there are some circumstances under
  21. which video cannot be accurately identified.
  22.  
  23. If you experience any of the symptoms listed above, Qualitas MAX may
  24. have remapped high DOS memory into a region that the video adapter
  25. needs or may also have unsuccessfully relocated the video ROMs via the
  26. VGASWAP option.  To correct this conflict, disable VGASWAP and
  27. USE=B000-B800 in the 386MAX.PRO file.  You may do this in Windows by
  28. using the UMB/Adapters tab in QualitasToolbox to deactivate use of the
  29. MDA (Monochrome Display Area) and VGASWAP.    When you make these
  30. changes, Toolbox displays a message suggesting that you run Maximize.
  31.  
  32. You may more quickly test to verify that these changes resolve the
  33. conflict by choosing exit, then exiting Windows, and rebooting the
  34. system to activate the changes.  These changes result in a change to
  35. the configuration of high DOS memory.  It is safe to ignore any
  36. resulting error messages as resident programs load into low DOS
  37. memory.  If the problem is resolved, it is important to rerun Maximize
  38. at this time to reoptimize your memory configuration.
  39.  
  40. In a DOS environment, edit the 386MAX.PRO file to make the changes.
  41. Use any text editor to look at the profile located in the Qualitas MAX
  42. directory (QMAX is the default directory; yours may be 386MAX if you
  43. upgraded from a previous version).    If there is a USE=B000-B800, or
  44. any USE= in the B000 range, comment that argument out of the profile
  45. by placing a semicolon (;) in front of the line.  Repeat the process
  46. for the keyword VGASWAP.  Reboot the system to activate the changes.
  47. These changes result in a change to the configuration of high DOS
  48. memory.  It is safe to ignore any resulting error messages as resident
  49. programs load into low DOS memory.    If the problem is resolved, it is
  50. important to rerun Maximize at this time to reoptimize your memory
  51. configuration.
  52.  
  53.