Penguin
Annotated edit history of Synergy version 8, including all changes. View license author blame.
Rev Author # Line
3 BenStaz 1 Wouldn't it be brilliant if you could use the mouse and keyboard on one computer to control others?
2 Wouldn't it be even better if you could copy and paste between them?
3 Using ''synergy'' this can be easily done.
4
5 Basically you set up one computer as the ''synergy server''. This is the computer that has the mouse and keyboard you wish to control multiple computers with.
6
7 The computers that are to be controlled are the ''synergy clients''.
8
9
10 Install synergy from source : http://sourceforge.net/project/showfiles.php?group_id=59275&release_id=406637
11
12 Or use the package manager to download and install using the command:
13
14 *sudo aptitude install synergy
15
16 __Make sure to install synergy on all computers (server and clients)!__
17
18 !Synergy Server Instructions
19
4 BenStaz 20 Use [Vim] or your favorite text editor to create ~~/.synergy.conf
3 BenStaz 21
22 This is what mine looks like:
23
5 BenStaz 24 <verbatim>
25 section: screens
3 BenStaz 26 thor:
27 tokra:
28 end
29 section: links
30 thor:
31 right = tokra
32 tokra:
33 left = thor
34
5 BenStaz 35 end
36 </verbatim>
3 BenStaz 37
38 Under the section ''screens'' just list the hostnames of the server and all the clients.
39
40 Under the section ''links'' we describe how we wish to switch between screens.
41
42 <verbatim>
43 thor:
44 right = tokra
45 </verbatim>
46
47 The above means that if the mouse pointer is on the screen belonging to ''thor'', if we move the the mouse pointer off the right hand side of the monitor we will now be controlling the screen belonging to ''tokra''. So describe which direction will result in which screen for the server and each client. Keep in mind you can use ''up ='' and ''down ='' also.
48
49 Save the file once you are done editing.
50
51 Now run the command :
52
53 *synergys
54
55 !Synergy Client Instructions
56
57 On each client do the following:
58
59 *synergyc <ip address of server>
60
61 If all goes well you can now move the mouse belonging to the synergy server off the screen in various directions (specified in synergy.conf) to start controlling other machines.
6 BenStaz 62
63 !When to use Synergy
64 *When you wish to share a mouse and keyboard with computers running different OS's. (eg: windows/linux)
7 BenStaz 65
66 !Synergy alternatives
8 BenStaz 67 *If you just wish to share a mouse/keyboard between 2 or more machines running linux, then [x2x] may be more appropriate.
6 BenStaz 68 *You also have the option of sharing a mouse/keyboard via vnc. If this interests you, check out an app called ''x2vnc''