I am using Gefore II dual head card which shows
similar problem:
The stereo image can only be shown on primary monitor,
not on the secondary monitor.  When I display the
stereo images on the secondary monitor, the stereo
effect, which appears on the primary monitor well,
will disappear.

Best,

G.B. Liu

 --- Alex Terrazas <[EMAIL PROTECTED]> 寫道:> Hi-
>
> I ran into problems with two PCI cards a while
> back (about 1 year ago).  I think it is a
> registered bug and may not yet be resolved.
>
> Alex
>
>
>
> -----Original Message-----
> From: Discussion list for Java 3D API
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Gustaf Duell
> Sent: Monday, April 15, 2002 5:53 AM
> To: [EMAIL PROTECTED]
> Subject: [JAVA3D] J3D on dual monitors
>
>
> Hello all
> I hope someone of you can help me on this issue.
> I am working with  two monitors on my computer and I
> can only get J3D to
> work on one of the screens.
> If I start the window on screen one the java 3d is
> working, if I move the
> window to screen two it freezes and if I then move
> back to screen one I get
> a bluescreen. (I use w2k, sp 2)
> If I start the window on screen two the J3D is just
> the grey background and
> if I move the window to screen one it works.
>
> I do not know if it is due to the second screen's
> graphics card or because
> of the new SW versions. In a previous versions it
> worked but it was with a
> different computer, different graphics cards and
> JDK1.3 and J3D 1.2.1_03.
> Now I am using JDK1.4 and J3D 1.2.1_04. The first
> screen is using a GeForce3
> and the second screen a GeForce 2 card.
>
> The first thing I am thinking of is how do I get the
> GraphicsConfiguration
> for the screen the window should appear on?
> To start the J3D I get a GraphicsConfiguration with:
> GraphicsConfiguration config =
> SimpleUniverse.getPreferredConfiguration()
> The documentation on "getPreferredConfiguration"
> says:
>         "Finds the preferred GraphicsConfiguration
> object for the system.
> This object can then be
>         used to create the Canvas3D objet for this
> system.
>         Returns: The best GraphicsConfiguration
> object for the system."
> But if the screen where i want the J3Dwindow is not
> the best
> GraphicsConfiguration but the second best? How do I
> decide which
> GraphicsConfiguraion I want to use?
> In normal Java I select screen by getting an array
> with the displays in with
> the function:
> abstract GraphicsDevice[]
> GraphicsEnvironment.getScreenDevices()
> and from each on of the elements (screens) in the
> array I can get the
> GraphicsConfiguration with
> abstract GraphicsConfiguration  = GraphicsDevice
> .getDefaultConfiguration()
> But this type of GraphicsConfiguration  does not
> work with J3D, only the
> GraphicsConfiguration  that I get from
> SimpleUniverse.getPreferredConfiguration() works.
> Does anyone have a suggestion how to get the J3D
> window on the second best
> display, ie get the second best
> GraphicsConfiguration.
> Or how Do I test if it is the grahics card that does
> not support J3D. (It
> sounds unlikely today that such cards exist)
> Thank you
> Gustaf Duell
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED]
> and include in the body
> of the message "signoff JAVA3D-INTEREST".  For
> general help, send email to
> [EMAIL PROTECTED] and include in the body of the
> message "help".
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED]
> and include in the body
> of the message "signoff JAVA3D-INTEREST".  For
> general help, send email to
> [EMAIL PROTECTED] and include in the body of the
> message "help".

=====
Guang Bin Liu
VTHRC
University of Queensland
Australia
Phone:  61 7 3365 4072
Fax: 61 7 3800 5268

_________________________________________________________
Do You Yahoo!?
登記免費的 @yahoo.com 中文電子郵件 @ http://chinese.mail.yahoo.com
Get your free @yahoo.com address at http://chinese.mail.yahoo.com

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to