Hi,
I am running an experiment in which I run MATLAB code from a computer to be presented on a single attached display monitor. I get the following error when I run my script:
==============================================================================================================
PTB-WARNING: WINDOWS SYSTEM IS RUNNING IN MULTI-DISPLAY MODE! ALL FLIP STIMULUS ONSET TIMESTAMPS WILL BE LIKELY UNRELIABLE!
PTB-WARNING: STIMULUS ONSET TIMING WILL BE UNRELIABLE AS WELL, AND GRAPHICS PERFORMANCE MAY BE SEVERELY REDUCED!
PTB-WARNING: DO NOT USE MULTI-DISPLAY MODE FOR RUNNING REAL EXPERIMENT SESSIONS WITH ANY REQUIREMENTS FOR ACCURATE TIMING!
PTB-WARNING: ==============================================================================================================
I did a Perceptual synchronization test for synchronization which appears to be come out totally fine. Also, timing onsets with tic, toc in matlab shows virtually no error in onsets...
Should I be worried about going forward with running the script for experimental purposes?
-> If you are truly running a Windows PC with only one single monitor connected and active then you should not see that message. I'd reboot and see if the message goes away. Otherwise your systems graphics system or driver is broken and not trustworthy at all.
-> tic and toc is not a proper way to do any timing related to experiment data collection. Please read through the tutorials in the PsychDocumentation folder, look at our demos etc., otherwise you have a bigger problem than only a potentially broken experiment setup.
-> Windows Vista/7/8/8.1 systems in dual display mode exhibited timing problems on different tested occasions in the past and are in my experience fundamentally not trustworthy for precise visual timing. If you wanted to use them anyway you'd need to attach photo-diodes or other external measurement equipment to find out if they work for your specific purpose. I know of many ways of tricking yourself even with photo-diodes though, so i personally wouldn't even trust that if precise timing for every stimulus frame really matters. If you don't care about precise visual timing you can of course simply ignore the warning and carry on.
-mario