This is a 'template' implementing the tiled visualization approach. It is provided as an illustration/pseudocode and not tested.
- Run
./build.sh
to compile all code.
Disable Xinerama for optimal performance:
-
Edit the X configuration file (
/etc/X11/xorg.conf
), changingOption "Xinerama" "1"
toOption "Xinerama" "0"
. If the former option isn't present, add the latter. -
After changing the configuration, restart X for the changes to take effect using
sudo systemctl restart lightdm
.