http://bugzilla.novell.com/show_bug.cgi?id=1023635 http://bugzilla.novell.com/show_bug.cgi?id=1023635#c4 --- Comment #4 from Martin Wilck <martin.wilck@suse.com> --- synergy uses the XRandr 1.1 calls XRRSizes() and XRRRotations() to obtain the screen information. This obviously fails. 2 possibilities: 1) modern XRandr programs should use a different API to determine screen size. e.g. xrandr(1) uses XRRGetScreenResources() rather than XRRSizes(), and determines screen size correctly on my setup. However I didn't find any explicit deprecation note on these old functions, nor an explanation of their shortcomings for multi-screen setups. 2) XRRSizes() (and maybe XRRRotations()) is broken on Tumbleweed. -- You are receiving this mail because: You are on the CC list for the bug.