Lars Gullik Bjønnes wrote:
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| I tried to see the same with using mouse scolling, but did not see the
| problem you see there.
I think this is due to a difference in ssh and vnc kinds of event
handling.
It is needed - and not only for ssh connections. I have this
problem on local xservers too. It is a x problem.
X over ssh and vnc will indeed be different. vnc runs a
xserver at the remote machine and transfers changed bitmaps,
as far as I know. So the display will be fast - perhaps not to you,
but to the app rendering on it. ssh don't do anything like that.
It is simply a remote X session, that is encrypted for protection
and perhaps compressed for a performance gain over not
doing so.
Helge Hafting