EQMac.com

Everquest for the Mac discussion
It is currently Tue May 21, 2013 4:10 am

All times are UTC - 10 hours




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: One mouse and keyboard
PostPosted: Tue May 05, 2009 8:44 pm 
Offline
Member
User avatar

Joined: Thu Nov 09, 2006 10:37 am
Posts: 552
This is a write up I made on Temerity's Website for controlling two computers with only one mouse and keyboard. You can control more, but I was in a hurry to explain.


Faite wrote:
Usually when I do stuff in terminal I find the directions tend not to work on websites. Here is the steps I took to get this to work. (there is other ways so if this don't work for you don't panic)

Operating Systems:
10.4 on intel mac mini
10.4 on a ppc G5

I only did two computers to give everyone the basics, if you want more I'll make a repost. As for working with 10.5, I'm not sure if it does or not. I've formated all my computers and put 10.4 on them.

Step 1:

You will need to download a program called Synergy. [url="http://sourceforge.net/project/downloading.php?group_id=59275&filename=synergy-1.3.1-1.OSX.tar.gz&a=534900"]Click to download[/url]

Step 2: you will need to make sure your in finder (apple desktop). You can either press "command shift G" or select at the top Go > Go to folder. This should bring up a prompt window where you will type in "/etc". Once your in the "/etc" folder you need to find a file called hostconfig. Drag that file to the Desktop and then open it. You will need to add "HOSTNAME=<name>", then save it and move the file back to "/etc" folder. (name should be the name of the computer). If don't know the name of your computer or want to give it a specific name the click on the apple > system preferences > sharing.

Step 3: You will need to create a new document named "synergy.conf" in this file you will need
Code:
    section: screens
       Computer1:
       Computer2:
    end
    section: links
       Computer1:
           left = Computer2
       Computer2:
           right = Computer1
    end

You will need to change computer1 and computer2 to the two seperate machines. Computer1 will be the computer that you want to use the keyboard and mouse to control the rest with. You can change swap left and right around, or you can even use Up and down instead.

Step 4: You need to open up terminal. If you don't have terminal on your dock and spot light is disabled, then you can go macintosh hd > applications > utlities > terminal.

Step 5: You will need to drag the file synergys to the terminal window. Then type -f --config (DO NOT PRESS ENTER)

Step 6: Next you will need to drag the synergy.conf file you just made to the same terminal window. Then press enter.

You should see this in the terminal window
Image

Step 7: Okay now you need to setup the client on the other computer. Either via downloading or just a quick copy and past get the synergy folder onto the second computer.

Step 8: you will need to make sure your in finder (apple desktop). You can either press "command shift G" or select at the top Go > Go to folder. This should bring up a prompt window where you will type in "/etc". Once your in the "/etc" folder you need to find a file called hostconfig. Drag that file to the Desktop and then open it. You will need to add "HOSTNAME=<name>", then save it and move the file back to "/etc" folder. (name should be the name of the computer). If don't know the name of your computer or want to give it a specific name the click on the apple > system preferences > sharing.

Step 9: You need to open up terminal. If you don't have terminal on your dock and spot light is disabled, then you can go macintosh hd > applications > utlities > terminal.

Step 10: Step 5: You will need to drag the file synergyc to the terminal window. Then type -f --name <Computer2>. Then press enter.

You should see something similar to this, notice that it's connecting
Image


Afterwards you can quit out of terminal and it will still work.


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 05, 2009 11:22 pm 
Offline
Member
User avatar

Joined: Mon Oct 08, 2007 1:46 pm
Posts: 169
Why don't you play Halo anymore? :x

_________________
My lame EQ page. If you visit you have to comment. 8D
rangersarepeopletoo.blogspot.com


Top
 Profile  
 
 Post subject: stuff
PostPosted: Wed May 06, 2009 12:01 am 
Offline
Member
User avatar

Joined: Thu Nov 09, 2006 10:37 am
Posts: 552
lol, logging online now.

Been busy with work don't even have time to really play EQ that much.

"edit:" Ugh red ring of death atm, give me a bit to find C clamp. I want some double team or 4v4 killing ranked. Ugh I still need to get my levels back in double team from last time I played


Top
 Profile  
 
 Post subject: stuff
PostPosted: Fri May 08, 2009 7:49 am 
Offline
Member
User avatar

Joined: Thu Nov 09, 2006 10:37 am
Posts: 552
I'm still adding in a few more computers to my configuration fire. I thought I should share what I have going on atm on the off chance others are doing this. This is three computers in a chain that loops.


Code:
    section: screens
       Maya:
       Backup:
       Photoshop:
    end
    section: links
       Maya:
           left = Backup
           right = Photoshop
       Backup:
           right = Maya
           left = Photoshop
       Photoshop:
           left = Maya
           right = Backup
    end


seems to work perfectly fine with 10.5, haven't had any problems. From what I googled though others have had some problems.


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 08, 2009 8:40 am 
Offline
Member
User avatar

Joined: Wed Jul 09, 2003 1:36 pm
Posts: 253
Another option people might want to consider is Teleport. I have been using it for a few years to control multiple macs with one keyboard and mouse, its a pref pane that I group my network computers on. You can download it from here:

http://www.macupdate.com/info.php/id/14042

_________________
Image


Top
 Profile  
 
 Post subject: stuff
PostPosted: Fri May 08, 2009 9:29 am 
Offline
Member
User avatar

Joined: Thu Nov 09, 2006 10:37 am
Posts: 552
yea, it's not to bad of GUI. I tried it out after I used synergy for about a month just to get a feel.

Pro's of Teleport:
Has a UI for the CLI impared
Don't have to have a script to start it up when the computer reboots
Built in Wacom support
3 programs wrapped into one

Con's of Teleport:
Constant crashes
mouse disappears
Can't loop a network without crashing
Can't drag and drop to all computers cause crashing

I did some reading on Teleport and it's the synergy coding with the wacom drivers added in, a script that makes it boot at start up, and also a drag and drop programs(forgot the name) all combined. Really it is a nice program just really really unstable compared to the CLI programs.

Zarnza by chance you know something out there that will let you move windows monitor to monitor on separate computer systems like the drag and drop feature


Top
 Profile  
 
 Post subject: Re: stuff
PostPosted: Fri May 08, 2009 9:48 am 
Offline
Member
User avatar

Joined: Wed Jul 09, 2003 1:36 pm
Posts: 253
Faite wrote:
Zarnza by chance you know something out there that will let you move windows monitor to monitor on separate computer systems like the drag and drop feature

Wish there was...sigh. I mentioned teleport primarily because many here on eqmac are using older computers. Before spaces became available teleport was the only nice way I could 6 box on multiple macs w/mci and run it from a single keyboard/mouse. Took some getting used to but with older hardware G4/G3 and laptops the processing requirements to run multiple clients on a single machine was more of a pain than it was worth. My 8-core towers made all that pointless, but it might be an option for those who are not so technically inclined.

Thanks for sharing your method Faite, sure many people here appreciate the work and explanation you provided.


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 08, 2009 9:55 am 
Offline
Member

Joined: Mon Oct 13, 2008 3:19 am
Posts: 588
This is sorta on topic, I was wondering if the apple wireless keyboard has the f1-f12 functions unlike the standard laptop keyboard. I'm using a microsoft wireless keyboard that has them plus a numpad so I'm not sure it would be worth it to switch.

_________________
Image


Top
 Profile  
 
 Post subject: stuff
PostPosted: Fri May 08, 2009 4:30 pm 
Offline
Member
User avatar

Joined: Thu Nov 09, 2006 10:37 am
Posts: 552
Desktop Manager

This can get you past not having 10.5 and Spaces. I hate 10.5 myself and have deleted it on all my computers but one.

I heard you can disable Spaces on 10.5 and use this.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC - 10 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group