+2

I am getting the following error in ubuntu while launching synergy2 as a server to share my mouse and keyboard with my windows vista machine
 
 
INFO: synergys.cpp,1042: Synergy server 1.3.1 on Linux 2.6.28-14-generic #47-Ubuntu SMP Sat Jul 25 00:28:35 UTC 2009 i686
DEBUG: synergys.cpp,1051: opening configuration "synergy.conf"
DEBUG: synergys.cpp,1058: cannot open configuration "synergy.conf"
synergys: no configuration available
 
 
Any help will be appreciated

1 answers, +2 votes, 216 views
rizwan's picture
asked by rizwan
29 weeks 6 days ago



1 Answers

Answer
+1

Create a .synergy.conf file in your home folder i.e /home/your_username/.synergy.conf  (replace with actual username)
with contents as below
 
.synergy.conf
=========
 
section: screens
 
        machinename1:
        machinename2:
end
section: links
        machinename2:
                right = machinename1
        machinename1:
                left = machinename2
end
 
 
and now start the server as usual. Note: Replace machinenames with your actual machine names

simmons's picture
answer by simmons
29 weeks 2 days ago

Asked by

rizwan's picture
User offline. Last seen 29 weeks 6 days ago. Offline
joined 29 weeks 6 days ago
20 points

View in your own language!