Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screen goes blank after idle time #2

Open
aforren1 opened this issue Aug 16, 2016 · 1 comment
Open

Screen goes blank after idle time #2

aforren1 opened this issue Aug 16, 2016 · 1 comment

Comments

@aforren1
Copy link
Member

After waiting a few seconds, the psychtoolbox window goes black (then white?). The loop it executes starts at line 87 in main. I'm not touching the screen at that point, so not entirely sure what's happening.

@aforren1
Copy link
Member Author

Can't reproduce easily on linux + non-fullscreen, will try on windows...

win = Screen('OpenWindow', 0, [0 0 0 0], [0 0 600 600]);
Screen('FillRect', win, [0 255 0]);
Screen('Flip', win);
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant