I'm looking for a program to remote desktop from my macbook pro to the ubuntu VM I have set up on my home computer. I've read chicken of the VNC works but after using it, it seems to be incredibly laggy. Is there a better solution out there or do I just have to deal with it?
|
feedback
|
migrated from stackoverflow.com Mar 4 '11 at 3:46
This question came from our site for professional and enthusiast programmers.
|
This site lists a number of servers, such as Vino and krfb. On the mac, you can just use the Screen Sharing client (in Finder's Go menu, click Connect to Server, then enter the address vnc://192.168.0.6 or whatever IP address the Ubuntu system is on, making sure to retain the vnc:// portion). | |||||
feedback
|
|
JollysFastVNC is reportedly the fastest VNC server available for OSX. That said, in my experience slow connections in/out from Ubuntu often mean it's trying to do IPv6 when it shouldn't be. | |||
|
feedback
|
ssh -X ubuntuVMand then run your programs, e.g.:firefox &– sarnold Mar 4 '11 at 1:35