home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwdos / read9.txt < prev    next >
Text File  |  1995-02-15  |  2KB  |  48 lines

  1.                     VESA Mode Identifier
  2.                     ====================
  3.  
  4. ----------------------------------------------------------------------------
  5. This utility program is copyright Criterion Software Limited 1995.
  6. You may not disassemble, decompile or reverse engineer this
  7. program.
  8.  
  9. This program is provided as is with no warranties of any
  10. kind. Criterion Software  will not, under any circumstances, be liable for
  11. any lost revenue or other  damages arising from the use of this
  12. program.
  13.  
  14. RenderWare is a trademark of Canon Inc.
  15. ----------------------------------------------------------------------------
  16.  
  17.  
  18. The purpose of this tool is to display the video modes that the VESA bios
  19. has available. A sub set of these modes are available to RenderWare.
  20.  
  21. 1) Renderware can only work with 8,15 and 16 bit modes
  22.  
  23. 2) Renderware can only work with standard VESA resolutions (320x200),
  24. (640x400),(640x480),(800x600),(1024x768) and (1280x1024).
  25.  
  26. 3) The mode must be 'available' that is the correct monitor is attached and
  27. the video card has enough memory to support the mode.
  28.  
  29. 4) The bios must give the VESA standard video mode number.
  30.  
  31. The format of the output is
  32.  
  33. VESA video mode in hex.
  34. Resolution Width
  35. Resolution Height
  36. Resolution Depth
  37. Available/Not available (is the mode accessable on the current setup)
  38. Text/Graphics Mode
  39. Red:Green:Blue component bit width.
  40. Red-Green-Blue position of components within display word.
  41.  
  42. Note that the last two values will not be displayed on older versions of
  43. the VESA bios (1.0). Also the last two values only have meaning in modes with
  44. depths greater than 8 bits (They will appear as 0 for 8 and 4 bit modes).
  45.  
  46.        ==========================================================
  47.  
  48.