home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / font20.zip / os2.txt < prev    next >
Text File  |  1999-08-09  |  2KB  |  62 lines

  1.  
  2. The video settings for an SVGA graphic card are usually stored
  3. in D:\OS2\SVGADATA.PMI. Font20 is not really install anywhere,
  4. instead the OS/2 SVGA.EXE util records the setting of an DOS session
  5. where Font20 is installed. This requires an SVGA.EXE/graphics chipset
  6. combination that really uses the graphic card while creating SVGADATA.PMI.
  7.  
  8. If theese prerequisites are done you will
  9.  * install 8*20 and other fonts into the OS/2 fullscreen font file
  10.  * patch BVHSVGA.DLL (SVGA base video handler) to  use default
  11.    720*500 instead of 720*400 in new fullscreen sessions
  12.  
  13.  
  14.  
  15. how to do install it for OS/2 ...
  16.  
  17.   1. install the DOS version of Font20 into your OS/2 autoexec.bat
  18.  
  19.   2. install utils like
  20.       * s3refresh, v7hfreq,.. (S3)
  21.       * vmode,tlivesa (ET4000)
  22.       * .. (whatever you have on your SVGA disk..)
  23.      into your OS/2 autoexec.bat.
  24.  
  25.   2. restart the DOS session (fullscreen)
  26.  
  27.   3. start \OS2\SVGATMP.BAT (contains "D:\OS2\SVGA.EXE ON INIT")
  28.      it should generate D:\OS2\SVGADATA.PMI.
  29.  
  30.      "YResolution      = 500"
  31.  
  32.      in "Text Mode: 80 cols, 25 rows."  chapter indicates success !
  33.  
  34.   4. rebuild new fullscreen font files:
  35.      run DCP.CMD
  36.      it will use fonts from
  37.       * \OS2\VIOTBL.DCP (original OS/2 fullscreen fonts)
  38.       * \OS2\DSPRES.DLL (windowed OS/2 sessions)
  39.       * CP437_20.FNT/CP850_20.FNT
  40.  
  41.   5 look into config.sys for CODEPAGE=...
  42.     replace the filename in the 'DEVINFO=SCR,VGA,D:\OS2\BOOT\VIOTBL.DCP' line
  43.  
  44.      CODEPAGE=                  use DEVINFO line
  45.  
  46.      437                        DEVINFO=SCR,VGA,D:\OS2\BOOT\VT437.DCP
  47.      850                        DEVINFO=SCR,VGA,D:\OS2\BOOT\VT850.DCP
  48.      437,850                    DEVINFO=SCR,VGA,D:\OS2\BOOT\VT437850.DCP
  49.      850,437                    DEVINFO=SCR,VGA,D:\OS2\BOOT\VT850437.DCP
  50.  
  51.  
  52.   6. call bvhsvga.cmd to patch a byte in D:\OS2\DLL\bvhsvga.dll
  53.      you need unlock.exe from LxLite package.
  54.      if it fails you may try "PATCH /A bvhsvga.pat" after booting
  55.      from floppy, to command line (Alt-F1) or from other partition.
  56.  
  57.  
  58.   7. reboot OS/2
  59.      try mode 80,??
  60.      where ?? is one of 25,28,31,36,42,50,63
  61.  
  62.