home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / tweak2.zip / TWEAK.TXT < prev   
Text File  |  1990-09-11  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.             
  8.                                   TWEAK version 2
  9.             
  10.             TWEAK makes  it possible  to run  Windows 3.0  with  800x600
  11.             resolution  with   standard  VGA   cards,  that   are  fully
  12.             compatible with IBM cards.
  13.             
  14.             Here is procedure that can be used for this:
  15.                  1. Make  sure, that  TWEAK is  run  before  Windows  is
  16.                  started. There  are many  ways to  do this: you can add
  17.                  line
  18.                       TWEAK
  19.                  to your AUTOEXEC.BAT,  or you can run it manually every
  20.                  time. You  can also  make a batch that first runs TWEAK
  21.                  and then  Windows, but  this causes  TWEAK to be loaded
  22.                  multiple times, if you start Windows more than once.
  23.                  
  24.                  2. Run TWEAK for this time.
  25.                  
  26.                  3. Install  a  Super-VGA  800x600,  16  colour  Windows
  27.                  driver.  Probably  most  drivers  work,  but  some  may
  28.                  require some  tuning. First  of all, the card for which
  29.                  the driver  is originally  meant for,  must be register
  30.                  compatible with  normal VGA.  The driver  must also use
  31.                  BIOS for  mode switching.  The  EMUL_MODE  constant  in
  32.                  TWEAK.ASM must  equal the video mode that the card uses
  33.                  for  800x600   mode.  The  constant  is  preset  to  be
  34.                  compatible with  the Paradise SVGA driver. The software
  35.                  is also  tested with  that driver, so it may be best to
  36.                  use it.
  37.                  
  38.                  4. Optionally  patch the  Super-VGA driver  to use  the
  39.                  exact resolution  used by TWEAK (800x564). This is done
  40.                  by running PATCH with the name of the driver. E.g:
  41.                       PATCH C:\WIN\SYSTEM\VGA800.DRV
  42.                  PATCH is only tested with Paradise VGA driver. However,
  43.                  it is  a generic  patch utility  to  be  used  for  any
  44.                  driver.
  45.                  WARNING: PATCH  might not  be able  to patch the driver
  46.                  correctly. Test  the modified  driver thoroughly before
  47.                  using it for important work.
  48.             
  49.             By default,  TWEAK actually  only shows  800x564  pixels  on
  50.             screen, since most monitors cannot handle the extremely slow
  51.             refresh rate  that 800x600  causes. If you still want to try
  52.             800x600 mode,  you can  do that  by including  the commented
  53.             register values and by commenting out the used values.
  54.             
  55.             If you need to change TWEAK.ASM, reassemble it with MASM.
  56.             
  57.             I try  to make  a version  of TWEAK,  that allows the use of
  58.             752x564 mode. Currently the vertical resolution must be 800,
  59.             and this causes too much flicker on many monitors.
  60.             
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.                        Jussi Puttonen (Internet: jpp@utu.fi)
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.