From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9Xf2-0002oj-Vr for qemu-devel@nongnu.org; Fri, 09 Jan 2015 06:23:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y9Xey-0001eS-VQ for qemu-devel@nongnu.org; Fri, 09 Jan 2015 06:23:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9Xey-0001eF-O3 for qemu-devel@nongnu.org; Fri, 09 Jan 2015 06:23:20 -0500 Message-ID: <1420802593.24278.14.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 09 Jan 2015 12:23:13 +0100 In-Reply-To: <54AFADAB.2020308@m2r.biz> References: <54AFADAB.2020308@m2r.biz> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Question and probable bug in qemu spice's parameters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fabio Fantoni Cc: spice-devel@lists.freedesktop.org, "qemu-devel@nongnu.org" On Fr, 2015-01-09 at 11:30 +0100, Fabio Fantoni wrote: > In qemu docs seems that spice streaming video is default to "filter" but > after this patch seems default to "off" without updating qemu-options.hx > file: > http://git.qemu.org/?p=qemu.git;a=commitdiff;h=f1d3e586f069e17f83b669842bc02d60d509daca > What is the correct default actually? It should be filter, but the filter heuristics actually has trouble distinguishing real videos from gnome desktop, resulting in bad display quality. Switching to "off" was meant to be a temporary stopgap for that. Anyone can comment what is the state here? Became the heuristic better meanwhile, so we can flip it back to filter? Otherwise we should probably fixup the docs to match reality ... > If I specify spice image compression, qemu doesn't start and gives me > this error: > spice: invalid stream video control: (null) Hmm, can't reproduce. What is the exact command line leading to this error? cheers, Gerd