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

I have synergy set up with a windows 7 laptop as the server, and a macbook as the client. It manages to connect properly, and on the windows machine I can see the two screens. The macbook is to the left of the windows laptop in the visual screen configuration, and here is the links in the config file.

section: links
    macbook:
        right = saluk-msi
    saluk-msi:
        left = macbook
end

I am not able to move between screens with the mouse at all. However, I added a set of hotkeys:

section: options
    relativeMouseMoves = true
    screenSaverSync = false
    win32KeepForeground = false
    switchCorners = none 
    switchCornerSize = 0
    keystroke(Control+Shift+a) = switchInDirection(left)
    keystroke(Control+Shift+d) = switchInDirection(right)
end

And using the ctrl-shift-a I am able to switch to the macbook! Why does the mouse transport not work then?

Here is the screens config if it helps:

section: screens
    macbook:
        halfDuplexCapsLock = false
        halfDuplexNumLock = false
        halfDuplexScrollLock = false
        xtestIsXineramaUnaware = false
        switchCorners = none +top-left +bottom-left 
        switchCornerSize = 0
    saluk-msi:
        halfDuplexCapsLock = false
        halfDuplexNumLock = false
        halfDuplexScrollLock = false
        xtestIsXineramaUnaware = false
        switchCorners = none +top-right +bottom-right 
        switchCornerSize = 0
end

asked 01 May '11, 18:54

saluk's gravatar image

saluk
33
accept rate: 0%

edited 01 May '11, 18:54


Try having relativeMouseMoves = false, see if that makes a difference.

I tried to delete my previous post but couldn't.

link

answered 02 May '11, 02:56

lyallp's gravatar image

lyallp
964
accept rate: 50%

edited 02 May '11, 02:57

Thanks for trying! I guess it would have been a bit less confusing if I had just posted my whole config. Anyway, I tried with relative mouse moves off and it still won't work.

I tried using the macbook as the server, and guess what, it works! Too bad the keyboard and mouse on it are less than adequate (part of the reason for the set up!)

Here is the log from my windows machine, with debug set to high:

2011-05-02T00:33:39 DEBUG2: find neighbor on left of "saluk-msi" ..libserverCServer.cpp,611 2011-05-02T00:33:39 DEBUG2: "macbook" is on left of "saluk-msi" at 0.337891 ..libserverCServer.cpp,634 2011-05-02T00:33:39 DEBUG1: try to leave "saluk-msi" on left ..libserverCServer.cpp,808 2011-05-02T00:33:39 DEBUG: locked to screen ..libserverCServer.cpp,437 2011-05-02T00:33:39 DEBUG1: locked to screen ..libserverCServer.cpp,883

And hold on, just noticed the scroll lock option. Yep, my scroll lock was turned on. Funny, had never seen a use for that key before, but it makes sense here. Working fine now!

(02 May '11, 03:40) saluk

You need a 'links' section. Here is a sample, assuming the macbook is on the left and the saluk-msi is on the right.

section: links
    macbook:
        right = saluk-msi
    saluk-msi:
        left = macbook
end

I also have this section... (your hostname installed, assuming the macbook is the prime computer)

section: options
    relativeMouseMoves = false
    screenSaverSync = true
    win32KeepForeground = false
    switchCorners = none 
    switchCornerSize = 0
    keystroke(WWWHome) = ;switchToScreen(macbook)
end
link

answered 02 May '11, 02:54

lyallp's gravatar image

lyallp
964
accept rate: 50%

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:

×265
×172
×105

Asked: 01 May '11, 18:54

Seen: 2,213 times

Last updated: 19 Sep '11, 12:01

powered by OSQA