|
#1
|
|||
|
|||
Fullscreen mode is kaput
We're getting weird performance with both
viz.go(viz.FULLSCREEN) and viz.go(viz.HMD) on our Matrox Parhelia machines. When we run a script with this, everything at first glance loads fine, but then the main rendering window (the 'worldviz' window) immediately minimizes itself. If you click on the task bar icon of it, half the time the program will go on acting fine, and the other half of the time the display gets really, really distorted and bizarre, and needs a reboot to fix. For now, we just start with viz.go() and press F2 (which is an equivalent workaround). We run fullscreen modes on our GeForce4 card without incident, so I can check to see whether the same behavior is exhibited there (though I seem to doubt it will show up). PS: are viz.go(viz.FULLSCREEN) and viz.go(viz.HMD) equivalent? Last edited by FlyingWren; 11-04-2003 at 01:10 PM. |
#2
|
|||
|
|||
Just to be clear, you're saying that:
Code:
viz.go(viz.FULLSCREEN) Code:
viz.go() Also, what version of Vizard are you running? Thanks. |
#3
|
|||
|
|||
Yep, that's what I tried to communicate
We are using build 2.11 on all machines. Just tried our GeForce4 and it isn't bothered by viz.go(viz.FULLSCREEN). The Parhelia machines are using the latest driver from Matrox's website (the non-Windows certified one). ulp |
#4
|
|||
|
|||
Thanks for confirming the problem. So that we can start troubleshooting, can you tell me what was the last version of Vizard you tried that worked with the Parhelia card?
|
#5
|
|||
|
|||
I don't remember ever trying it, so I can't really say :/
Would you like me to install an older version of Vizard and see whether it works? (Think I have a version 1.xx build installer around here, still.) |
|
|