Important: Do not post bugs. Please read the FAQ before posting (or your question may be ignored).

I have a laptop with two monitors (Andy-Vaio, Ubuntu 12.04) and a desktop with two monitors (Andy-Dell, Windows 7) and I would like to use Synergy with them. I have it installed on both, but I cannot get them working. I would like to use the laptop as the server if that is possible.

asked 02 May '12, 17:17

Klikini's gravatar image

Klikini
12
accept rate: 0%

closed 19 Jul '12, 07:13

nbolton's gravatar image

nbolton ♦♦
1.8k128

UPDATE: This is my /etc/synergy.conf file on the Ubuntu laptop: (http://paste.ubuntu.com/963392/) Andy-Dell (on the right, client) is the desktop, Andy-Vaio (on the left, server) is the laptop.

(02 May '12, 18:05) Klikini

The question has been closed for the following reason "Your version is out of date, please upgrade" by nbolton 19 Jul '12, 07:13


I'm a Synergy newbie, but I finally got mine working (between ubuntu 12.04 and Windows Vista). What worked for me was removing the alias declaration for the server itself. As long as you use the actual network name for the machine that's acting as your server (which I assume is Andy-Vaio) then that will work without being defined as an alias. Otherwise Synergy thinks you're trying to create a an alias that's already in use by the OS. So try this:

section: screens
    Andy-Vaio:
    Andy-Dell:
end

section: aliases
    Andy-Dell:
        192.168.2.38
end

section: links
    Andy-Vaio:
        right = Andy-Dell
    Andy-Dell:
        left = Andy-Vaio
end
link

answered 10 May '12, 20:30

jbrown173's gravatar image

jbrown173
1
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×267
×95
×94

Asked: 02 May '12, 17:17

Seen: 2,090 times

Last updated: 19 Jul '12, 07:13

powered by OSQA