>>>> It doesn't seem beyond the wit of Apple to have put a link in
>>>> Applications or Utilities, or indeed to have put an icon on the Dock in
[quoted text clipped - 14 lines]
>apple's site and found nothing. It seems like the kind of thing that
>could be done easily enough, in fact MS have already done it.
And the X Windowing System did it 20 years ago.
You wouldn't think it'd be all that difficult. As long as there's a
well defined layer in the graphics system for drawing stuff, you
should be able to hook in at that layer and send those instructions
rather than doing it VNC style.
I have absolutely no idea if there is such a layer in the OS X UI,
although I have some suspicions that there isn't a clean split because
if there was, resolution independence would be a lot less tricky than
it apparently is - that would hook in at the same place, I think.
Cheers - Jaimie
>So, what do *you* do for a living?
I sit in a chair pressing small plastic rectangles with my fingers
while peering at many tiny, colored dots. -- Peter Manders
Stimpy - 11 May 2008 00:24 GMT
On Sat, 10 May 2008 23:39:44 +0100, Jaimie Vandenbergh wrote
>>>> And I still find VNC to be crap compared to Windows' Remote Desktop.
>>>
[quoted text clipped - 23 lines]
> if there was, resolution independence would be a lot less tricky than
> it apparently is - that would hook in at the same place, I think.
How does ARD work? Is it a tarted up VNC or does it do the same as Windows
Remote desktop?
Jaimie Vandenbergh - 11 May 2008 00:49 GMT
>On Sat, 10 May 2008 23:39:44 +0100, Jaimie Vandenbergh wrote
>>
[quoted text clipped - 28 lines]
>How does ARD work? Is it a tarted up VNC or does it do the same as Windows
>Remote desktop?
ARD1 (and maybe 2, I'm not sure when it changed) used an
Apple-originated protocol of some sort, but the current ARD3 (and
maybe 2) uses a tarted up VNC.
The client in ARD3 is the same code as is being used for Share Screen
client in Leopard, see my other post with lots of links to enable the
extra features.
Cheers - Jaimie

Signature
"I believe every human has a finite number of heartbeats. I don't intend
to waste any of mine running around doing exercises." - Neil Armstrong
Chris Ridd - 11 May 2008 06:47 GMT
>>>>> It doesn't seem beyond the wit of Apple to have put a link in
>>>>> Applications or Utilities, or indeed to have put an icon on the Dock in
[quoted text clipped - 16 lines]
>
> And the X Windowing System did it 20 years ago.
And NextStep did it too - google for NXHosting. Of course if you're
using DPS then this is relatively straightforward, and apparently Apple
kept NXHosting for just as long as they kept DPS...
> You wouldn't think it'd be all that difficult. As long as there's a
> well defined layer in the graphics system for drawing stuff, you
[quoted text clipped - 5 lines]
> if there was, resolution independence would be a lot less tricky than
> it apparently is - that would hook in at the same place, I think.
I think there are more bitmaps being thrown around than we think, and
because of all the compositing that happens on the display machine
trying to send *all* the bitmaps around will completely kill
performance.
Cheers,
Chris