Amiga.org
Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: hamtronix on July 22, 2007, 03:11:12 PM
-
I am booting into WB 3.1. I turned off quiet mode because I am working on the system and wanted to see as much as possible of whats happening. Which turns out not to be that much. I have two questions.
Can I set startup-sequence to complete one line at a time after a key press or some other way to slow it down?
I get a pop up dialog box at what appears is the end of the booting process that goes away rather quickly. It says something like 'Intuition is trying to close an open window.' and something else with the retry and cancel buttons. It goes away by itself. Is this normal? What can be done about it if it isnt normal?
-
I turned off quiet mode
What ??? How ?
Can I set startup-sequence to complete one line at a time after a key press or some other way to slow it down?
Add the line
set echo on
to the beginning of the startup-sequence, then each command is listed before execution. Press the space bar or any key to halt the output. Delete the input to continue.
Add something like
ask "press enter to continue"
between LoadWB and EndCLI in startup-sequence in order to automatically halt before the initial Shell window closes.
get a pop up dialog box at what appears is the end of the booting process that goes away rather quickly. It says something like 'Intuition is trying to close an open window.' and something else with the retry and cancel buttons. It goes away by itself. Is this normal? What can be done about it if it isnt normal?
Intuition tries to close and reopen the Workbench screen in order to set the screen mode configured in Prefs/Screenmode. It cannot do this as long as other windows are open on that screen. So while the initial Shell window is open, the requester appears and it disappears automatically when the shell window is closed.
Short: yes, it's normal.
Bye,
Thomas
-
Thomas wrote:
I turned off quiet mode
What ??? How ?
>> I meant quiet mode for setpatch command. I just deleted the QUIET flag on it in the Startup-Sequence.