Xdmx Distributed Multihead Display

This is a page on how to set it up in Ubuntu.

What it misses is that you have to forward your font paths to the multi-head array.

To do this you need to have NFS Service running on your "control" PC and add the X11 font path to the exports.

Then mount this export at the same path on the "display" PCs.

It actually explains it in the man pages, but like any good engineer I didn't RTFM.

So the steps are like this:

NOTE: If you are attempting this from a live Ubuntu disc you will need to copy the /usr/share/fonts/X11 to /dev/shm, add that into your exports, and mount /dev/shm/X11 to /usr/share/fonts/X11 on the display PCs instead.
You will also need to use "/dev/shm/X11 *(ro,sync,no_root_squash,no_subtree_check,insecure,fsid=1)" in /etc/exports

Also check out this