home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / drivers / grafika / tseng / et6095 / release.txt < prev    next >
Text File  |  1997-07-24  |  4KB  |  139 lines

  1. RELEASE.TXT FILE  FOR  TSENG LABS WINDOWS 95 DISPLAY DRIVER
  2.  
  3.  
  4. Tseng Labs, Inc.
  5. Tseng Labs Windows 95 Display Driver for ET6000/ET6100 
  6. (C) Copyright 1997. Tseng Labs, Inc.
  7. All rights reserved.
  8.  
  9. ______________________________________________
  10. NOTE FOR USERS INSTALLING THIS RELEASE OVER RELEASE 5 OR EARLIER!
  11. THE METHOD OF  HANDLING INTERNAL DRIVER VERSION NUMBERS WAS CHANGED WITH RELEASE 6. 
  12. AS A RESULT, A PROBLEM WAS ENCOUNTERED WHICH WAS  RECTIFIED BY CHANGING THE DRIVER FILE 
  13. NAMES. THE  FILES , TSENGET6.DLL, TSENGET6.DRV, AND TSENGET6.VXD IN RELEASE 5 WERE REPLACED BY  
  14. TLIET600.DLL, TLIET600.DRV, TLIET600.VXD .
  15.  
  16. DRIVER INFORMATION
  17.  
  18.                 Driver Name:         Tseng Labs Windows 95 Display Driver for ET6000/ET6100 
  19.                 Driver Date:        7/25/97
  20.                 Driver Chip Support:    ET6000/ET6100
  21.                 Driver Release:        7 
  22.                 Driver Version:        4.03.5000
  23.  
  24.  
  25. DRIVER FEATURES ADDED FOR THIS RELEASE  
  26.  
  27. ******* ver 4.03.5000 ********
  28. Changes from Release 6 (Version 4.03.4800 04-24-97)
  29.  
  30. *  Removal of .INI settings.  To stay compliant with PC-98
  31.    the driver cannot access options via the "win.ini" or 
  32.    "system.ini" files. The win.ini options used by previous versions
  33.    of the driver are not accessed by this driver. 
  34.  
  35. *  Full Support of ET6100
  36.  
  37. The following modes are available in the driver to support the Tseng Labs ET6100 chip only:
  38.     1600x1200x8bpp @ 65hz
  39.  
  40.     1024x768x24bpp @75hz
  41.     1024x768x24bpp @85hz
  42.  
  43.     1152x864x24bpp @60hz
  44.     1152x864x24bpp @70hz
  45.  
  46.     1280x1024x16bpp @70hz
  47.     1280x1024x16bpp @75hz
  48.     1280x1024x24bpp @43hz interlaced
  49.  
  50.     1600x1200x16bpp @47hz interlaced
  51.  
  52. *  Fixed Floating Point bug in the ellipse/circle/round rectangle code.
  53.  
  54. *  Added 720x480 mode support for newer BIOS's.
  55.  
  56. *  Added 1152x864 mode support. 
  57.  
  58.  
  59.  
  60. BASIC DRIVER FEATURES
  61.  
  62. Basic MiniDriver Functionality
  63.  
  64. The driver supports identical accelerated functionality in all pixel 
  65. depths 8/16/24. For operations that can use Raster Ops the driver uses 
  66. the Accelerator in all cases. HiColor (16Bpp) modes are 565.  The driver 
  67. uses Linear Addressing (not VFLATD bank switching) in all modes.
  68.  
  69. This driver also utilizes Device Bitmaps to provide improved acceleration.
  70. If there is enough Offscreen Memory available, Color Bitmaps that normally 
  71. would be allocated in Host/System Memory will be allocated in Screen Memory
  72. allowing the ET6000 to be used to operate directly on those bitmaps. There is
  73. accelerated support for the Color Bitmaps listed below when they reside in Video 
  74. RAM. If there is not enough room for a particular bitmap then the DIB Engine
  75. is used to render those.
  76.  
  77.  
  78. The minidriver utilizes the ET6000 to accelerate the following:
  79.  
  80.     Legend: S - Screen, C - Color Bitmap - Host Memory, M - Mono Bitmap
  81.  
  82.  
  83.     BitBlt, CtoS, All ROPS (this includes PatBlt) 
  84.     BitBlt, StoS, All ROPS (this includes PatBlt)
  85.     BitBlt, MtoS, All ROPS
  86.     PatBlt, C, Mono Pattern, All ROPS
  87.     PatBlt, S, Mono Pattern, All ROPS
  88.     Lines,C, Horizontal/Vertical/Diagonal
  89.     Lines,S, Horizontal/Vertical/Diagonal
  90.     Polygon, C & S
  91.     Rectangle, C & S
  92.     Scanlines, C & S
  93.     Ellipses, C & S
  94.     Circles, C & S
  95.     Rounded Rects, C & S
  96.     Text, C & S, All Fonts
  97.     Hardware Cursor, all modes, when Cursor is mono
  98.  
  99.  
  100.     Automatic Refresh Rate selection based on Monitor Info and
  101.     DDC1 monitors are supported in the driver.
  102.  
  103.  
  104. The DirectDraw Portion of the Driver supports the following: 
  105.  
  106.      *  DirectX 2.0, 3.0, 3.0a and 5.0 betas (DirectX 1.0 is no-longer supported)
  107.  
  108.  
  109.      *  Support for the following Low Resolution Modes 
  110.          at 8 & 16 & 24 Bpp:
  111.  
  112.          320x200
  113.          320x240
  114.          512x384
  115.          640x400
  116.  
  117.  
  118.      *  Primary Surface Access
  119.      *  Accelerated Transparent Blt (arbitrary Transparent Color)
  120.      *  Full Screen Page Flipping
  121.      *  BitBlt S&D Rops
  122.      *  2 Overlay Windows (1 Page Flipped Overlay) (RGB 16/24 or YUV422)
  123.  
  124.  
  125.  
  126.  
  127.  
  128. NOTES - GENERAL
  129.  
  130. The driver is installed through the normal Windows 95 Control Panel 
  131. mechanism as presented in the README.TXT file in this directory.
  132.  
  133.  
  134. To accelerate Video file playback using DirectDraw, DirectVideo or ActiveMovie must be installed.  
  135.  
  136.  
  137.  
  138.  
  139.