Hello everyone! I am programming a SSVEP experiment which is time-sensitive, so I cannot skip the SyncTest. The scripts worked well with SkipSyncTests=1, but when I tried to do the SyncTest, it reports warnings and the experiment could not run.
For your information, the version of Psychtoolbox is 3.0.19, windows 11 (I cannot change it to linux because someone else is using the same laptop), with a hybrid graphics (Intel Graphics and the NVIDIA RTX 500 Ada GPU) and a separate monitor; I’ve tried all settings mentioned in help syncTrouble (tripplebuffering, vertical sync) and disabled the variable refresh rate; I also tried to the main display and scale, but none of these attempts worked. Sometimes when the laptop wasn’t connected to the monitor, it could run with successful SyncTest (but during most of attempts, it still failed with exactly same settings), but as long as it was connected to the monitor, there were always failures with SyncTests.
I’ve tried to read many discussions but none of them could solve the problem. I hope you guys could help solve the problem and I will really appreciate that.
Here is the warning information:
Experiment about to start. Note that you can abort at any time
by pressing the ESC key as a response to any of the questions.
Using screen 2 of 2.
PTB-INFO: This is Psychtoolbox-3 for Microsoft Windows, under Matlab 64-Bit (Version 3.0.19 - Build date: Jul 31 2024).
PTB-INFO: OS support status: Windows 11 (Version 11.0) is not supported.
PTB-INFO: Type ‘PsychtoolboxVersion’ for more detailed version information.
PTB-INFO: Most parts of the Psychtoolbox distribution are licensed to you under terms of the MIT License, with
PTB-INFO: some restrictions. See file ‘License.txt’ in the Psychtoolbox root folder for the exact licensing conditions.
PTB-INFO: For information about paid support, support memberships and other commercial services, please type
PTB-INFO: ‘PsychPaidSupportAndServices’.
PTB-WARNING: Couldn’t determine end-line of vertical blanking interval for your display! Trouble with beamposition queries?!?
PTB-WARNING: Detected end-line is 2159, which is either lower or more than 1.250000 times higher than vbl startline 1620 → Out of sane range!
PTB-INFO: OpenGL-Renderer is NVIDIA Corporation :: NVIDIA RTX 500 Ada Generation Laptop GPU/PCIe/SSE2 :: 4.6.0 NVIDIA 566.03
PTB-INFO: VBL startline = 1620 , VBL Endline = 2159
PTB-INFO: Beamposition queries unsupported or defective on this system. Using basic timestamping as fallback.
PTB-INFO: Timestamps returned by Screen(‘Flip’) will be therefore less robust and accurate.
PTB-INFO: Measured monitor refresh interval from VBLsync = 16.668464 ms [59.993530 Hz]. (50 valid samples taken, stddev=0.418871 ms.)
PTB-INFO: Reported monitor refresh interval from operating system = 16.666667 ms [60.000000 Hz].
PTB-INFO: Small deviations between reported values are normal and no reason to worry.
PTB-INFO: ==============================================================================================================================
PTB-INFO: WINDOWS DWM DESKTOP COMPOSITOR IS ACTIVE. On this Windows-10 or later system, Psychtoolbox can no longer reliably detect if
PTB-INFO: this will cause trouble for timing and integrity of visual stimuli or not. You might be just fine, or you could be in trouble.
PTB-INFO: Use external measurement equipment and independent procedures to verify reliability of timing if you care about proper timing.
PTB-INFO: ==============================================================================================================================
WARNING: Couldn’t compute a reliable estimate of monitor refresh interval! Trouble with VBL syncing?!?
----- ! PTB - ERROR: SYNCHRONIZATION FAILURE ! -----
One or more internal checks (see Warnings above) indicate that synchronization
of Psychtoolbox to the vertical retrace (VBL) is not working on your setup.
This will seriously impair proper stimulus presentation and stimulus presentation timing!
Please read ‘help SyncTrouble’ for information about how to solve or work-around the problem.
You can force Psychtoolbox to continue, despite the severe problems, by adding the command
Screen(‘Preference’, ‘SkipSyncTests’, 1); at the top of your script, if you really know what you are doing.