WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 04-13-2010, 07:13 AM
kay kay is offline
Member
 
Join Date: Oct 2009
Posts: 10
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?
Reply With Quote
  #2  
Old 04-13-2010, 11:26 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
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?
Reply With Quote
  #3  
Old 04-13-2010, 12:09 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
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.
Reply With Quote
  #4  
Old 04-14-2010, 07:06 AM
kay kay is offline
Member
 
Join Date: Oct 2009
Posts: 10
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.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
rendering to displays that are not spanned by Windows desktop qwerty Vizard 3 12-11-2009 08:49 AM
Using Multiple Displays Dmitry Vizard 3 12-09-2009 12:22 PM
Peripherals compatible with Vizard Vinicius Lima Vizard 3 03-05-2008 10:44 AM


All times are GMT -7. The time now is 01:52 AM.


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