<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blandname &#187; NX</title>
	<atom:link href="http://blandname.com/category/nx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blandname.com</link>
	<description>we're here to help</description>
	<lastBuildDate>Fri, 09 Jul 2010 22:21:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Connect to a Mac Remote Desktop using VNC</title>
		<link>http://blandname.com/2006/11/03/how-to-connect-to-a-mac-remote-desktop-using-vnc/</link>
		<comments>http://blandname.com/2006/11/03/how-to-connect-to-a-mac-remote-desktop-using-vnc/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 18:33:01 +0000</pubDate>
		<dc:creator>blandname</dc:creator>
				<category><![CDATA[LTSP]]></category>
		<category><![CDATA[NX]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Remote Management]]></category>
		<category><![CDATA[VNC]]></category>
		<category><![CDATA[Xming]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[remote application]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blandname.com/2006/11/03/how-to-connect-to-a-mac-remote-desktop-using-vnc/</guid>
		<description><![CDATA[This will be a quick howto as it&#8217;s mostly a settings issue, but here goes: Macs have come with a Remote Desktop server for quite some time now, and it&#8217;s great for using macs to manage macs remotely, though maybe &#8230; <a href="http://blandname.com/2006/11/03/how-to-connect-to-a-mac-remote-desktop-using-vnc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This will be a quick howto as it&#8217;s mostly a settings issue, but here goes:</p>
<p>Macs have come with a Remote Desktop server for quite some time now, and it&#8217;s great for using macs to manage macs remotely, though maybe not as nice as an NX or XMing solution.</p>
<p>When trying to manage an Apple computer using a Windows or Linux computer it&#8217;s a different story. When you attempt to open the connection the authorization works, but the window will close very quickly, with no apparent error.</p>
<p>The problem lies in the actual implementation of VNC in Apple&#8217;s Remote Desktop server (not to be confused with RDP &#8211; it&#8217;s MUCH slower). Apple has decided to only support one type of tiling, whereas most VNC clients will attempt to find the best solution in order to connect. Specifically, Apple uses HexTile, and if you specify this in the options or properties of your connection, it will work with no problems whatsoever.</p>
<p><!--adsense--></p>
<p>If you&#8217;d like to make a .VNC configuration file in order to connect to your Mac server using a Windows VNC client (RealVNC used here), just take the following code and save it as a *.VNC configuration file, being careful to change the host from <code>(null)</code> to the remote Apple Remote Desktop server&#8217;s IP address (for example: <code>10.10.10.10</code>).</p>
<p><code></code><code>[Connection]</code><br />
<code>Host=(null)</code><br />
<code>[Options]</code><br />
<code>UseLocalCursor=1</code><br />
<code>UseDesktopResize=1</code><br />
<code>FullScreen=0</code><br />
<code>FullColour=1</code><br />
<code>LowColourLevel=1</code><br />
<code>PreferredEncoding=hextile</code><br />
<code>AutoSelect=0</code><br />
<code>Shared=0</code><br />
<code>SendPtrEvents=1</code><br />
<code>SendKeyEvents=1</code><br />
<code>SendCutText=1</code><br />
<code>AcceptCutText=1</code><br />
<code>DisableWinKeys=1</code><br />
<code>Emulate3=0</code><br />
<code>PointerEventInterval=0</code><br />
<code>Monitor=</code><br />
<code>MenuKey=F8</code><br />
<code>AutoReconnect=1</code></p>
<p>I have tested this method on many Windows and Linux machines, using RealVNC, TightVNC, UltraVNC and even Chicken of the VNC for Mac OS X. It works fine, though I&#8217;d like to pound home again that I would really like to have the option to either tunnel application over SSH, or have some type of locally-accelerated RDP-compliant protocol (heck why not use LTSP 5.0?)<br />
One can only dream&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blandname.com/2006/11/03/how-to-connect-to-a-mac-remote-desktop-using-vnc/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>
