home *** CD-ROM | disk | FTP | other *** search
/ Gambler 19 / GAMBLERCD19.BIN / UTILS / 3DFX / DRIVERS / GL95-AMD / GLD231VG.EXE / gldreln.txt < prev    next >
Text File  |  1997-06-02  |  4KB  |  135 lines

  1. Glide 2.31 Runtime Drivers
  2. for Voodoo Graphics
  3.  
  4. Platform: Windows 95 and Windows NT
  5.  
  6. Copyright ( 1997 3Dfx Interactive, Inc. )
  7. All Rights Reserved
  8.  
  9. 3Dfx Interactive, Inc.
  10. website: www.3Dfx.com
  11. news server: news.3dfx.com
  12.  
  13.  
  14. =======================================================================
  15. What's in the distribution?
  16. =======================================================================
  17. This distribution contains the Glide 2.31 drivers for Voodoo 
  18. Graphics Based 3D Accelerators.  These drivers were tested on the 
  19. following boards: 
  20.  
  21. - 3Dfx Interactive reference boards
  22. - Diamond Monster 3D
  23. - Orchid Righteous 3D
  24. - Deltron Realvision Flash 3D
  25.  
  26. NOTE:  3Dfx Interactive will provide support for 3Dfx reference board
  27. users only!! Monster 3D and Orchid Righteous 3D users are recommended to
  28. use drivers provided by each respective company to ensure that they can
  29. obtain full support.
  30.  
  31. - Monster 3D supported drivers can be obtained from www.diamondmm.com
  32. - Righteous 3D supported drivers can be obtained from www.orchid.com
  33. - Flash 3D supported driver can be obtained from www.deltrontech.com
  34.  
  35.  
  36. Included Files
  37. --------------
  38.  
  39. GLIDE2X.DLL  - Glide Voodoo Graphics Driver for Windows 95 and NT
  40. GLIDE2X.OVL  - Glide Voodoo Graphics Driver for DOS
  41. FXMEMMAP.VXD - Windows 95 VXD for Voodoo Graphics
  42. GENPORT.SYS  - Windows NT Device Driver for Voodoo Graphics
  43. MAPMEM.SYS   - Windows NT Device Driver for Voodoo Graphics
  44. NTREMAP.SYS  - Windows NT Device Driver for Voodoo Graphics
  45. README.TXT   - This File
  46.  
  47.  
  48. =======================================================================
  49. Installation 
  50. =======================================================================
  51.  
  52. Requirements
  53. ------------
  54.  
  55. - Windows 95 or Windows NT 4.0
  56. - PC with a Pentium or Pentium Pro Processor and a free PCI slot
  57.  
  58.  
  59. Installation
  60. ------------
  61.  
  62. NOTE: If the setup program is run under Windows 95, both Windows
  63. and DOS drivers are installed.  If the setup program is run
  64. under Windows NT (while using an Administrator account) Windows
  65. NT drivers and 3Dfx device services are installed.
  66.  
  67. 1) Run the self extracting Glide 2.31 Runtime Drivers .exe file.
  68. 2) Click Setup.
  69. 3) Follow the on screen prompts.
  70. 4) After installation you may need to reboot the system.
  71.  
  72.  
  73.  
  74. Troubleshooting
  75. ---------------
  76.  
  77. ####
  78.  
  79. Q: I have an S3 968/868 video card, why does my system lock
  80. up when I run a Glide or Direct3D title.
  81.  
  82. A: S3 968 and 868 chipsets may misreport the mapped memory used.
  83. There is a chance that your Voodoo Graphics card will be 
  84. assigned by Plug and Play a memory range that is used by the S3
  85. card, but not reported.   The Voodoo Graphics card can be 
  86. relocated by:
  87.  
  88.  
  89.     Windows 95 Users:  Please download the S3 Fix kit
  90.     from the Downloads/Updates section of http://www.3dfx.com
  91.  
  92.  
  93.     Windows NT Users: An NT service called NTREMAP is 
  94.         installed when Glide is added to an NT system.
  95.     NTREMAP can change the memory address of a Voodoo 
  96.     Graphics board and prevent a conflict with an S3 card.
  97.  
  98.     To use NTREMAP, add the following registry values to:
  99.     \HKLM\Software\3Dfx Interactive\NTRemap
  100.     
  101.     Value Name    Type    Value
  102.     ----------      ----    -----
  103.     EnableNTRemap    DWORD    1 (HEX) 
  104.     ForceAddress    DWORD    12000000 (HEX)
  105.  
  106.     The Force Address setting will vary, in this example
  107.     0x12000000 is used.  This is normally free on most
  108.     systems.
  109.  
  110.     NOTE: If you use an address that over-writes another
  111.     device, Windows NT may not boot.  If such a problem 
  112.     occurs, power off the system and remove your Voodoo 
  113.     Graphics.  Alter the registry to use a different
  114.     memory range (or remove the ForceAddress setting).
  115.     Then Reinstall the Voodoo Graphics card into your 
  116.     system.
  117.  
  118.  
  119. ####
  120.  
  121. Q: The display seems dark when a Glide title is running, how
  122. do I make the display brighter?
  123.  
  124. A: Using a file editor (ie: Notepad), edit your \AUTOEXEC.BAT
  125. file.  Add the following lines
  126.  
  127.     SET SST_RGAMMA=1.7
  128.     SET SST_BGAMMA=1.7
  129.     SET SST_GGAMMA=1.7
  130.  
  131.     1.7 is the default value, increasing past this setting
  132.     will raise gamma.  It is however suggested that you
  133.     don't raise the setting past 1.9
  134.  
  135. ####