home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 035 / albt163.zip / FAQ.txt < prev    next >
Text File  |  1994-11-15  |  4KB  |  130 lines

  1. ========================================================
  2.  This FAQ file should help in making Albatros installation                 
  3.  clearer should the installation program not proceed smoothly. 
  4.  
  5.  September '94, Norbert Heller                                        
  6. ========================================================
  7.  
  8. Q:     I have Albatros installed, but when i try to start it, it says MDM.*** 
  9.        not found or the program does not start and instead shows a settings 
  10.        page.
  11.  
  12. A:     Please install MMPM/2 for OS/2. 
  13.  
  14.  
  15. Q:     I have MMPM/2 installed, but Albatros shows "NO DISC" even when there 
  16.        is an AUDIO CD in the drive.
  17.  
  18. A:     There are two possible solutions:
  19.        1)  You installed MMPM/2 but forgot to install CD ROM support, just 
  20.            reinstall CD ROM support in MMPM/2.
  21.  
  22.        2)  You installed CD ROM support in MMPM/2 but the path is incorrect.
  23.            Check in the MMPM/2 setup to find out if the CD ROM refers to the 
  24.            correct drive letter.
  25.  
  26.  
  27. Q:     Albatros starts fine, but there is no sound coming through the speaker,
  28.        even when I turn the Albatros volume knob all the way up.
  29.  
  30. A:     This problem is usually related to your sound card.  When the CD ROM 
  31.        wiring is connected to the CD ROM input of your sound card, the input 
  32.        of your sound card is sometimes set to "0".
  33.  
  34.        You will have to use a PMMIXER program for your sound card to enable 
  35.        the CD ROM Sound input to anything higher than "0".
  36.  
  37.        On an IBM or compatible computer it might help to start the Wave Editor 
  38.        applet to restore your CD Sound ( sounds strange, but it works ! )
  39.  
  40.  
  41. Q:     Albatros shows a totally black display ( I had Version 1.2 and 
  42.        everything was fine until I upgraded to 1.6x ).
  43.  
  44. A:     The color selector has changed. Please go to notebook, page three and 
  45.        select COLOR-DEFAULT.  This will restore your colors.
  46.  
  47.  
  48. Q:     What is the Font Developers Kit good for ?
  49.  
  50. A:     To create you own LCD Style Fonts ( It requires the OS/2 Programming 
  51.        Toolkit )
  52.  
  53.  
  54. Q:     I had quite a few titles entered in CD EXPLORER, do I have to type them 
  55.        again?
  56.  
  57. A:     No, use the STEALTXT.CMD file for extracting titles from the CD Explorer 
  58.        INI file.
  59.  
  60.  
  61. Q:     When I try to select a new color from the color palette and drop it on 
  62.        the color preview page, the color of the background is changed, but not 
  63.        the foreground.
  64.  
  65. A:     Please use CTRL-Right mouse button to change the foreground color.
  66.  
  67.  
  68. Q:     I am using WARP II Beta and there is no CD ROM Support ?
  69.  
  70. A:    
  71.        *) Open a session (Dos or Os/2)
  72.        *) change directory to /mmos2
  73.        *) edit the mmpm2.ini file...
  74.  
  75.        *) add the CDaudio line to the drivers section, e.g.
  76.  
  77.        [Drivers]
  78.        Digitalvideo=IBMDIGVIDPLAYER01
  79.        Waveaudio=IBMWAVESB01
  80.        Sequencer=IBMSEQSB01
  81.        Ampmix=IBMAMPMIXSB01
  82.        Speaker=SPEAKER
  83.        Headphone=HEADPHONE
  84.        Microphone=MICROPHONE
  85.        CDaudio=IBMCD010_1  <---------------------add this
  86.  
  87.        *) add the following to the end of the file...
  88.  
  89.        [IBMCD010_1]
  90.        VERSIONNUMBER=1
  91.        PRODUCTINFO=DEFAULT
  92.        MCDDRIVER=CDAUDIO
  93.        VSDDRIVER=GENCDVSD
  94.        PDDNAME=CDROM
  95.        MCDTABLE=MDM
  96.        RESOURCENAME=F:  <----------------change to your drive letter
  97.        DEVICEFLAG=1
  98.        DEVICETYPE=3
  99.        SHARETYPE=2
  100.        RESOURCEUNITS=1
  101.        RESOURCECLASSES=1,1
  102.        PARMSTRING=Drive=F,Model=DEFAULT DEFAULT1     <----change drive letter
  103.        CONNECTORS=1,6,HEADPHONE,1
  104.        ALIASNAME=Compact Disc
  105.  
  106.        *) Save the file
  107.        *) Shutdown OS/2
  108.        *) Reboot
  109.  
  110.  
  111. Q:     I have troubles with the displayed fonts (cd player looks bad, half of 
  112.        the display not visible).
  113.  
  114. A :    This problem is related to your graphic device driver (e.g. new ATI 
  115.        mach 32 version 85).
  116.  
  117.        To fix this copy the following lines into a file called "FIXDEV.CMD" 
  118.        and run it. 
  119.  
  120. /* */
  121. call RxFuncAdd "SysIni", "RexxUtil", "SysIni"
  122. AppName = "PM_SystemFonts"
  123. KeyName = "DefaultFont"
  124. FontName = "10.System Proportional Non-ISO"
  125. call SysIni "USER", AppName, KeyName, FontName||"0"x
  126. exit
  127.  
  128.  
  129. 
  130.