version 1.6, 2011/07/18 22:53:23
|
version 1.11, 2011/08/18 15:12:51
|
Line 117 As a further goal, documentation will be
|
Line 117 As a further goal, documentation will be
|
</table> |
</table> |
|
|
<sup>1</sup> Unreliable source (i.e. only Wikipedia). |
<sup>1</sup> Unreliable source (i.e. only Wikipedia). |
|
|
<sup>2</sup> FreeRDP is a fork of rdesktop. |
<sup>2</sup> FreeRDP is a fork of rdesktop. |
|
|
## References |
## References |
Line 140 As a further goal, documentation will be
|
Line 141 As a further goal, documentation will be
|
1. Bring other RDP and VNC software to pkgsrc. |
1. Bring other RDP and VNC software to pkgsrc. |
1. Check trends in NX software (I heard free package isn't going to be supported anymore). |
1. Check trends in NX software (I heard free package isn't going to be supported anymore). |
1. Check interoperability of servers and clients for NetBSD and other desktop systems (MS Windows, MacOS X). |
1. Check interoperability of servers and clients for NetBSD and other desktop systems (MS Windows, MacOS X). |
|
1. Check pkgsrc/net/vinagre. |
|
1. [[!wikipedia UltraVNC]] |
|
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: |
|
<pre> |
|
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 |
|
</pre> |
|
Setting password is essential here. |
|
Tested on Darwin 10.3.3 x86_64. |