home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 6
/
AACD06.ISO
/
AACD
/
System
/
AteoBus
/
BuggyAteoBus.ReadMeFirst
< prev
next >
Wrap
Text File
|
2000-01-16
|
1KB
|
51 lines
Short: Avoid "Black Screen" if Pixel64 is not ready
Author: guillaume.maillard@fnac.net (Guillaume Maillard)
Requires: AteoBus & Pixel64
English:
Reboot (ColdReboot) your Amiga if the Pixel64 card
is not ready (useful for first boot or after a crash)
Installation:
copy BuggyAteoBus to c:
insert in your startup-sequence after "Monitors mount" the line:
c:BuggyAteoBus
French:
Redemarre l'Amiga (ColdrReboot) si la Pixel64, n'est
pas prete (au 1er boot ou apres un crash severe).
Installation:
copier BuggyAteoBus dans c:
inserez dans votre startup-sequence apres me "montage" des "Monitors" la ligne:
c:BuggyAteoBus
My startup-sequence :
...
IF EXISTS DEVS:Monitors
IF EXISTS DEVS:Monitors/VGAOnly
DEVS:Monitors/VGAOnly
EndIF
C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
Execute T:M
C:Delete >NIL: T:M
EndIF
c:BuggyAteoBus
Assign CON: dismount
Assign RAW: dismount
Mount CON: from devs:kingcon-mountlist
Mount RAW: from devs:kingcon-mountlist
SetEnv Language "english"
SetEnv Workbench $Workbench
SetEnv Kickstart $Kickstart
UnSet Workbench
UnSet Kickstart
...