Posted May 6, 2015 Hi! I've read through the docs & searched through StackOverflow, but I still can't figure out how to configure the following setup. I have 4 monitors - 2 on an Ubuntu machine, 2 on a Windows machine. Currently, they're setup like: AA <-> BB Could I write a configuration that describes A B A B, where the monitors alternate? So Ubuntu-1, Windows-1, Ubuntu-2, Windows-2. Thanks for the help! Share this post Link to post Share on other sites
Posted January 21, 2016 Synergy is not designed to handle this kind of dynamic configuration. Synergy views all monitors as a single large screen, so it cannot detect alternating monitors. Share this post Link to post Share on other sites
Posted January 22, 2016 (left) [A1][B1][A2][B2] (right) (1) Display configuration In "A", [A1][A2] => [A1] [A2] change "left-a1-a2-right" into "up-a1-a2-down". In "B", [B1][B2] => [B1] [B2] (2)Configuration file [code] section:links A: right(0,50) = B(0,50) right(50,100)=B(50,100) left(50,100)=B(0,50) B: left(0,50)=A(0,50) right(0,50)=A(50,100) left(50,100)=A(50,100) Share this post Link to post Share on other sites