2008/7/22 David Richfield <[EMAIL PROTECTED]>: > Just to clarify, in my case what happened is that the typing would > start, but before the graphics display happened, the apple start > screen would come up again, and a new program would be entered. It's > not that a whole new screensaver would start.
Good point. I tracked this down to the "duration" parameter in driver/apple2-main.c, which defaults to 60. It can be set with -duration or with an X resource *duration. Sometimes the "typing" takes nearly 60 seconds and therefore there's very little or no time for running the graphics. Can you try with for instance -duration 75? Ideally the duration should be adjusted depending on which program or action is being done, but this can get complicated. For now, we can change the default to something a bit longer than 60. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

