<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kvm on despatches</title><link>https://icle.es/tags/kvm/</link><description>Recent content in Kvm on despatches</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 20 Jun 2025 09:25:00 +0100</lastBuildDate><atom:link href="https://icle.es/tags/kvm/index.xml" rel="self" type="application/rss+xml"/><item><title>Synergy with Linux Server &amp;amp; Mac Client</title><link>https://icle.es/2010/04/18/synergy-with-linux-server-mac-client/</link><pubDate>Sun, 18 Apr 2010 15:41:03 +0000</pubDate><guid>https://icle.es/2010/04/18/synergy-with-linux-server-mac-client/</guid><description>&lt;p>I  borrowed a mac to try and play
with &lt;a href="http://en.wikipedia.org/wiki/IPhone">iPhone&lt;/a> development. I already have a
linux box (running Ubuntu 9.10). Anyone who has used two computers
simultaneously know how annoying it is to have two keyboards/mice plugged. I
originally anticipated just using X11 forwarding. However, it is
an &lt;a href="http://en.wikipedia.org/wiki/IMac">iMac&lt;/a>{with a big beautiful screen. It
would be an absolute waste to not use it.&lt;/p>
&lt;p>I installed &lt;a href="http://en.wikipedia.org/wiki/Synergy%20%28software%29">synergy&lt;/a> on
both ends, with the linux one as the server&lt;/p></description><content:encoded><![CDATA[<p>I  borrowed a mac to try and play
with <a href="http://en.wikipedia.org/wiki/IPhone">iPhone</a> development. I already have a
linux box (running Ubuntu 9.10). Anyone who has used two computers
simultaneously know how annoying it is to have two keyboards/mice plugged. I
originally anticipated just using X11 forwarding. However, it is
an <a href="http://en.wikipedia.org/wiki/IMac">iMac</a>{with a big beautiful screen. It
would be an absolute waste to not use it.</p>
<p>I installed <a href="http://en.wikipedia.org/wiki/Synergy%20%28software%29">synergy</a> on
both ends, with the linux one as the server</p>
```bash
$ sudo aptitude install synergy
```
<p>and the mac as the client</p>
<p><a href="http://sourceforge.net/projects/synergykm/">http://sourceforge.net/projects/synergykm/</a></p>
<p>and it worked.</p>
<p>There was just one very very annoying problem. The Ctrl key and Cmd keys were
different. This really messed with my muscle memory. After some hunting around,
I just had to update my .synergy.conf file in linux. Here is the relevant
section</p>
```
section: screens
    linux-desktop:
    imac:
    ctrl=alt
    alt=ctrl
    meta=alt
end
```
<p>et voila. It now works a charm. I  have neglected the configuration of the
synergykm and synergys but these can be figured out easily ;-)</p>
]]></content:encoded></item></channel></rss>