home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.10 / 1998-01_Disc_3.10.iso / EXCALIBR / 3DFX / G24RTVG.EXE / readme.txt < prev    next >
Text File  |  1997-07-23  |  4KB  |  143 lines

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