home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 16 / AmigaOS_LeserCD16_02.bin / CD_System / Warp3D / Problems < prev    next >
Text File  |  2001-10-30  |  3KB  |  107 lines

  1. Problems with Warp3DV4
  2. ----------------------
  3.  
  4. Permedia 2:
  5.  
  6. To use Warp3D in conjunction with Permedia2 based graphics boards
  7. (CyberVisionPPC/BVisionPPC) you have to make sure to have the
  8. latest CyberGrafics version installed. The following files
  9. are the minimal versions that are reported to work with Warp3D:
  10.  
  11. CyberGfx V3 :
  12.  
  13. cgxsystem.library 41.21beta1
  14. CVisionPPC 2.7 beta 3
  15.  
  16. CyberGfx V4 :
  17.  
  18. cgxsystem.library 42.0
  19. CVisionPPC 4.0 beta 4 (CVisionPPC)
  20. BVisionPPC 4.0 beta 4 (BVisionPPC)
  21.  
  22.  
  23. It is also necessary to set some CyberGraphx tooltypes correctly.
  24.  
  25. DRAGGING=NO
  26. BITMAPCACHE=YES
  27.  
  28. If you use a CyberVision3D and CGFX V3, then these tooltypes have
  29. no effect on Warp3D. You have to set MULTIMEDIAMEM=YES for this.
  30. It is recommended that you update your CGX V3 to V4, it's
  31. much more stable and system compliant.
  32.  
  33.  
  34. A lot of demos use V39 compliant multibuffering for displaying their
  35. animation. Some ASL patches (like MagicASL) have a negative effect
  36. on V39 multibuffering, therefore you should disable these patches
  37. to see, if it solves the multibuffering problems.
  38.  
  39. Patches like MagicMenu have a negative effect on the menus, which
  40. are displayed for V39-multibuffering-compliant demos, please disable
  41. these patches to see, if the problems get solved.
  42.  
  43. In general, if you encounter problems, please temporarly remove any
  44. patches and try the W3D software again.
  45.  
  46.  
  47. To make the PPC version Warp3D/StormMesa working you need a perfectly
  48. working WarpUp installation. Make sure to have the following env
  49. variables set:
  50.  
  51. powerpc/gfxaddr $e0000000       (for CVisionPPC/BVisionPPC)
  52. powerpc/force 1                 (for CVisionPPC/BVIsionPPC)
  53. powerpc/terminator 2            (for BlizzardPPC boards)
  54.  
  55. Sometimes setting powerpc/memprot to 0 might also solve some problems.
  56.  
  57.  
  58. It has been reported by some people that the Permedia2 chips sometimes
  59. get very hot, and fail to work due to overheating. Installing a cooling
  60. device, such as a fan, solved those problems. These crashes are mostly
  61. random in nature, so if this happens frequently when using Warp3D, this
  62. may be the cause.
  63.  
  64.  
  65. Voodoo 3:
  66.  
  67. The Voodoo 3 driver is reported to work with the following revisions
  68. of the graphics board drivers:
  69.  
  70. Picasso 96:     Picasso96API.library    2.300
  71.         rtg.library             40.3992
  72.         3dfxVoodoo.chip         6.375
  73.  
  74.         Prometheus.card         6.51
  75.  
  76. CyberGraphics4: soon
  77.  
  78. To use the PPC driver in conjunction with WarpUp software, the following
  79. environment variables should be set:
  80. PowerPC/force 1
  81. PowerPC/gfxaddr $xxxxxxxx
  82.  
  83. The installer will try to figure out the gfxaddr setting. However, if that fails,
  84. here's how to do it manually...
  85.  
  86. Prometheus
  87. Run PrmScan, and find the Voodoo:
  88.  
  89.     Prmscan 1.2 © 2001 Matay.
  90.     PCI cards listing:
  91.     -------------------------------------------------
  92.     Vendor: 3dfx Interactive Inc
  93.     Device: Voodoo3 All Voodoo3 chips, 3000
  94.     Revision: 1.
  95.     Device class 03, subclass 00.
  96.     Address range: 4E000000 - 4FFFFFFF.
  97.     --> Address range: 4C000000 - 4DFFFFFF.
  98.     Address range: 400EFF00 - 400EFFFF.
  99.     64 kB of ROM at 4BFF0000 - 4BFFFFFF.
  100.     -------------------------------------------------
  101.  
  102. gfxaddr needs to be set to this address, i.e.
  103. setenv PowerPC/gfxaddr $4c000000
  104.  
  105.  
  106.  
  107.