Synergy
From Dual-Boxing Wiki
|
- original Synergy
- Synergy with Broadcast (download)
- Synergy with Broadcast OSX - command line
- Linux and OS X users can use QuickSynergy as a graphical front-end for Synergy2. Note: The 'server' tab in QuickSynergy is where you have to fill in the computer name that will connect to you. This way you can position them relatively to your screen.
What is it?
Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It's intended for users with multiple computers on their desk since each system uses its own monitor(s).
Redirecting the mouse and keyboard is as simple as moving the mouse off the edge of your screen. Synergy also merges the clipboards of all the systems into one, allowing cut-and-paste between systems. Furthermore, it synchronizes screen savers so they all start and stop together and, if screen locking is enabled, only one screen requires a password to unlock them all.
Setup & Configuration
The standard version of Synergy can be downloaded from the original Synergy website.
The Multibox version with key broadcasting is vailable from here
Client Mouse Look
If your mouse look is going berzerk on your clients, try the following configuration options.
- Edit synergy.sgc with a text editor. This file is typically in your My Documents folder on Windows.
- Add the following options in your existing options sections
- This example uses the right mouse button. Change '3' to '1' for left mouse button, '2' for middle mouse button.
- CAUTION: do not erase your current settings
- Save the file
- Right click on the Synergy icon on your taskbar and select 'Reload Configuration' (or (re-)start Synergy)
section: options relativeMouseMoves = true mousebutton(3) = mouseDown(3), lockCursorToScreen(on); mouseUp(3), lockCursorToScreen(off) end
Another fix for crazy mice
Lock the cursor to a single screen and your mouse won't go crazy. Then you can toggle between the two screens use hotkeys.
- Add keybindings to assign keys to each monitor (F1 for monitor1, F2 for monitor 2).
- Then enable cursor locking on each screen using SCROLL LOCK key.
- Use above instructions on how to edit synergy.sgc.
section: options relativeMouseMoves = true keystroke(F1) = switchToScreen(screen1) keystroke(F2) = switchToScreen(screen2) end
Useful Links
- original Synergy
- Synergy with Broadcast (download)
- Synergy with Broadcast OSX - command line
- Note that the Synergy with Broadcast software does NOT enable broadcast by default. It may be toggled on and off by pressing ~.
- Linux and OS X users can use QuickSynergy as a graphical front-end for Synergy2. Note: The 'server' tab in QuickSynergy is where you have to fill in the computer name that will connect to you. This way you can position them relatively to your screen.
