Dual Monitor Setup

Blitz3D Forums/Blitz3D Programming/Dual Monitor Setup

LostCargo(Posted 2003) [#1]
Is there a way to implement the use of dual monitors when using blitz3d? or am i religated to only one?


DH(Posted 2003) [#2]
How about implementing the use of Duel posts in multiple forums because we love to read it twice (at least I do)?

[/sarcasm]

No way as of yet (native to blitz that is). Then again, you can always set the second monitor to "clone" mode and there you go, now blitz is on both of them at the same time.


LostCargo(Posted 2003) [#3]
Dark Half,
I guess that means you dont know.

The reason i posted in two forums is that it applies to both. And havent been able to get an opinion/answer about how to do this.

So i would welcome any constructive suggestions if you have any...

[/Serious]


LAB[au](Posted 2003) [#4]
Simple! you declare graphics3D 1600,600 for example (dual monitor 800x600) yet this will work only with nvidia cards and nview installed (it doesn't work with ATI)...


LostCargo(Posted 2003) [#5]
ahh... yes i agree. That would prolly work, but it works only with a propritetary system.
Thanks for the suggestion. I will be sure to include increases resolution options in the games i make.