home *** CD-ROM | disk | FTP | other *** search
/ Pegasus Win & OS/2 Edition / Pegasus_Win_OS2.iso / os2 / driver2 / tri32new.exe / README < prev    next >
Encoding:
Text File  |  1992-11-04  |  1.4 KB  |  46 lines

  1. Modifications necessary to run the combined windows drivers:
  2. Edit SYSTEM.INI to add:
  3.  
  4. In the [boot.description] entry:
  5. display.drv=<resolution> <font size> <memory> <chip type>
  6. sdisplay.drv=<resolution> <font size> <memory> <chip type>
  7.  
  8. Where <resolution> can be: 1024x768x256
  9.                            800x600x256
  10.                            640x480x256
  11.  
  12. Where <font size> can be: Large fonts
  13.                           Small fonts
  14.  
  15. NOTE: Use Large fonts for 1024x768x256  FS (WSPDBF.DRV) Seamless (WSPDSBF.DRV)
  16.       Use Small fonts for 800x600x256   FS (WSPDSF.DRV) Seamless (WSPDSSF.DRV)
  17.                           640x480x256   FS (WSPDSF.DRV) Seamless (WSPDSSF.DRV)
  18.  
  19. Where <memory> can be: 1M
  20.                        512K
  21.  
  22. Where <chip type> can be: ET4000
  23.                           ATI
  24.                           IBMVGA256c
  25.                           Paradise
  26.                           Video7
  27.                           Trident
  28.  
  29. Example of 1024x768x256 for Trident with 1 Meg:
  30.  
  31. [boot]
  32. sdisplay.drv=wspdsbf.drv
  33. display.drv=wspdbf.drv
  34.  
  35. [boot.description]
  36. display.drv=1024x768x256 Large fonts 1M Trident
  37. sdisplay.drv=1024x768x256 Large fonts 1M Trident
  38.  
  39. ...
  40.  
  41. display.drv=640x480x256 Small fonts 1M ET4000
  42. sdisplay.drv=640x480x256 Small fonts 1M ET4000
  43.  
  44. display.drv=800x600x256 Small fonts 1M ET4000
  45. sdisplay.drv=800x600x256 Small fonts 1M ET4000
  46.