How fast is your graphics card's
read rate? (not write rate)
If the read rate limitation is not the problem here are some other things one can check.
1) Try adding the option "-noxdamage" to the x11vnc command. In compiz/Xorg the XDAMAGE extension is broken (changes happen to the screen but are not reported to apps who are interested in changes like x11vnc.)
2) Make sure the connection is not using the "raw" or even "hextile" encoding. The "raw" encoding has no compression and can be slow even on LAN. Here is x11vnc output showing this problem:
Code:
17/03/2009 20:18:24 Pixel format for client 127.0.0.1:
17/03/2009 20:18:24 32 bpp, depth 24, little endian
17/03/2009 20:18:24 true colour: max r 255 g 255 b 255, shift r 16 g 8 b
17/03/2009 20:18:24 Enabling X-style cursor updates for client 127.0.0.1
...
17/03/2009 20:18:24 Using raw encoding for client 127.0.0.1
Bookmarks