home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / orchid / xmp13p / xmp13p.exe / WN95_CDI.TXT < prev    next >
Text File  |  1995-11-21  |  3KB  |  69 lines

  1. **********************************************************************
  2. *************************   XingTech Note   **************************
  3. **********************************************************************
  4.  
  5. Title        Windows 95 and GreenBook CDi Titles
  6. Catalog#    W9500010
  7. History        created 8/2/95 by tsilva
  8.         modified 8/30/95 by saiena
  9.         modified 11/21/95 by saiena
  10.  
  11. **********************************************************************
  12.  
  13. We have found that raw reads of non-ISO 9660 CDs fail under CDFS
  14. (Windows 95's alternative to MSCDEX). This situation makes it
  15. impossible to play CD-i Digital Video Movie (GreenBook) titles, 
  16. and playback of Video CD (WhiteBook) titles can be severely slowed.
  17.  
  18. It is possible to work around this situation by reconfiguring your PC
  19. to use MSCDEX instead of CDFS, but there are some considerations:
  20. - MSCDEX is slower than CDFS;
  21. - because the CD-ROM driver must be loaded in REAL mode, system
  22.   performance is slightly slowed;
  23. - some CD-ROM drivers/drives may not work with GreenBook CD-i titles
  24.   even after the reconfiguration; replacement of the CD-ROM driver/drive
  25.   may be necessary to enable playback of GreenBook titles;
  26. - There may be other ill effects of which we are currently unaware.
  27.  
  28. *  DISCLAIMER:
  29. *  Because of these considerations, we strongly recommend that you
  30. *  back-up your PC's file system prior to performing the reconfiguration.
  31. *  
  32. *  The procedure described in this file is not guaranteed to enable
  33. *  GreenBook and WhiteBook CD playback on all PCs.
  34.  
  35. **********************************************************************
  36. To enable reading of GreenBook CDi titles from within Windows 95, complete
  37. the following steps (you must have a properly functioning CD in
  38. your PC before completing these steps):
  39.  
  40. - Type the CONFIG.SYS file on the root of your Windows 95 boot drive,
  41.   and note the line that loads your PC's CD-ROM driver; e.g., the
  42.   following command types the config.sys file:
  43.     type c:\config.sys
  44.   And the following line loads the CD-ROM driver:
  45.     DEVICE=C:\UTILS\SCSI\ASPICD.SYS /D:ASPICD0
  46. - Edit the AUTOEXEC.BAT file on the root of your Windows 95 boot drive,
  47.   and add a line that loads the MSCDEX program, e.g.:
  48.     <PATH>MSCDEX.EXE /D:<DRIVER>
  49.   Where <PATH> is the path to the MSCDEX program,
  50.   and <DRIVER> is the name of the driver specified in your PC's
  51.   CONFIG.SYS file, e.g.:
  52.     C:\WINDOWS\COMMAND\MSCDEX.EXE /D:ASPICD0
  53. - Edit the IOS.INI in your PC's Windows 95 directory, and find 
  54.   the line that specifies your PC's CD-ROM driver, e.g.:
  55.     aspicd.sys    ; adaptec PM driver exists
  56.   If this line appears in the [SafeList] section of the file, move it from
  57.   the [SafeList] section to the [CDUnsafe] section; e.g.: after you move
  58.   the line, your IOS.INI file should have lines that look like this:
  59.     [CDUnsafe]
  60.     aspicd.sys    ; adaptec PM driver exists
  61. - Reboot your PC.
  62.  
  63. At this point, if problems persist, try diabling 32-bit disk access:
  64. - Run the SYSTEM control panel
  65. - Go to the PERFORMANCE panel
  66. - Click the "File System" button
  67. - Go to the "Troubleshooting" panel
  68. - Enable the option: "Disable all 32-bit Protect Mode Disk Drivers"
  69. - Reboot your PC