using glut with two monitors

  • Follow


Hi,

I've a very simple question for which I couldn't
find an answer by googling.

I have an Nvidia GeForce 7800 GTX video card
and two monitors. Of course, one of the monitors
is set as primary and the other is set as secondary.

I would like to render different images to each
monitor from the same program. Normally, all the
rendering goes to the primary monitor.

Is there a way to render something else to the
secondary monitor? A quick note: I would like
both renderings to be full screen.

Thanks a lot.

0
Reply oguzakyuz (13) 3/17/2006 3:08:53 PM

oguzakyuz@gmail.com wrote:
> 
> I would like to render different images to each
> monitor from the same program. Normally, all the
> rendering goes to the primary monitor.
> 
> Is there a way to render something else to the
> secondary monitor? A quick note: I would like
> both renderings to be full screen.
> 

Open one window on each monitor.




-- 
<\___/>
/ O O \
\_____/  FTB.    For email, remove my socks.

In science it often happens that scientists say, 'You know
that's a really good argument; my position is mistaken,'
and then they actually change their minds and you never
hear that old view from them again.  They really do it.
It doesn't happen as often as it should, because scientists
are human and change is sometimes painful.  But it happens
every day.  I cannot recall the last time something like
that happened in politics or religion.

- Carl Sagan, 1987 CSICOP keynote address

0
Reply fungus 3/17/2006 5:13:25 PM


fungus wrote:
> oguzakyuz@gmail.com wrote:
>>
>> Is there a way to render something else to the
>> secondary monitor? A quick note: I would like
>> both renderings to be full screen.
>>
> 
> Open one window on each monitor.
> 

Oh, you mean with GLUT!

I'm not sure this is possible with GLUT. Looks
like you've just outgrown it's limitations..


-- 
<\___/>
/ O O \
\_____/  FTB.    For email, remove my socks.

In science it often happens that scientists say, 'You know
that's a really good argument; my position is mistaken,'
and then they actually change their minds and you never
hear that old view from them again.  They really do it.
It doesn't happen as often as it should, because scientists
are human and change is sometimes painful.  But it happens
every day.  I cannot recall the last time something like
that happened in politics or religion.

- Carl Sagan, 1987 CSICOP keynote address

0
Reply fungus 3/17/2006 5:40:33 PM

<oguzakyuz@gmail.com> wrote in message 
news:1142608133.039226.23270@u72g2000cwu.googlegroups.com...
> Hi,
>
> I've a very simple question for which I couldn't
> find an answer by googling.
>
> I have an Nvidia GeForce 7800 GTX video card
> and two monitors. Of course, one of the monitors
> is set as primary and the other is set as secondary.
>
> I would like to render different images to each
> monitor from the same program. Normally, all the
> rendering goes to the primary monitor.
>
> Is there a way to render something else to the
> secondary monitor? A quick note: I would like
> both renderings to be full screen.
>
> Thanks a lot.
>


glutCreateSubWindow with a position over on the 2nd head. ("span" mode 
NVIEW).

-jbw


0
Reply jbwest 3/18/2006 2:48:56 AM

But I think in span mode all the properties of
monitors such as the resolution and bit depth
should be the same isn't it?

In my case resolution is hugely different.

Thanks.

0
Reply oguzakyuz 3/18/2006 8:18:22 AM

<oguzakyuz@gmail.com> wrote in message 
news:1142669901.956829.84720@v46g2000cwv.googlegroups.com...
> But I think in span mode all the properties of
> monitors such as the resolution and bit depth
> should be the same isn't it?
>
> In my case resolution is hugely different.
>
> Thanks.
>


NVIEW supports a 2nd monitor with different display properties in span mode.
Just click on the 2nd monitor icon and adjust the res.

-jbw 


0
Reply jbwest 3/18/2006 2:35:33 PM

There is something called GLUMM (gfx library utility for multiple
monitors) which is based on top of GLUT and does multiple monitor
rendering. Have a look at it, it seems to have all what you need. Do a
google for keywords "GLUMM multiple monitors" to get more information
about it. 

Hope this helps.
- Vaibhav

0
Reply saxena 3/24/2006 9:41:15 PM

6 Replies
299 Views

(page loaded in 0.103 seconds)

Similiar Articles:








7/24/2012 3:13:23 PM


Reply: