WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: synergy problem  (Read 2903 times)

Offline KillYou

  • Newbie
  • *
  • Posts: 2
synergy problem
« on: October 15, 2009, 10:31:26 AM »
Hi, I need help with getting my 3 screen setup to work, i end up getting errors all the time.

I have 1 debian running as the server and 2 tcl as clients.

The first problem i havent found a proper way to change the hostname.

Second on the clients i end up getting a error, that i need help with:

Code: [Select]
INFO: synergyc.cpp,716: Synergy client 1.3.1 on Linux 2.6.29.1-tinycore #1337 SMP Fri Apr 10 19:12:39 EEST 2009 i586
DEBUG: CXWindowsScreen.cpp,840: XOpenDisplay(":0.0")
Xlib: connection to "0.0" refused by server
Xlib: no protocol specified

terminate called after throwing an instance of 'XScreenUnaviable'
Aborted

And last where would it be best to put the code so it starts automatic?

Its rly annoying to have 3 keyboards on my desk:P

Offline philip

  • Full Member
  • ***
  • Posts: 125
Re: synergy problem
« Reply #1 on: October 17, 2009, 02:55:26 AM »
The first problem i havent found a proper way to change the hostname.
Try adding "host=vladimir" to the boot command line. Omit the quotes. Change "vladimir" to "putin" if you like.

And last where would it be best to put the code so it starts automatic?
I have "synergys &" in the last stanza of my /home/tc/.profile, inside the same if/then block that contains "startx &". This works.

I can't help with the X display permissions.

Offline KillYou

  • Newbie
  • *
  • Posts: 2
Re: synergy problem
« Reply #2 on: October 25, 2009, 12:02:22 PM »
And last where would it be best to put the code so it starts automatic?
I have "synergys &" in the last stanza of my /home/tc/.profile, inside the same if/then block that contains "startx &". This works.

i cant get this to work, a better place maybe?

EDIT: its working now, a & to much was the problem:P the error was made by a stupid switch.
« Last Edit: October 25, 2009, 01:17:55 PM by KillYou »