www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: rschwemm on February 11, 2011, 11:04:34 AM

Title: JPCT & multiple screens
Post by: rschwemm on February 11, 2011, 11:04:34 AM
Hi everyone!

I'm currently trying to nail down a problem. So this is more a poll than a question... If you already know the answer though, don't hesitate!
Here it goes:

Problem:
The Driver reports to support only a single resolution. This is queried by:
FrameBuffer.getVideoModes(IRenderer.RENDERER_OPENGL);

Infos:
Resolution reported: 3000x1200
OS: Some Linux

The problem is not reproducible here. I requested more details and will post them here.
My guess (->resolution) is, that a dual monitor setup is used and jPCT/LWJGL has problems with it.
Can anyone using a multi-monitor-setup confirm/dismiss this idea? I, unfortunately still work on a
single headed system :-(

Thanks for your time!
   Roland

PS: Note my clearly superior skill in using the bold-tag ;-)
Title: Re: JPCT & multiple screens
Post by: rschwemm on February 11, 2011, 11:21:30 AM
More infos:


jPCT prints:

Current mode:3200 x 1200 x 24 @50Hz
Driver is: unknown OpenGL driver on NVIDIA Corporation / GeForce 9500 GT/PCI/SSE2


Seems to be quite up-to-date. Not sure about the Nvidia-driver though.

[edit:] also see: http://lwjgl.org/forum/index.php?topic=2715.0 (seems I'm not the first one)
[edit2:] translated to english...
Title: Re: JPCT & multiple screens
Post by: EgonOlsen on February 11, 2011, 01:22:12 PM
Hey, that was me reporting this problem...i dimly remember it. Seems as if there's no real solution yet... :'(
Title: Re: JPCT & multiple screens
Post by: rschwemm on February 11, 2011, 02:21:19 PM
Yeah, I noticed it was you!
That there's no solution in sight is sad.
I will go with instructions for X11. This not perfect, but at least I know what to blame.