Toggle Button
회원 가입 아이디/비밀번호 찾기
조회 수 : 10345
2008.07.11 (14:39:49)
Starting the Synergy SERVER on boot up.

Sample configuration  file
section: screens
        youngseok7_lee:
        magpie-desktop:
                super = meta
end

section: links
        youngseok7_lee:
                left = magpie-desktop
        magpie-desktop:
                right = youngseok7_lee
end

section: options
        switchDelay = 0
end



Make a directory in /etc to store the configuration:

Code:
sudo mkdir /etc/synergy
Setup my synergy server configuration file:
Code:
sudo gedit /etc/synergy/synergy.conf
To make the server run when gdm runs, but before anyone has logged in:

edit /etc/gdm/Init/Default:
Code:
sudo gedit /etc/gdm/Init/Default
Added the following lines in the middle of the file BEFORE the "sysmodmap=/etc/X11/Xmodmap" line:

Code:
SYNERGYS=`gdmwhich synergys`
if [ x$SYNERGYS != x ] ; then
$SYNERGYS --config /etc/synergy/synergy.conf
fi
The only problem with that is once you log in it kills off the server, so you need to make it start again for you.

edited /etc/gdm/Init/Default:
Code:
sudo gedit /etc/gdm/PreSession/Default
Added the following lines in the middle of the file BEFORE the "XSETROOT=`gdmwhich xsetroot`" line:
Code:
SYNERGYS=`gdmwhich synergys`
if [ x$SYNERGYS != x ] ; then
$SYNERGYS --config /etc/synergy/synergy.conf
fi
Log out and back in again.

The synergy server should now startup and run whenever your gdm session does.




Starting the Synergy CLIENT on boot up.
These instructions should work for running the synergy client on your UBUNTU machine to connect to a locally networked computer running the synergy server. (I've not actually tried them myself.)
Let us know how you get on.

NOTE:
The <address of server machine> will probably be an ip address that looks something like 192.168.0.1 (DON'T put in the exact string <address of server machine>)

To make the client run when gdm runs, but before anyone has logged in:

edit /etc/gdm/Init/Default:
Code:
sudo gedit /etc/gdm/Init/Default
Added the following lines in the middle of the file BEFORE the "sysmodmap=/etc/X11/Xmodmap" line:

Code:
SYNERGYC=`gdmwhich synergyc`
if [ x$SYNERGYC != x ] ; then
$SYNERGYC <address of server machine>
fi
The only problem with that is once you log in it kills off the client, so you need to make it start again for you.

edited /etc/gdm/Init/Default:
Code:
sudo gedit /etc/gdm/PreSession/Default
Added the following lines in the middle of the file BEFORE the "XSETROOT=`gdmwhich xsetroot`" line:
Code:
SYNERGYC=`gdmwhich synergyc`
if [ x$SYNERGYC != x ] ; then
$SYNERGYC <address of server machine>
fi
Log out and back in again.

The synergy client should now startup and run whenever your gdm session does.

NOTE:
The <address of server machine> will probably be an ip address that looks something like 192.168.0.1 (DON'T put in the exact string <address of server machine>)
profile

Lee, Youngseok Engineer

S/W Platform Laboratories
Digital Media Communication R&D Center

SAMSUNG ELECTRONICS CO.,LTD

Tel: 82-31-279-8068
Email:magpie777@nate.com

HP: http://www.magpienest.net

문서 첨부 제한 : 0Byte/ 2.00MB
파일 제한 크기 : 2.00MB (허용 확장자 : *.*)
번호
 
닉네임 조회 등록일
44 no image proxy server 설치하기
[레벨:11]까치
1554 2009-02-16
43 What DLS is ...
[레벨:11]까치
11806 2008-10-23
42 no image ALSA
[레벨:11]까치
2973 2008-09-11
41 no image Proc 파일시스템 이해하기
[레벨:11]까치
2574 2008-09-11
40 no image asoundrc asound.conf
[레벨:11]까치
16882 2008-08-09
39 no image static 용어의 개념 및 성질
[레벨:11]까치
5031 2008-07-20
38 no image NFS in ubuntu
[레벨:11]까치
520618 2008-07-16
Selected no image Ubuntu 에서 Synergy 사용하기 (1)
[레벨:11]까치
10345 2008-07-11
36 no image [펌]회사에서 네이트 온 하기!!
[레벨:11]까치
6350 2008-06-13
35 no image To refer about gstreamer
[레벨:11]까치
3481 2008-05-30
Tag List

Copyright © 2011 Powered by magpie