Jump to content

Question: Dual screen server


hokero

Recommended Posts

Hi,

I don't know how to clearly explain what i will write, so i will upload some screenshot.

When my mouse is on the client's display, if i move it in the red zone, it will be on my display 1.

If in blue, it will be on the display 2.

 

This is my display configuration:

  • 1 is the main display on server
  • 2 is the second display on server
  • 3 is display on client

001.png.52e6a1a8921cbcb2533690fe87491282.png002.png.6bceab266edd04140554e9cc6ad21206.png

 

I'm looking to get this.

The mouse can only be on the  display 1 and 3.

003.png.aecb79cca033688151736103557f62fd.png

Is there a way to do this ?

 

 

Synergy.png

Link to comment
Share on other sites

Right now, no. The way Synergy works at the moment, it considers monitors 1 and 2 as a single screen. Synergy deals with different screen sizes by treating them as being the same size, that's why it looks like monitors 1 and 2 are half of the height of monitor 3. It just equates the right side of monitor 3 to the left side of monitors 1 and 2 combined.

Link to comment
Share on other sites

  • Synergy Team
12 minutes ago, eth0 said:

Right now, no.

Actually, you can use text configs to achieve fine-tuned monitor positioning. We're working on a help page for this but for now, you can either try to digest the Text Config wiki page (warning: it's a bit chewy) or open a support ticket and Alexey can show you how to do this.

Edit: Also, we're going to make this possible using the visual screen positioning in the next major version (it won't be grid-based like it is now).

If you do decide to delve into the text config world, this section might be useful to you:

 section: links
     moe:
         right        = larry
         up(50,100)   = curly(0,50)
     larry:
         left         = moe
         up(0,50)     = curly(50,100)
     curly:
         down(0,50)   = moe
         down(50,100) = larry(0,50)
 end

 

  • Like 1
Link to comment
Share on other sites

5 hours ago, Alexey Pilyaev said:

Hello @hokero

Looks like you have really interesting question.

Can you please use link in my signature and place a ticket for us? 

Thank you all for answering me.

I've submit a ticket with your signature's link.

I will try the Nick Bolton's workaround

Link to comment
Share on other sites

  • 2 weeks later...

With the help of the support, I finally found the solution.

I made a backup of the synergy server configuration.

Quote

File -> Save confuration as...

Then I modified the links section:

section: links
     PC-CLIENT:
         right(0,100)   = PC-SERVER(50,100)
     PC-SERVER:
         left(50,100)     = PC-CLIENT(0,100)
 end

And change in Synergy GUI, the setting to use a configuration file.

Thanks for your help

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...