--- wikisrc/pkgsrc/remote.mdwn 2011/07/18 23:49:47 1.8 +++ wikisrc/pkgsrc/remote.mdwn 2011/08/18 15:12:51 1.11 @@ -117,6 +117,7 @@ As a further goal, documentation will be 1 Unreliable source (i.e. only Wikipedia). + 2 FreeRDP is a fork of rdesktop. ## References @@ -145,3 +146,10 @@ As a further goal, documentation will be 1. [[!wikipedia TigerVNC]] 1. [[!wikipedia ITALC]] 1. [[!wikipedia KRDC]] +1. Check interoperability with stock MacOS X VNC server, it has extensions not handled by TightVNC and RealVNC at least. +I have to run this to make it possible to connect to MacOS: +
+sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -verbose -activate -restart -agent -allowAccessFor -allUsers -privs -all -clientopts -setvnclegacy -vnclegacy yes -setvncpw -vncpw some-password
+
+Setting password is essential here. +Tested on Darwin 10.3.3 x86_64.