home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / System / AteoBus / BuggyAteoBus.ReadMeFirst < prev    next >
Text File  |  2000-01-16  |  1KB  |  51 lines

  1. Short:    Avoid "Black Screen" if Pixel64 is not ready
  2. Author:   guillaume.maillard@fnac.net (Guillaume Maillard)
  3. Requires: AteoBus & Pixel64
  4.  
  5. English:
  6.  
  7.     Reboot (ColdReboot) your Amiga if the Pixel64 card 
  8.   is not ready (useful for first boot or after a crash)
  9.   Installation: 
  10.       copy BuggyAteoBus    to c:
  11.       insert in your startup-sequence after "Monitors mount" the line:
  12.       c:BuggyAteoBus
  13.    
  14.     
  15. French:
  16.    
  17.    Redemarre l'Amiga (ColdrReboot) si la Pixel64, n'est
  18.   pas prete (au 1er boot ou apres un crash severe).
  19.   Installation: 
  20.       copier BuggyAteoBus dans c:
  21.       inserez dans votre startup-sequence apres me "montage" des "Monitors" la ligne:
  22.       c:BuggyAteoBus
  23.  
  24.  
  25. My startup-sequence :
  26.  
  27. ...
  28.  
  29. IF EXISTS DEVS:Monitors
  30.   IF EXISTS DEVS:Monitors/VGAOnly
  31.     DEVS:Monitors/VGAOnly
  32.   EndIF
  33.   C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
  34.   Execute T:M
  35.   C:Delete >NIL: T:M
  36. EndIF
  37.  
  38. c:BuggyAteoBus
  39.  
  40. Assign CON: dismount
  41. Assign RAW: dismount
  42. Mount CON: from devs:kingcon-mountlist
  43. Mount RAW: from devs:kingcon-mountlist
  44.  
  45. SetEnv Language "english"
  46. SetEnv Workbench $Workbench
  47. SetEnv Kickstart $Kickstart
  48. UnSet Workbench
  49. UnSet Kickstart
  50.  
  51. ...