From: Holger K. <hol...@gm...> - 2007-04-22 18:10:22
|
Brendan Simon schrieb: > > One of the things I really like about VNC is that if I loose network > connectivity, I can reconnect and not loose my session. X does not > support this as it is session based (maybe things have changed?). This > may not be an issue if using SLIRP or other fixed network addresses ? I > did had this issue when using TAP and DHCP and getting different > addresses when taking laptop to and from work. > > But I still don't understand why coLinux or VNC is sooooo slow. My > understanding may be flawed? Here is my thinking: If you want to reconnect to a lost X Session use freenx. It keeps the session and compresses the X11 protocol and reduces the amount of exchanged packets between client and server. This is extremely useful with the higher network latency on colinux. VNC is slow as the X11 Server runs on colinux and the picture gets transfered to windows as group of pixels. It helps to reduce amount of possible colors but that is not really a solution. Just try Xming with xdmcp on Windows to see the difference. |