From 6f9c78c1499bd2fb3c31bf87d9b7c1b10c188dfb Mon Sep 17 00:00:00 2001 From: Corentin Chary Date: Wed, 7 Jul 2010 20:57:51 +0200 Subject: vnc: add lossy option The lossy option can be used to enable lossy compression methods like gradient or jpeg. This patch disable them by default. Signed-off-by: Corentin Chary Signed-off-by: Anthony Liguori --- qemu-options.hx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'qemu-options.hx') diff --git a/qemu-options.hx b/qemu-options.hx index 0d7dd90710..40cee704ea 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -835,6 +835,13 @@ empty, with a @code{deny} policy. Thus no one will be allowed to use the VNC server until the ACLs have been loaded. This can be achieved using the @code{acl} monitor command. +@item lossy + +Enable lossy compression methods (gradient, JPEG, ...). If this +option is set, VNC client may receive lossy framebuffer updates +depending on its encoding settings. Enabling this option can save +a lot of bandwidth at the expense of quality. + @end table ETEXI -- cgit v1.2.3-55-g7522