https://bugzilla.novell.com/show_bug.cgi?id=406144 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406144#c12 --- Comment #12 from Stefan Dirsch <sndirsch@novell.com> 2008-07-04 08:36:06 MDT --- Correct. CopyRect The Copy Rectangle encoding is efficient when something is being moved; the only data sent is the location of a rectangle from which data should be copied to the current location. Copyrect could also be used to efficiently transmit a repeated pattern. Could it be that you're seing JPEG artefacts here? Tight Like Zlib encoding, Tight encoding uses zlib library to compress the pixel data, but it pre-processes data to maximize compres‐ sion ratios, and to minimize CPU usage on compression. Also, JPEG compression may be used to encode color-rich screen areas (see the description of -quality and -nojpeg options above). Tight encoding is usually the best choice for low-bandwidth net‐ work environments (e.g. slow modem connections). So it might be worth a try with playing -quality / -nojpeg. But probably you tried this already, didn't you? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.