The Boston Diaries

The ongoing saga of a programmer who doesn't live in Boston, nor does he even like Boston, but yet named his weblog/journal “The Boston Diaries.”

Go figure.

Monday, June 15, 2009

The only thing you can't do is move windows between the screens

[Three computers, three screens, one keyboard and one mouse]

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. Learn more about how it works.

Synergy

Synergy is a neat program if you have multiple computers at your desk (plus they need to be networked).

It's also easy to configure. All I needed to configure Synergy (which is run on each computer) was:

#
# See that picture above?  On the left is my laptop, 
# blackbox.  To its right is the monitor for my main 
# Linux desktop computer, lucy.  And to the right of 
# lucy is the monitor for marvin, my Mac Mini.
#
# This configuration maps the spatial layout of the 
# computers to allow Synergy to move the keyboard/mouse
# about the three computers.
#

section: screens
        lucy:
        blackbox:
        marvin:
end

section: links
        lucy:
                left  = blackbox
                right = marvin
        blackbox:
                right = lucy
        marvin:
                left = lucy
end

section: aliases
        lucy:
                lucy.roswell.conman.org
        blackbox:
                blackbox.roswell.area51
        marvin:
                marvin.roswell.area51
                Sean-Conners-Computer.local

end

There's more that I could configure (even remap the keys on the keyboard) but what I have above works just fine, and man, it sure beats having to hit ScrollLock-ScrollLock-0-1 or ScrollLock-ScrollLock-0-2 to switch computers. And the cut-and-paste between systems is just icing on the cake.

Obligatory Picture

[The future's so bright, I gotta wear shades]

Obligatory Contact Info

Obligatory Feeds

Obligatory Links

Obligatory Miscellaneous

You have my permission to link freely to any entry here. Go ahead, I won't bite. I promise.

The dates are the permanent links to that day's entries (or entry, if there is only one entry). The titles are the permanent links to that entry only. The format for the links are simple: Start with the base link for this site: https://boston.conman.org/, then add the date you are interested in, say 2000/08/01, so that would make the final URL:

https://boston.conman.org/2000/08/01

You can also specify the entire month by leaving off the day portion. You can even select an arbitrary portion of time.

You may also note subtle shading of the links and that's intentional: the “closer” the link is (relative to the page) the “brighter” it appears. It's an experiment in using color shading to denote the distance a link is from here. If you don't notice it, don't worry; it's not all that important.

It is assumed that every brand name, slogan, corporate name, symbol, design element, et cetera mentioned in these pages is a protected and/or trademarked entity, the sole property of its owner(s), and acknowledgement of this status is implied.

Copyright © 1999-2024 by Sean Conner. All Rights Reserved.