Thursday, December 16, 2010

vnc connection from linux to mac

Use the following to connect and see screen with ability to type. the clipboard part keeps the client from freezing:


vncviewer -SendClipboard=0
 -AcceptClipboard=0 -FullColour <hostname>


information from thread on http://forums.macrumors.com/showthread.php?t=1044728

vncviewer -SendClipboard=0 -AcceptClipboard=0 -FullColour -PreferredEncoding=ZRLE <ip>

No comments:

Post a Comment