home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / opus / v5 / fastview / fvmodes < prev    next >
Text File  |  1977-12-31  |  966b  |  29 lines

  1. *
  2. * FVmodes script
  3. *
  4. * Allows you to define exactly what modes FV will use.  If
  5. * you don't like resyncs on every picture then try specifying
  6. * only modes with the same frequency (I personally only have
  7. * the 800x600x8 and 800x600x16 lines in the script).
  8. *
  9. * NOMW and NOMH specify the visible width and height of the
  10. * screenmode FV should try to use.
  11. *
  12. * DEPTH specifies the depth of the screenmode FV should try
  13. * to use
  14. *
  15. * DESCRIPTION is unused for now.
  16. *
  17. * FV will try to find the best modeid based on the values
  18. * you've given here.  It might not always find one, and it
  19. * might not always find the one you intended.
  20. *
  21. * Don't put any empty lines in this script (yet).  Keep it
  22. * in this format and you'll be fine
  23. *
  24.  NOMW=640 NOMH=480 DEPTH=8  DESCRIPTION="640x480 in 8 bit"
  25.  NOMW=640 NOMH=480 DEPTH=16 DESCRIPTION="640x480 in 16 bit"
  26.  NOMW=800 NOMH=600 DEPTH=8  DESCRIPTION="800x600 in 8 bit"
  27.  NOMW=800 NOMH=600 DEPTH=16 DESCRIPTION="800x600 in 16 bit"
  28. #END
  29.