Important: Do not post bugs. Please read the FAQ before posting (or your question may be ignored).

I have two computers, Melchior and Orchard. My screens are laid out like this:

Orchard1, Melchior, Orchard2

Currently, Orchard1 and Orchard2 are simply dual monitors, in that the right of Orchard1 is connected to the left of Orchard2. Is there any way to use Synergy so that I can connect the right of Orchard1 to the left of Melchior, and connect the right of Melchior to the left of Orchard2?

asked 18 Sep '11, 08:24

yeats's gravatar image

yeats
812
accept rate: 0%

anybody know?

(20 Sep '11, 10:48) yeats

I have the same question. I just "upgraded" to Synergy 1.4.4 from Synergy+ 1.3.4 and found I can no longer configure the displays as I would like.

I have 2 computers each with 2 screens.

Computers: A - Dual Screen, horizontal layout B - Dual Screen, one monitor on each side

With the previous configuration, I had the following configuration working:

                               A2
         wraps to B1 <-  B2 |  A1 |  B1 -> wraps to B2

After upgrading, I now have (logically):

                               A2
                               A1 |  B1   B2
I would like to revert to the configuration supported previously and be able to map screen B2 to the left of A1. Do I need to downgrade?

(22 Sep '11, 21:29) P1x3l

I accomplished this by changing up the order so that the 2 screens on the outside are next to each other and wrap to the far sides and then the middle one thinks its to the left and right of both screens.

So instead of the way you have it set up, do it this way instead:

Orchard2, Melchior, Orchard1

Your config should look something like this:

section: screens
        orchard:
        melchior:
end
section: links
        melchior:
                left = orchard
                right = orchard
        orchard:
                left = melchior
                right = melchior
end

You end up with one never-ending screen. It's awesome.

link

answered 26 Oct '11, 08:45

Oranges13's gravatar image

Oranges13
2213
accept rate: 100%

Thanks for the tip. Now I have two machines 1) macbook pro with a cinema display 2) ubuntu desktop with dual monitors with the following layout:

| ubuntu 2 | macbook pro | cinema display | ubuntu 1 |

(09 Apr '12, 18:56) dkgamez

I was able to address this myself by manually modifying the config file, as follows:

section: links
    A:
        right = B
        left = B

B:
    right = A
    left = A

end

I think this will help the original poster.

link

answered 22 Sep '11, 21:43

P1x3l's gravatar image

P1x3l
412
accept rate: 0%

The answer is no. Synergy does not do that. Synergy views all monitors, no matter how many, on each machine as ONE display. Synergy does not differentiate between single and dual display systems.

link

answered 24 Oct '11, 10:51

willichan's gravatar image

willichan ♦
1.7k111
accept rate: 69%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×266

Asked: 18 Sep '11, 08:24

Seen: 1,542 times

Last updated: 09 Apr '12, 18:56

powered by OSQA