... uses largest of multiple monitor dimensions, instead of "nearest" monitor's dimensions.
Imported issue:
Configure Synergy so that the virtual screen arrangement mirrors the physical arrangement described above. For example:
Large client monitor <-> Small client monitor <-> Server monitor
Given the above 3(+) monitor configuration; the cursor should be positioned on the destination monitor using the percentage scaled position of the cursor when leaving the originating machine, as compared to the dimension (width or height) of the exiting monitor.
The cursor is positioned on the destination monitor using the percentage-scaled position of the cursor when leaving the originating machine, as compared to the _combined maximum dimension (width or height) of all monitors_ on the client.
The effect of this bug looks a lot like setting fractional and expanded transition dimensions in your config. I realize the following config is invalid, but imagine the consequences of it:
section: links
Client:
right(0,100) = Server(40,90)
Server:
left(0,100) = Client(-40,110) # Invalid, but use your imagination and remember values are in percentages.
end
Given the above 3 monitor configuration:
crude_max(900px, 1920px) that represents the combined client screen height and giving an actual (but wrong) 41.6%% down. (See the diagram linked above for physical monitor and Synergy 'screen' arrangement.)
Live with the fact that you can only transition between Synergy "screens" using a tiny fraction of your monitor's actual width/height.
This question seems to describe a similar issue from a different perspective and use case.
The big thing here is how Synergy calculates the dimensions of each "screen" in the set of servers and clients. Based on current evidence, it appears that Synergy draws a single large rectangle around all of the monitors attached to a single system and uses that single width and height for everything.
To fix this bug, Synergy would have to have an awareness of the individual dimensions of each monitor, and their relative arrangement in order to coordinate that with transitioning edges defined in the Synergy server's configuration.
This could be complicated by having multiple screens arranged in a "triangle" instead of a line-- say two vertically stacked client monitors to the left of a single server monitor. In this arrangement, the expected behavior would be that transitioning from the top client monitor would map to the top 50%% of the server monitor, transitioning from the bottom client monitor would map to the bottom 50%% of the server monitor, and vice-versa for server-to-client. This currently seems to work "by accident" given how Synergy calculates total screen dimensions, and should not break when the bug described here is fixed (in my opinion). Again: Synergy should take into account the relative _positioning_ of individual monitors when calculating the total length of a transitioning edge and do the right thing in each case.
There seem to be APIs for obtaining multiple monitor configuration for at least Windows and OS X. Linux you're on your own.
Duplicates/related: #3817, #3637, #3638
New duplicate: #4065
Updating list of duplicates:
@beporter Thanks for hunting those down!
any progress on this issue?
I too would like to see some progress on this. It's a feature that without it makes Synergy almost useless to me
I'd like to see this also. I'm struggling to use Synergy on two Surface tablets with different external monitors (4K and QHD) and different scaling factors due to the mouse entry and exit positions being vastly different across the various screens.
@nlyan 2 years to the day. Any update on General Multi-Monitor Support?
@sifex Ironically, that's just when Nick imported the issues into Github. I had posted the original report in the old "SPIT" tracker a year before _that_. :confused:
@beporter Thanks for sticking with us Brian. This is on our horizon.
Hi @nlyan. I'm afraid that I didn't stick with you. I felt like I had no practical choice but to abandon Synergy and replace it with ShareMouse about 2 years ago, I think. I've become too dependent on the workflow Synergy provided, but I couldn't get my work done due to its unreliability. I've slowly been unsubscribing from these threads as they've gotten periodic attention.
Granted, ShareMouse sure isn't perfect either and actually even the customer support (in terms of bugs actually getting _fixed_) isn't that much better, but day-to-day I've had fewer issues with ShareMouse than Synergy and I'm still glad I paid to switch.
None of this is your fault of course, you're just inheriting about a decade of community angst. So sincerely: Best of luck to you, Andrew!
This is absolutely brutal bug in my situation. I have this setup: 2560x1440 | 1920x1200 | 1200x1920 all in a horizontal line. When I leave the 1440 high monitor around the top edge, my cursor is off screen top of the 1200 high monitor, and I have to drag it away from the sticky edge. And any time I throw my mouse to the top of that monitor (e.g. to click the close box) I get lost in the sticky mess. Please fix!
Reposting my original diagram, since Dropbox is shutting down their public hosting and the original link is going to die.

馃憢 Good luck!
Surely what is really needed is an "advanced mode" where Synergy has a large virtual canvas, and machines are described as polygons on that canvas. This would allow arrangements such as
1 2a 3a 4
2b 2c 3b 3c
for example
Machines physical screens could then be scaled to fit the polygons. Obviously there's huge scope for messing up if you get the ratio wrong, for example, for the heights of 2a and 2b/c; that could leave you unable to access the top of 2b's real estate. Not sure how to handle that. Can Synergy know enough to stitch things correctly from a simple grid like the interactive config, but with physical screens?
So version 2 is adding independent "screen" positioning, within the confines of the existing config mechanism. The problem here is Synergy treats all the monitors attached to any given machine as one bounded canvas. Synergy can't do what @beporter wants in the last section of his illustration because it handles to 2 left hand monitors as if they're one screen filling the the yellow area. There is currently no multi-monitor awareness in any real sense.
If anyone is trying to configure a multi monitor setup that is currently unsupportet it might be possible to fake it with edges onto the same screen.
e.g.
server S with 2 screens and client C with 3 screens
physical layout:
+----+----+
| C1 | C3 |
+----+----+
| S2 | C2 |
+----+----+
| S1 |
+----+
configure the screens in the OSs like this
virtual layout of S
+----+
| S2 |
+----+
| S1 |
+----+
virtual layout of C
+----+
| C3 |
+----+
| C2 |
+----+
| C1 |
+----+
md5-ca4a939b10ca2474d2590cdeb3db001b
# synergy config
section: links
C:
down = S # edge C1->S2
left(33.333333,66.666666) = S(0,50) # edge C2->S2
left(0,33.333333) = C(66.666666,100) # edge C3->C1
right(66.666666,100) = C(0,33.333333) # edge C1->C3
S:
up = C # edge S2->C1
right(0,50) = C(33.333333,66.666666) # edge S2->C2
md5-fbd36c775fde8cf7050ff372d107d56b
c:
right(40,90) = s
s:
left = c(40,90)
Negative. Given this:
+-----+
| | +-----------+
| |+----+ | |
| A || B | | C |
| |+----+ | |
| | +-----------+
+-----+
I want 100% of the right edge of B mapped to 100% of the left edge of C.
What Synergy actually does is map 100% of _A_ to 100% of C.
yes by default. but with the config i posted this is the case. the exact numbers might differ in the ascii it would be 20,80. which means the edge you want to jump to begins at 20% from the top and ends 80% from the top
edit: looking at it again in the asci it probably would be 33.3 and 66.6
Is there a solution for this? Still having the issue
Most helpful comment
Reposting my original diagram, since Dropbox is shutting down their public hosting and the original link is going to die.
馃憢 Good luck!