<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The True Tribe &#187; Search Results  &#187;  synergy</title>
	<atom:link href="http://www.thetruetribe.com/?s=synergy&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.thetruetribe.com</link>
	<description>Vroom! That&#039;s us leaving IE in the dust.</description>
	<lastBuildDate>Fri, 22 Jan 2010 23:34:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Synergy For Linux and Windows</title>
		<link>http://www.thetruetribe.com/2008/06/installing-synergy-for-linux-and-windows/</link>
		<comments>http://www.thetruetribe.com/2008/06/installing-synergy-for-linux-and-windows/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 08:43:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wordpress.thetruetribe.com/?p=44</guid>
		<description><![CDATA[Synergy is a great app that allows you to control your Linux and Windows computers via a single keyboard and mouse. You can plug in the keyboard/mouse to either Linux or Windows machines and fluidly switch between computers just as easily as you would switch between monitors in a dual-monitor set up.
Here is a description [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://synergy2.sourceforge.net/">Synergy</a> is a great app that allows you to control your Linux and Windows computers via a single keyboard and mouse. You can plug in the keyboard/mouse to either Linux or Windows machines and fluidly switch between computers just as easily as you would switch between monitors in a dual-monitor set up.<span id="more-44"></span></p>
<p>Here is a description and image from the Synergy site which demonstrates this functionality:</p>
<blockquote><p>In this example, the user is moving the mouse from left to right. When the cursor reaches the right edge of the left screen it jumps instantly to the left edge of the right screen.</p>
<p><img src="http://synergy2.sourceforge.net/images/warp.gif" alt="" />You can arrange screens side-by-side, above and below one another, or any combination.  You can even have a screen jump to the opposite edge of itself.  Synergy also understands multiple screens attached to the same computer.</p></blockquote>
<p>I&#8217;ve been using it for a couple of years now and I find it an invaluable addition to the arsenal of any developer who works in both Windows and Linux. I built a new computer over the weekend and finished installing Ubuntu 8.08 Gutsy Gibbon tonight. One of the first things I did was install Synergy. Previously, I set it up on Red Hat Enterprise, but either way, the set up is pretty straightforward.</p>
<p><span style="font-weight: bold;">Let&#8217;s get started</span> installing Synergy, shall we? The Windows set up is easier because it has a GUI. In Windows, go to the <a href="http://synergy2.sourceforge.net/">Synergy SourceForge</a> page to download the latest release (version 1.3.1 as of this writing).  Here&#8217;s the download link if you don&#8217;t want to be bothered with navigating the SourceForge page:</p>
<ul>
<li> <a href="http://downloads.sourceforge.net/synergy2/SynergyInstaller-1.3.1.exe?modtime=1143984577&amp;big_mirror=0">Download SynergyInstaller-1.3.1.exe from SourceForge</a></li>
</ul>
<p>Once it&#8217;s downloaded, install it and open the <span style="font-style: italic;">synergy.exe</span> file to launch the program.</p>
<p>I prefer to set Windows as the client and Linux as the slave, although it was recommended in a forum post to do the opposite in Windows Vista. Regardless, I haven&#8217;t had issues with Vista or XP in either configuration.</p>
<p>For now, let&#8217;s assume your keyboard and mouse is hooked into the Linux box and you want to make Windows the slave (client).  To do this, simply click the radio button next to <span class="code" style="font-style: italic;">Use another computer&#8217;s shared keyboard and mouse (client)</span>. Then, enter the Linux computer&#8217;s host name next to <span class="code" style="font-style: italic;">Other Computer&#8217;s Host Name</span>. For me, this is &#8216;ubuntu&#8217; but you may have been more creative with your host name.</p>
<p>We&#8217;re not quite ready to test it yet, so leave this window open and go back to Linux for a moment. In Ubuntu, install Synergy by typing:</p>
<p><span style="font-family: courier new;">sudo apt-get install synergy</span></p>
<p>If you prefer doing things in the console, then you can manually create the config files. Otherwise, you can use a GUI called QuickSynergy to get up and running. Here&#8217;s how to do either way:</p>
<p><span style="font-weight: bold;">The manual way</span> might take a little longer, or not, depending on how good you are with command line interfaces. To install it manually, first you must create a configuration file called <span style="font-style: italic;">synergy.conf</span> that looks like this:</p>
<pre>    section: screens
      <span class="arg">screen1</span>:
      <span class="arg">screen2</span>:
   end
   section: links
      <span class="arg">screen1</span>:
          right = <span class="arg">screen2</span>
      <span class="arg">screen2</span>:
          left = <span class="arg">screen1</span>
   end</pre>
<p>You can place the config file in /etc/ or /usr/local/etc/ (whichever you prefer).  Just make sure it is somewhere in the environment PATH for convenience&#8217;s sake.</p>
<p>For me, this file says:</p>
<pre>    section: screens
      ubuntu:
      laptop<span class="arg"> </span>:
   end
   section: links
      <span class="arg">screen1</span>:
          right = <span class="arg">laptop
</span> <span class="arg">screen2</span>:
          left = ubuntu<span class="arg"> </span>
   end</pre>
<p>My laptop is, of course, named &#8216;laptop&#8217; &#8212; again, feel free to use more imaginative names (as long as it is actually the name of the computer). It isn&#8217;t necessary to use the name of the computer as the name of the screen but it requires extra configuration otherwise.  (See <a href="http://synergy2.sourceforge.net/">the official documentation</a> for more information on this).</p>
<p>Now that you&#8217;ve created the file, you&#8217;re ready to launch Synergy. Give it a try with this line:</p>
<pre>    synergys -f --config synergy.conf</pre>
<p>Assuming it starts correctly, jump back to Windows and click &#8216;Test&#8217; in Synergy there. It should say that it connected OK and everything is fine and dandy. If that&#8217;s the case, then just click &#8216;Start&#8217; and you&#8217;re done. If not, visit <a href="http://synergy2.sourceforge.net/">the docs page</a> and scroll towards the bottom to troubleshoot the issue.</p>
<p><span style="font-weight: bold;">If you prefer graphically configuring Synergy</span>, that&#8217;s an option, too. I guess I should have put the GUI solution first for us lazy developers, but it&#8217;s good to be familiar with the non-graphical way anyway. I know that I managed to mess up my config file using the GUI and had to dive in to it regardless.</p>
<p>That being said, the GUI (called QuickSynergy) is very straightforward and easy to use. To install QuickSynergy, type the following in a Linux terminal:</p>
<p><span style="font-family: courier new;">sudo apt-get install quicksynergy</span></p>
<p>Once it&#8217;s installed, you can type <span style="font-style: italic;">quicksynergy</span> to launch it (add &amp; at the end if you want to retain your terminal window) and a window will popup that allows you to configure Synergy, either as host or client.</p>
<p><img src="http://quicksynergy.sourceforge.net/imagens/QuickSynergyLinux.png" border="0" alt="" align="middle" /></p>
<p>The default tab which opens is for host, and all you have to do is enter the correct screen names and then start it. For me, my Linux desktop (named &#8216;ubuntu&#8217;) is on the left and my Vista laptop (named &#8216;laptop&#8217;) is on the right, so I just made sure that the fields to the left and right of the computer image said &#8216;ubuntu&#8217; and &#8216;laptop&#8217;, respectively.</p>
<p>QuickSynergy is theoretically easier to use than the command line way detailed above, so I won&#8217;t go into much depth here. If you get stuck with QuickSynergy, either try the command line way, or visit the <a href="http://quicksynergy.sourceforge.net/">QuickSynergy SourceForge site </a>to see screenshots and example configurations.</p>
<p><span style="font-weight: bold;">Extra Features:</span></p>
<ul>
<li>Synergy has the ability to auto-sync starting and stopping of screensavers</li>
<li>You can copy and paste between Linux and Windows (this is a huge time-saver!)</li>
<li>Easily lock the mouse/keyboard to the current screen by toggling scroll lock (assignable to any other key)</li>
</ul>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.thetruetribe.com%2F2008%2F06%2Finstalling-synergy-for-linux-and-windows%2F&amp;linkname=Installing%20Synergy%20For%20Linux%20and%20Windows"><img src="http://www.thetruetribe.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.thetruetribe.com/2008/06/installing-synergy-for-linux-and-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
