home *** CD-ROM | disk | FTP | other *** search
/ Slippery When Wet / SLIPPERY_WET.bin / viewers / DOS / QPEG / ENGLISH / FAQ.DOC < prev    next >
Encoding:
Text File  |  1995-01-14  |  13.6 KB  |  306 lines

  1. -----------------------------------------------------------------------------
  2.  
  3.                             Q P E G 3 8 6   F A Q
  4.                            ~~~~~~~~~~~~~~~~~~~~~~~
  5.                   Frequently Asked Questions about QPEG386
  6.                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. -----------------------------------------------------------------------------
  8.  
  9. Table of Contents
  10. ~~~~~~~~~~~~~~~~~
  11.  1. I can't get QPEG386 to work with my graphics card.  What can I do?
  12.  2. QPEG386 displays images greyscaled only.  How do I get color?
  13.  3. I'm using the VESA configuration.  16 and 256 color modes work, but I
  14.     can't get hicolor or truecolor.  What's wrong?
  15.  4. Is it possible to switch off that annoying beep?
  16.  5. When zooming or panning across large images, the bottom part is
  17.     distorted.  Why?
  18.  6. When I try to zoom or pan, the screen turns black.  What happened?
  19.  7. Will there be a Windows version?
  20.  8. Why is the menu screen only black and white?
  21.  9. Why do I get only greyscaled images in 16 color modes?
  22. 10. Color dithering in 256 color modes looks bad.  Why?
  23. 11. It takes so long to read a directory from a CD-ROM.  What can I do?
  24. 12. Which configuration file should I use?
  25. 13. VESA - what's that?
  26. 14. Zooming ('+' and '-' keys) doesn't work.  What's wrong?
  27.  
  28. -----------------------------------------------------------------------------
  29.  
  30. Question 1:
  31. ~~~~~~~~~~~
  32.  > I can't get QPEG386 to work with my graphics card.  What can I do?
  33.  
  34. First of all, perhaps QPEG386 can work with your graphics card, but you are
  35. not using the right configuration file.  For more information about choosing
  36. the right configuration file please refer to the answer of question 12.
  37.  
  38. Sometimes none of the existing configuration files works with a certain
  39. graphics card.  In this case there are several ways:
  40. 1. Use the VESA configuration if possible.  Please refer to question 13 and
  41.    its answer for more information about VESA.
  42. 2. Use the standard VGA configuration (STDVGA.CFG).  However, this provides
  43.    only a very small number of video modes.
  44. 3. If you are an experienced programmer, you can create a video driver
  45.    yourself.  Of course you must have some information about your
  46.    graphics hardware.  Read the file DRV.DOC for more information about
  47.    how to create a QPEG386 video driver.
  48.  
  49. ------------------
  50.  
  51. Question 2:
  52. ~~~~~~~~~~~
  53.  > QPEG386 displays images greyscaled only.  How do I get color?
  54.  
  55. By default, QPEG386 uses the video mode 640x480x16 which only offers
  56. greyscaled display.
  57. To change the mode, use the '+' and '-' keys while in the directory screen
  58. (not while viewing an image!).  Watch the status line in the upper window:
  59. it tells you the currently selected resolution and number of colors.
  60. Hit the '+' key until it says at least '256 colors'.  Be sure not to be in
  61. greyscaled mode (if the status line says '<grey>', use the '$' key).
  62. Now QPEG386 will display images in color.
  63. You can change the default video mode by editing the initialization file
  64. QPEG386.INI.  For that purpose you can use any standard ASCII text editor
  65. (e.g. EDIT which is supplied with MS-DOS 5/6).  Please read the comments
  66. in QPEG386.INI, and you will be able to change QPEG386's defaults.
  67. (If you run QPEG386 from a non-writeable media, e.g. froma CD-ROM, then
  68. copy QPEG386.INI to the directory C:\QPEG386 first, otherwise you won't be
  69. able to modify it.)
  70.  
  71. ------------------
  72.  
  73. Question 3:
  74. ~~~~~~~~~~~
  75.  > I'm using the VESA configuration.  16 and 256 color modes work, but I
  76.    can't get hicolor or truecolor.  What's wrong?
  77.  
  78. In order to be able to use hicolor and truecolor modes with the VESA driver,
  79. your VESA BIOS (or VESA VBE/TSR) must be at least version 1.2.
  80. Versions prior 1.2 of the VESA standard did not define hicolor and truecolor
  81. modes.
  82. (Use the VESATEST program to get the version of your VESA VBE/TSR).
  83. Try to get UNIVBE or UNIVESA.  These are TSRs (i.e. programs that stay
  84. resident in memory) which make your BIOS VESA 1.2 compatible.  They are
  85. available from most major PD/Shareware sources.
  86.  
  87. ------------------
  88.  
  89. Question 4:
  90. ~~~~~~~~~~~
  91.  > Is it possible to switch off that annoying beep?
  92.  
  93. Yes, you can do that by editing the initialization file QPEG386.INI.
  94. For that purpose you can use any standard ASCII text editor (e.g. EDIT
  95. which is supplied with MS-DOS 5/6).  Please read the comments in QPEG386.INI,
  96. and you will be able to change QPEG386's defaults.
  97. (If you run QPEG386 from a non-writeable media, e.g. froma CD-ROM, then
  98. copy QPEG386.INI to the directory C:\QPEG386 first, otherwise you won't be
  99. able to modify it.)
  100.  
  101. ------------------
  102.  
  103. Questions 5 and 6:
  104. ~~~~~~~~~~~~~~~~~~
  105.  > When zooming or panning across large images, the bottom part is distorted.
  106.    Why?
  107.  
  108.  > When I try to zoom or pan, the screen turns black.  What happened?
  109.  
  110. Two questions, one answer:  there's not enough XMS/EMS memory.
  111. QPEG386 stores the decoded image in XMS/EMS memory (if such memory is present
  112. at all).  When zooming or panning, QPEG386 copies the visible part of the
  113. image back from XMS/EMS to video memory.
  114. If you don't have any XMS/EMS memory at all, the screen will turn black.
  115. If you have XMS/EMS memory, but it's not enough for the image, the bottom
  116. part will look distorted.  Remember that in truecolor modes each pixel
  117. takes three bytes (so a 640x480 image needs 900 Kb), in hicolor modes
  118. each pixel takes two bytes, in 256 and 16 color modes each pixel takes
  119. one byte.
  120. How to solve the problem?  Well, there are several ways:
  121.  - Don't use panning/zooming.
  122.  - Use a video mode with less colors.  For example, in 256 color modes
  123.    an image takes half the memory as compared to hicolor modes.
  124.  - Free some XMS/EMS memory.  For example, if you have installed a RAM disk
  125.    or disk cache program, removing it may give you some more memory.
  126.  - Buy more memory.
  127.  
  128. ------------------
  129.  
  130. Question 7:
  131. ~~~~~~~~~~~
  132.  > Will there be a Windows version?
  133.  
  134. The current version of QPEG386 runs in fullscreen mode under Windows 3.1 and
  135. OS/2 2.1.  Under certain circumstances the display doesn't work correctly
  136. under Windows (that's probably the fault of Windows).  There's usually less
  137. XMS/EMS memory available when started under Windows or OS/2, so you may not
  138. be able to pan across larger images.
  139.  
  140. By the way, there are plans to develop an OS/2 PM version.
  141.  
  142. ------------------
  143.  
  144. Question 8:
  145. ~~~~~~~~~~~
  146.  > Why is the directory screen only black and white?
  147.  
  148. I'm using the 640x480 video mode with 16 colors for the directory/menu
  149. screen, because it's a standard VGA mode common to all VGA cards.
  150. See the next question.
  151. However, it is possible to use a 256 color mode for the directory sceen
  152. by changing an entry in the QPEG386.INI file, but you must be absolutely sure
  153. that the mode 640x480 with 256 colors works fine with your graphics card.
  154. (The entry to be changed is "Interface_256_Colors".)
  155.  
  156. ------------------
  157.  
  158. Question 9:
  159. ~~~~~~~~~~~
  160.  > Why do I get only greyscaled images in 16 color modes?
  161.  
  162. 16 colors are way too few to display truecolor images.  That's why QPEG386
  163. displays images greyscaled when in a 16 color mode.
  164.  
  165. ------------------
  166.  
  167. Question 10:
  168. ~~~~~~~~~~~~
  169.  > Color dithering in 256 color modes looks bad.  Why?
  170.  
  171. QPEG386 was written for speed.  A 2-pass color quantization would yield
  172. better quality in 256 color modes, but at the cost of speed.
  173. To have both high speed and high image quality, use hicolor or truecolor
  174. modes.  If you don't have a graphics card capable of hicolor/truecolor,
  175. buy one.  They're not that expensive anymore.
  176. (To be honest, at first I didn't even plan to support 256 color modes
  177. at all, but later it became obvious that there are still many 256 color
  178. people...)
  179.  
  180. ------------------
  181.  
  182. Question 11:
  183. ~~~~~~~~~~~~
  184.  > It takes so long to read a directory from a CD-ROM.  What can I do?
  185.  
  186. Switch 'File info' off using the '*' key before changing to the CD-ROM's
  187. directory.  Now QPEG386 won't examine each file anymore to get its width and
  188. height.  If you view images from CD-ROMs very frequently, you should change
  189. QPEG386's default setting for 'File info' to off, just edit the respective
  190. line in the QPEG386.INI file.
  191.  
  192. ------------------
  193.  
  194. Question 12:
  195. ~~~~~~~~~~~~
  196.  > Which configuration file should I use?
  197.  
  198. Most "experts" know which chipset is used by their graphics card, and
  199. therefore they know which configuration file (*.CFG) to use (or which
  200. configuration to select if you use the SETUP utility).
  201. If you don't know that, there are several ways to find it out, one of them
  202. is usually successful:
  203. 1. Have a look at the manual of your graphics card, it should mention the
  204.    name of the chipset being used by the card.  Often the name of the card
  205.    ist identical to the name of the chipset, or the chipset's name is part
  206.    of the card's name.
  207. 2. When the computer is startet (after power up or reset, before the DOS
  208.    operating system is loaded) the chipset's name should be displayed on
  209.    the screen.
  210. 3. Some graphics related programs and hardware test utilities are able to
  211.    detect and display the name of the graphics card's chipset.
  212. 4. At the DOS prompt, enter "DEBUG".  Then (at the DEBUG prompt "-") enter
  213.    "dc000:0" to display the beginning of the video BIOS memory area.  It
  214.    usually contains the name of the graphics chipset.  You can type "d"
  215.    to view more of the video BIOS.
  216.    (Some graphics cards which are fixed part of the main board use a
  217.    different location for the BIOS, in this case try "de000:0" instead.)
  218.  
  219. As soon as you know the name of the chipset, select the appropriate entry
  220. from the list of the SETUP utility.
  221.  
  222. Alternatively, you can configure QPEG386 manually:  delete the old
  223. configuration file (QPEG386.CFG) and copy the new one to QPEG386.CFG;
  224. then you're finished.  If you can't find a suitable configuration file,
  225. please read question 1 and its answer.
  226.  
  227. ------------------
  228.  
  229. Question 13:
  230. ~~~~~~~~~~~~
  231.  > VESA - what's that?
  232.  
  233. First of all, the VESA we are talking about has nothing to do with the
  234. VESA local bus (VLB).  You don't need a VLB equipped machine to be able
  235. to use QPEG386's VESA configurations.
  236. VESA (Video Electronics Standards Association) is a standardized method to
  237. put graphics on the screen.  The advantage is that it's independent from
  238. the VGA graphics card and its chipset, i.e. QPEG386's VESA driver works with
  239. all VGA cards which are 100% VESA compatible.
  240.  
  241. You may be asking if your graphics card is VESA compatible.  Unfortunately
  242. not all of them are, otherwise QPEG386 wouldn't need all those drivers and
  243. configuration files, and the users wouldn't need to worry about configuring
  244. QPEG386.
  245.  
  246. Have a look at your graphics card's manual, it should mention if your card
  247. is VESA compatible.  Many modern cards have VESA compatibility built into
  248. their BIOS ROM, such cards work with one of QPEG386's VESA configurations.
  249. You can use the VESATEST program (distributed with QPEG386) to check if there
  250. is any VESA support.
  251.  
  252. Most cards which don't have built in VESA are shipped with a driver disk,
  253. containing a so-called VESA TSR (often referred to as VBE, i.e. VESA BIOS
  254. Extension).  Simply run that program before starting QPEG386 to make your
  255. graphics card VESA compatible.  Again, use the VESATEST utility to check
  256. for correct VESA support.
  257.  
  258. If you don't have such a VESA TSR either, you can try to get one.  For
  259. example, there are UNIVBE and UNIVESA.  They're freeware or shareware
  260. programs, available at most major PD/Shareware sources.  They're on many
  261. graphics related CD ROMs, too.
  262.  
  263. There's one small problem:  There are two VESA standards, an old one (1.0
  264. and 1.1) and a new one (1.2).  The old one supports only graphics modes
  265. using 16 and 256 colors, the new one additionally supports hicolor (32000
  266. and 65000 colors) and truecolor (16 million colors).  So if you have a
  267. graphics card capable of hicolor and/or truecolor and you wish to use
  268. that capabilities, you need to have VESA version 1.2.  (The VESATEST utility
  269. displays the VESA version.)
  270.  
  271. Many users think that the VESA configuration is a makeshift, and that it's
  272. slow and has other disadvantages.  That is not true.  It supports everything
  273. that the other configurations support, and it's not noticeable slower.
  274. I'm using VESATRUE.CFG myself, although my ET4000/W32 card has a dedicated
  275. configuration (ET400032.CFG), because my VESA BIOS offers more video modes.
  276.  
  277. ------------------
  278.  
  279. Question 14:
  280. ~~~~~~~~~~~~
  281.  > Zooming ('+' and '-' keys) doesn't work.  What's wrong?
  282.  
  283. First, be aware that those two keys just increase and decrease (respectively)
  284. the graphic resolution.  For example, in 800x600 mode, pressing the '-' key
  285. changes to the next smaller resolution (usually 640x480), effectively zooming
  286. into the image (because the image appears bigger because of the lower
  287. resolution).
  288.  
  289. Note that the number of colors does not change, i.e. QPEG386 won't switch
  290. from hicolor to a 256 color mode this way, for example.  (This can be done
  291. from the directory screen only.)
  292.  
  293. This leads to the following problem:  Many commonly used graphics cards only
  294. support one truecolor resolution, namely 640x480.  Thus, if an image is
  295. displayed in that mode, the '+' and '-' keys don't have any effect, because
  296. there are no truecolor modes with lower or higher resolution.
  297.  
  298. The problem can be solved by not using the truecolor mode, but using hicolor
  299. modes instead.  Then there are more resolutions available (usually 320x200,
  300. 640x480 and 800x600), therefore you can use the '+' and '-' keys.
  301. Don't worry about the image quality:  You will hardly notice any difference
  302. because of QPEG386's advanced dithering algorithm which is applied in hicolor
  303. modes -- resulting in truecolor-like quality.
  304.  
  305. -----------------------------------------------------------------------------
  306.