Synergy

Материал из Etersoft wiki
Перейти к навигацииПерейти к поиску

Synegry - управление несколькими компьютерами с одной клавиатуры и мыши

Установка

epmi synegry #В AltLinux (в sisiphus есть свежая 1.6.3)
apt-get install synergy

Настройка

Вписать название пк с мониторами и при передвижении мыши в какую сторону осуществляется переход на другой пк. Есть алиасы для имён пк.

#
# sample synergy configuration file
#
# comments begin with the # character and continue to the end of
# line.  comments may appear anywhere the syntax permits.

section: screens
        # three hosts named:  moe, larry, and curly
        moe:
        larry:
        curly:
end

section: links
        # larry is to the right of moe and curly is above moe
        moe:
                right = larry
                up    = curly

        # moe is to the left of larry and curly is above larry.
        # note that curly is above both moe and larry and moe
        # and larry have a symmetric connection (they're in
        # opposite directions of each other).
        larry:
                left  = moe
                up    = curly

        # larry is below curly.  if you move up from moe and then
        # down, you'll end up on larry.
        curly:
                down  = larry
end

section: aliases
        # curly is also known as shemp
        curly:
                shemp
end

Запуск

  • На сервере (от пользователя)
$ synergys -f --config /etc/synergy.conf
-f показывает лог процесса, удобно для отладки или 
synergys -f --config ~/.synergy.conf
  • На клиенте
$ synergyc snail

Автозапуск в xfce

xfce автозапуск Пуск --> Настройки --> Сеансы и запуск. Вкладка "Автозапуск приложений"

  • создать на сервере и на клиенте

Ссылки