I have problem with "dontclear" flag in Screen('Flip') command. Simply when I run the demo file "MouseTraceDemo2.m" it gives me the following error and jumps out of the program.
+++++++++++++++++++++++++++
Error in function Flip: Usage error
OpenGL AUX buffers unavailable! dontclear=1 in Screen-Flip doesn't work without them.
Either unsupported by your graphics card, or you disabled them via call to Screen('Preference', 'ConserveVRAM')?
Usage:
% Activate compatibility mode: Try to behave like the old MacOS-9 Psychtoolbox:
oldEnableFlag=Screen('Preference', 'EmulateOldPTB', [enableFlag]);
>>> and the "help Screen" comments and then??? Usage:
[VBLTimestamp StimulusOnsetTime FlipTimestamp Missed Beampos] = Screen('Flip', windowPtr [, when] [, dontclear] [, dontsync] [, multiflip]);
Error in ==> MouseTraceDemo2 at 82
psychrethrow(psychlasterror);
+++++++++++++++++++++++++++
I also add the command line below prior to the Flip command, but still it is the same.
oldEnableFlag=Screen('Preference', 'EmulateOldPTB', 1);
I'm using PTB 3 under Windows XP in Bootcamp (Sorry for degrading from MAC. Actually I love my machine's MAC side but I need to write this program in windows OS. It's terrible!). I have a 2 x Quad Xeon Intel MAC computer with video card ATI Radeon HD 2600 XT with driver version 2.1.7273.
What should I do? Thanks for your attention.
Best
Amir