Synergy
Windows(Server)
Mouse Without Borders
SampleRemoteMachineB 192.168.1.6
AD01405893 10.64.48.*
AD01989685 10.60.192.*
Server의 ip주소는 Synergy화면에서 확인 가능하다. (또는Windows 컴퓨터에서 cmd창을 열고 ipconfig -all을 입력하여 IPv4 주소 부분을 확인하면 된다.)
그다음 Start를 누른다.
* 자동실행
Win+R에 shell:startup을 입력하고, 여기에 synergy바로가기를 복붙한다.
Ubuntu(Client)
Download 페이지에서 다운받는다. 만약 sudo apt-get install synergy 커맨드로 설치할 경우, 1.8.8의 구버전이 설치된다.
나머지는 라즈비안과 동일하다.
Raspbian(Client)
혹은 다음과 같은 방법으로도 실행할 수 있다.
synergyc --name [client_name] [server ip]
* 자동실행
sudo vim ~/.config/lxsession/LXDE-pi/autostart
을 입력하고 아래의 내용을 추가해준다.
@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
@lxtermianl ### GUI시작 후 terminal 자동 실행하기
point-rpi
killall synergyc
/usr/bin/synergyc --name [client_name] [server ip]
https://www.internetmap.kr/entry/Sharing-mouse-keyboard-between-Windows-and-RaspberryPi-using-Synergy
https://stackoverflow.com/questions/36466500/on-raspberry-pi-auto-start-terminal-after-login
* 라즈비안에서 자동실행할 때 주의사항
유저디렉토리에 lxsession/LXDE-pi/autostart 파일이 존재할 경우, 기본으로 실행되는 global autostart가 무시되고, 유저의 autostart만 실행된다.
따라서 기존에 쓰던 GUI시작을 하고 싶을 경우, 기존의 global autostart의 내용을 복사해서 붙여넣기를 해주어야한다.
만약 이런 과정이 번거로울 경우 crontab을 쓰는게 더 나아보인다.
https://raspberrypi.stackexchange.com/questions/89519/lxde-autostart-is-not-working
https://raspberrypi.stackexchange.com/questions/42633/raspberry-pi-autostart-of-lxde-does-not-work
'Development > Free Topic' 카테고리의 다른 글
라즈베리파이 OS 포멧/초기화/업데이트 (0) | 2020.06.21 |
---|---|
Raspberry Pi Realtime Audio Processing (0) | 2020.06.14 |
Windows 10에서 PDF에 펜으로 필기하기 (0) | 2020.06.08 |
Windows 10 절전모드 문제 해결 (0) | 2020.06.08 |
Windows10 심볼릭 링크 생성 (0) | 2020.05.28 |
댓글