Difference between revisions of "User:Kinetic"

From LinuxMCE
Jump to: navigation, search
(Controlling an MD with a Virtual Keyboard and Mouse)
(Controlling an MD with a Virtual Keyboard and Mouse)
Line 6: Line 6:
 
Setting Up
 
Setting Up
  
From a Linux machine on the LMCE network:
+
'''From a Linux machine on the LMCE network:'''
  
#1. apt-get install synergy
+
#Install Synergy
#2. nano synergy_md.conf
+
apt-get install synergy
#3. Type the following in synergy_md.conf:
+
#Create a configuration file
    section: screens
+
nano synergy_md.conf
          hostPCname:
+
#Type the following in synergy_md.conf:
          moonxx:
+
section:screens
    end
+
hostPCname:
    section: links
+
moonxx:
hostPCname:
+
end
up = moonxx
+
section:links
        moonxx:
+
hostPCname:
        down = hostPCname
+
up = moonxx
    end
+
moonxx:
#4. synergy -c synergy_md.conf
+
down = hostPCname
 +
end  
 +
 
 +
'''On a Media Director'''
 +
 
 +
#Install synergy
 +
apt-get install synergy

Revision as of 20:11, 1 May 2011

Controlling an MD with a Virtual Keyboard and Mouse


Control any Media Director with another machines keyboard and mouse using an application called Synergy.

Setting Up

From a Linux machine on the LMCE network:

  1. Install Synergy
apt-get install synergy
  1. Create a configuration file
nano synergy_md.conf
  1. Type the following in synergy_md.conf:
section:screens
hostPCname:
moonxx:
end
section:links
hostPCname:
up = moonxx
moonxx:
down = hostPCname
end 

On a Media Director

  1. Install synergy
apt-get install synergy