Expanding Across Two Monitors

joedan06's icon

I'm using two monitors and I'm wanting the application I'm building to span the size of both monitors, this work until I use full screen. When I select full screen it then adds scroll bars to the horizontal axis and compresses it to one the primary display. Any way around this?

gpvillamil's icon

I solved something similar by creating two output windows, positioning each on a monitor, and then going fullscreen. I used jit.scissors to split the video before sending it to each output.

You can use jit.matrix as well, is probably more efficient.

I don't think you can get a jitter window to span more than one output without using something like a TH2Go or something like that.