> have you noticed that I'm running the client via ssh ?
>
>   >  VNC context:
>   >
>   >  All tiger vnc software is run on the remote kubuntu box via ssh from
>   >  local linux system.
>   >
>   >  r...@local# ssh -C -X  -L 5900:localhost:5900 remote.dyndns.info
>   >  r...@remote:~# vncviewer localhost:0
>
>
>    


I think what you want is:

r...@local# ssh -L 5900:localhost:5900 remote.dyndns.info
[...start a new local session...]
r...@local# vncviewer localhost:0


You want vncviewer running on the local machine, so that RFB is 
encrypted and sent over the network. The original method would have had 
RFB running between the remote machine and the remote machine, with 
uncompressed X11 being encrypted and sent over the network.

(Also, -X isn't needed because you're not going to run X11 programs 
remotely, and -C shouldn't be useful, since RFB ought to be 
uncompressible already as it's already compressed)

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to