I am confronted with a six-monitor installation setup which is controlled by two Matrox triple-heads. I've been scratching my triple-head trying to figure out how to split one context between those two devices, and so far the only answer I've been able to come up with has been the incredibly inefficient one of dumping the entire context into jit.gl.asyncread, splitting the matrix into two, and passing them to to videoplanes, one for each of the contexts.
This seems incredibly hideous, and I have a suspicion there is a way to handle it using shared contexts or some jit.gl.node trick that I can't figure out. If anyone has a solution to this problem, I'd appreciate hearing about it!
Thanks,
\M