Mosaic Utility

NVIDIA actually makes a command line toolset for setting up mosaics. Much easier than using the GUI which can potentially be a pretty slow process if you have a lot of computers you need to change!

The tool set can be found under the NVIDIA driver download page under the ‘download type’ selection.

Here’s the best info I’ve found regarding its implementation:

us.download.nvidia.com/Windows/Q … README.txt

pny.com/File%20Library/Supp … lls_v1.pdf

If anyone has any code examples to post it would be much appreciated!

in this example we had three video signals connected to our k5200
first one was just regular monitor and other two were 2x datapath x4 each set to be 2800x2100@50hz (we were connecting total of 8 projectors 1400x1050 each)
So we were looking to make a mosaic across two x4’s of 5600x2100 total

So the first command is ‘cf query all’ - you mainly need it to lookup your monitors id
second command is ‘cf set’ with description of what type of mosaic setup you want to set.

There is also ‘cf help’ I think
Hope that’ll help