WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   2 displays (https://forum.worldviz.com/showthread.php?t=2683)

kay 04-13-2010 07:13 AM

2 displays
 
I try to use vizard with 2 displays (monitor, the primary display, and a projector). When using the monitor (with option viz.fullscreen.monitor=1) everything runs normal. When I try the same for the projector (with option viz.fullscreen.monitor=2) I don't get the world diplayed but rather it remains with the WorldViz logo. What am I doing wrong?

Jeff 04-13-2010 11:26 AM

Does the same thing happen when you run the following?
Code:

import viz

#Tell Vizard to go fullscreen on monitor 2
viz.setOption('viz.fullscreen.monitor',2)

#Create window
viz.go(viz.FULLSCREEN)

gallery = viz.add('gallery.ive')

If so, do you see any errors in the Vizard input/ouput window?

Does your projector require a different resolution or refresh rate?

farshizzo 04-13-2010 12:09 PM

What kind of graphics card do you have and have you installed the latest drivers?

If you have an nVidia card then try going into the nVidia control panel and set the Multi-display/mixed-GPU acceleration setting to Multiple display performance mode. This allows running the Vizard window on non-primary monitors/displays.

kay 04-14-2010 07:06 AM

I have a nVidia. It works now, after changing to Multiple display performance mode. Thank you.

Another question: There is (still) no possiblity to have two main windows? E.g., one main window in fullscreen mode displayed via the projector and a second small one in a window on the usual computer monitor for monitoring what happens on the projector.


All times are GMT -7. The time now is 07:12 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC