Does the gpm have a client on Mac OSX?

update 1:

Could the X11 on Mac OSX be help?

Update 2:

I would like to use mouse on Gentoo server, via a terminal environment on Mac.

link|improve this question

feedback

4 Answers

up vote 0 down vote accepted

Yes, I think X11 is the way to go here. Make sure that your Gentoo install will allow remote X sessions (or just go ahead and try it), open X11 on the Mac (from Utilities, or install it from the OS X CD or via http://xquartz.macosforge.org/trac/wiki ). Then open a standard Terminal session (not the X11 session) and do "ssh -X username@gentooserver". Once you have logged in, you should be able to start X-Windows applications from the regular Terminal session and they will start in the OS X X-Windows server.

As I'm usually a SUSE user, I tend to use a lot of "yast2" this way.

link|improve this answer
You can skip the "open X11 on the Mac" — since OS X 10.5 it will start automatically when you connect an X application within that "ssh -X". – James Feb 1 '11 at 11:53
feedback

Total shot in the dark, but perhaps piping synergy through an ssh tunnel will help. Know what I'm suggesting here? Need more details?

link|improve this answer
Yes, please let me know your suggestions. – Cheng Jan 20 '10 at 7:45
Synergy is a tool for letting you share a single keyboard & mouse to control pretty much as many machines as you like. It works across Operating Systems (Linux, Windows, Mac OS) and is fairly easy to setup. In short one machine actually has a keyboard/mouse and it's configured as a server to share them with other machines - which happens when you move your mouse to a screen boundry - the input will then be redirected to the appropriate machine. You can apply ssh with synergy to secure your keyboard/mouse traffic. Syngery Website: synergy2.sourceforge.net Want more info? – Doc Jan 20 '10 at 10:30
feedback

We need some clarification, Are you connecting to the OS X computer or from it? What is your goal? Do you just want to be able to use a mouse in a terminal environment or do you want to remotely control another computer?

link|improve this answer
Hi, question updated. – Cheng Jan 20 '10 at 16:35
I was able to replicate the answer on this post: stackoverflow.com/questions/1918758/… But I couldn't get it to work in the native ssh client on my Mac. You might want to try using a different SSH client that might better support passing the mouse movements. – einstiien Jan 20 '10 at 17:01
feedback

VNC.

You can enable VNC access (built-in to OSX) and then just use a VNC Client on the linux desktop.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.