User Tools

Site Tools


linux:network:synergy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:network:synergy [2012/01/15 06:45]
tkilla created
linux:network:synergy [2018/10/07 20:49] (current)
tkilla [Starting synergy automatically on boot]
Line 48: Line 48:
    su username -c "/usr/bin/synergys --config /home/username/.quicksynergy/synergy.conf"     su username -c "/usr/bin/synergys --config /home/username/.quicksynergy/synergy.conf" 
  
 +\\
  
 +== KDM /KDE autostart: ==
 +**You can place scripts in ~/.kde/Autostart/ directory**. The file must be executable and the first line must contain the 'sh-bang' to identify it as bash script:
 +   #!/bin/sh
 +   
 +   #... insert one of the synergy lines here.
 +
 +
 +Detailed info: http://www.ab9il.net/linux/autostarts-kde.html
 +
 +\\
 +**Alternatively synergyclient can be started by KDM loginmanager:**
 +
 +Add the following to the end of /etc/kde4/kdm/Xsetup:
 +
 +  /usr/bin/killall synergyc
 +  sleep 1
 +  /usr/bin/synergyc --restart --name <CLIENT HOSTNAME>  <SERVER HOSTNAME>
 +
 +
 +
 +== LXDE autostart: ==
 +
 +Put a .desktop file in here: **~/.config/autostart/**
 +
 +  [Desktop Entry]                                                                                                 
 +  Type=Application                                                                                                
 +  Exec=/usr/bin/synergyc --name viso 192.168.1.2
 +
 +   
 +\\
 +
 +== Fix for wrong keyboard on client: ==
 +
 +set correct keyboard layout after starting synergyc via setxkbmap:
 +
 +1. find good values:
 +
 +  less /etc/default/keyboard
 +
 +2. use XKBLAYOUT and XKBOPTIONS to set setxkbmap -options:
 +
 +  # format:
 +  setxkbmap XKBLAYOUT -option XKBOPTIONS
 +  
 +  # german keyboard example:
 +  setxkbmap de -option grp:alt_shift_toggle
 +  
 +  # apple keyboard example:
 +  setxkbmap de -option lv3:ralt_switch,compose:rwin,terminate:ctrl_alt_bksp
  
  
  
  
linux/network/synergy.1326606359.txt.gz ยท Last modified: 2012/01/15 06:45 by tkilla