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

Greetings, I'm having hard time to figure out, how to set up Synergy on the project. Picture (http://imageshack.us/photo/my-images/9/layoutgc.jpg/ ) describes how PCs and screens has to be spread out (rdd2k and sim next to each other and above them dual screen of fdo). OS on all PCs is SLED 11.1. Server is on PC rdd2k, fdo and sim are clients. The problem is, how to define, that PC fdo has dual monitors (Separate X Screen). So my question is: Can somebody help me to ctreate synergy.conf file or at least how to define dual monitors. The rest should be easy.

Thanks ;)

asked 23 Feb '12, 05:19

WannaBe's gravatar image

WannaBe
11
accept rate: 0%


This is my configuration file (.synergy.conf) for a dual screen computer (fedora) + laptop (win XP).

section: screens
        fedora:
            halfDuplexCapsLock  =   true
            halfDuplexNumLock   =   true
            halfDuplexScrollLock    =   true
        ibm:
            halfDuplexCapsLock  =   true
            halfDuplexNumLock   =   true
            halfDuplexScrollLock    =   true
    end
    section: aliases
        ibm:
            xibm
        fedora:
            xfedora
    end
    section: links
        fedora:
            right   = ibm
        ibm:
            left    = fedora
    end

The xfedora alias is provided on the server command line:

/synergy/synergy-1.3.8-Source/bin/synergys -c /home/.synergy.conf -n xfedora -l /var/log/synergy.log --daemon

The name xibm is provided on the synergy client.

link

answered 23 Feb '12, 08:28

chepseskaf's gravatar image

chepseskaf
613
accept rate: 50%

edited 23 Feb '12, 09:05

Your answer
toggle preview

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:

×94

Asked: 23 Feb '12, 05:19

Seen: 1,914 times

Last updated: 23 Feb '12, 09:05

powered by OSQA