PTB3 locking up at Screen('OpenWindow',....)

Hello, I hope someone can help.

I have installed PTB3 and developed code successfully on one
computer, tested it on two others, but cannot get it running on the
one that really matters.

Everything runs properly until the Screen(`OpenWindow',….) command,
at which point the white start up screen comes on, and never goes
away. A mouse cursor with thinking hourglass does come up. This
happens with both my own code and the PsychDemos. I have to force
quit PTB3/Matlab to regain control of the system.

On the failing computer, I am running Windows XP with Matlab 7.3
(R2006b). The video card is a Nvidia TNT2 model 64. According to
Wiki, this card supports DirectX 6 and OpenGL 1.

Does anyone have any suggestions, or better yet, know what's going
wrong?

Thanks,

Ari
Wow! You are one of the champions for the "most ancient graphics
card ever used for serious work in 2007" award!

Do your other machines have more recent gfx-cards?

Things to try:

0. You are using the latest PTB-3 beta, right?

1. In Matlab: diary on -- Will record all output to a diary.txt
file in the Matlab working directory, so you can read what
happened after force-quitting Matlab.

2. Try Screen('Preference', 'SkipSyncTests', 2); to see if that
gets you past the white screen. That would mean that some
mechanism needed for proper stimulus timing and vbl sync
is broken or unsupported on your hardware, but would allow
for further diagnostic.

3. Driver update! Update to the latest NVidia drivers for your
card.

4. Your card only has 32 MB VRAM. Make sure you're running
at 24 or 32 bit color depths and at a low enough screen
resolution so its not running out of ressources.

But you should consider upgrading your card to something
less ancient for good performance unless you use very
simple stimuli.

best,
-mario

--- In psychtoolbox@yahoogroups.com, "arirosenator" <arirosenator@...> wrote:
>
> Hello, I hope someone can help.
>
> I have installed PTB3 and developed code successfully on one
> computer, tested it on two others, but cannot get it running on the
> one that really matters.
>
> Everything runs properly until the Screen(`OpenWindow',….) command,
> at which point the white start up screen comes on, and never goes
> away. A mouse cursor with thinking hourglass does come up. This
> happens with both my own code and the PsychDemos. I have to force
> quit PTB3/Matlab to regain control of the system.
>
> On the failing computer, I am running Windows XP with Matlab 7.3
> (R2006b). The video card is a Nvidia TNT2 model 64. According to
> Wiki, this card supports DirectX 6 and OpenGL 1.
>
> Does anyone have any suggestions, or better yet, know what's going
> wrong?
>
> Thanks,
>
> Ari
>