使用synergy操控windows和ubuntu

下载统一版本的synergy 本文使用1.4.1

Ubuntu主-Windows辅模式

ubuntu做服务器:

配置:

sudo nano /etc/synergy.conf

section: screens
hanl-ubuntu1204:
laptop:
end

section: aliases
laptop:
10.11.58.105
hanl-ubuntu1204:
10.11.58.184
end

section: links
hanl-ubuntu1204:
left = laptop
laptop:
right = hanl-ubuntu1204
end

section: options
screenSaverSync = false
end

 启动:

synergys -f --config /etc/synergy.conf

 

Windows做客户端:

 

 

Windows主-Ubuntu辅模式

Windows做服务器:

 

ping好主机名 拖拽摆位置

 

扫描二维码关注公众号,回复: 734202 查看本文章

ubuntu做客户端

sudo nano /etc/lightdm/lightdm.conf

 

greeter-setup-script=/usr/bin/synergyc BJNGDHKZMB3X

 https://help.ubuntu.com/community/SynergyHowto

http://askubuntu.com/questions/339670/changed-my-display-manager-to-lightdm-gtk-greeter-now-i-cant-login

CTRL+ALT+F2 

$ sudo apt-get install gdm
$ sudo dpkg-reconfigure gdm

then selected gdm from the list, and restarted your system:
$ sudo reboot

猜你喜欢

转载自feuyeux.iteye.com/blog/1871123