We use displays which expect separate LEFT and RIGHT video signals, which are rendered on separate graphics cards. Ideally, it would be nice to add a tag to the tile definition of the display setting that maps left vs right eye, eg:
config {
display {
tiles {
host1
{
hostname = "localhost1";
t0x0L
{
stereoMode = "left";
device = 0;
}
t0x0R
{
stereoMode = "right";
device = 1;
}
}}}
Or something similar ....