Home » Questions » Computers [ Ask a new question ]

How can I make VNC faster?

How can I make VNC faster?

I need to remotely access and use my work computer a few times a week. I'm currently using UltraVNC. I want to use VNC because of the price. I've used VNC before, mostly on my own network, where it's fast.

Asked by: Guest | Views: 274
Total answers/comments: 5
bert [Entry]

"VNC has some limitations inherent in the protocol it uses. RFB, remote framebuffer, works by transmitting rectangles of pixels over a network. The higher the resolution and bit depth the more bandwidth required to send updates. There are a few optimizations VNC servers/clients already do:

Only send changed regions, caching unchanged regions on the client.
Copying cached regions on the client when changes do occur.
Various forms of lossless and lossy compression

You can fiddle with the settings on both the client and server to see which settings work best for your internet connection. Any client can connect to any server because they negotiate to determine which protocol features both support but its best to use a client and server from the same company if you want to use more advanced protocol features.

RDP and X protocols transmit drawing instructions instead of patches of pixels. This is why under some conditions they are superior to VNC.

Other proprietary remote access services may use similar techniques but are undocumented. Remote access services do have the benefit of being able to punch through firewalls easier than direct remote access, they are usually easier to configure and have better support for encryption.

I've used VNC, Remote Desktop, LogMeIn Free, PCAnywhere and remote X. Each has its merits:

VNC actually performs better than the other protocols over extremely limited bitrates. (Think dialup connection) And it works on virtually any platform.
Remote Desktop works well over LANs and integrates seamlessly with ActiveDirectory.
LogMeIn is great for accessing Windows PC over the internet and also supports ActiveDirectory integration. It has ActiveX, Java, Firefox extensions and even an HTML based client. The free version allows you to manage up to 5 PCs. Paid versions increase this number, add file transfer and advance management features.
PCAnywhere is similar to VNC and Remote Desktop. It supports various levels of encryption, file transfers and remote configuration. Things you'd have to piece together with VNC and Remote Desktop.
X is the Unix world's equivalent of Remote Desktop. To be fair, it's been around a lot longer than any of the other protocols. It works great over a LAN but is too chatty over the internet. Several projects have attempted to improve this with varying levels of success. NoMachine NX, mentioned already, is one such project.

All of the remote access protocols I've mentioned are freely available (either with an OS or as a download) except PcAnywhere, which is sold by Symantec.

Personally I would try each of them and select the one that best suites your needs."
bert [Entry]

"Try to use this:

-snapfb

Instead of polling the X display framebuffer (fb) for changes, periodically copy all of X display fb into main memory and examine
that copy for changes. Under some circumstances this will improve
interactive response, or at least make things look smoother, but in
others (most!) it will make the response worse. If the video h/w fb is
such that reading small tiles is very slow this mode could help. To
keep the ""framerate"" up the screen size x bpp cannot be too large.
Note that this mode is very wasteful of memory I/O resources (it makes
full screen copies even if nothing changes). It may be of use in video
capture-like applications, or where window tearing is a problem.

This solved the problem for me."
bert [Entry]

You can run TeamViewer as "only local" if you do that you connect to a machine based on their IP address. This is a huge speed improvement over VNC.
bert [Entry]

"Tested them all recently and Ammy Admin is the best in the list in general purposes.
Temviewer works also perfectly and has Android and Mac support, so its a great option when connecting from/to another OS.
Ammy Admin and TeamViewer both of them support Directx, so you can play or seen games in the screen, however Team Viewer is really slow and I wouldnt recommend it for games. Tested with Guild Wars 2 and Diablo 3.
Also tested Directx with UltraVNC, TightVNC and RealVNC but I couldnt get them to work with Directx games. Just a black window is shown once you enter the game. (the computer is not hang, just shows a black window that you can minimize).

Team Viewer has great support and they frecuently answer emails.

The worst thing about Ammy Admin is the price and the support, because you need one license for each computer, one for client and another one for server, about (70+70) 140 euro with Premium license.

On the other side VNCs doesnt have so much support since they are free.

The best option is to test them all and see which one goes better in ur system."
bert [Entry]

"I've found the free VNC to be painfully slow. They do have a pay version - not sure if that will be much better?

If you're in a windows environment, i've had a lot of good luck with RDC (Remote Desktop Connection)."