[Qemu-devel] [Bug 1087974] Re: [regression] vnc tight png produces garbled output

2016-11-21 Thread Thomas Huth
Gerd's patch had been included here: http://git.qemu.org/?p=qemu.git;a=commitdiff;h=bc210eb163b162ff2 ==> Setting status to "Fix released" ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed

[Qemu-devel] [Bug 1087974] Re: [regression] vnc tight png produces garbled output

2012-12-14 Thread Tim Hardeck
The patch does fix the issue for me, thanks. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1087974 Title: [regression] vnc tight png produces garbled output Status in QEMU: New Bug

Re: [Qemu-devel] [Bug 1087974] Re: [regression] vnc tight png produces garbled output

2012-12-11 Thread Stefan Hajnoczi
On Mon, Dec 10, 2012 at 03:54:58PM -, Tim Hardeck wrote: 47683d669f993308c2b84bed4ce64aafb5d7ced4 is the first bad commit commit 47683d669f993308c2b84bed4ce64aafb5d7ced4 Author: Gerd Hoffmann kra...@redhat.com Date: Thu Oct 11 12:04:33 2012 +0200 pixman/vnc: remove

Re: [Qemu-devel] [Bug 1087974] Re: [regression] vnc tight png produces garbled output

2012-12-11 Thread Gerd Hoffmann
On 12/11/12 09:57, Stefan Hajnoczi wrote: On Mon, Dec 10, 2012 at 03:54:58PM -, Tim Hardeck wrote: 47683d669f993308c2b84bed4ce64aafb5d7ced4 is the first bad commit commit 47683d669f993308c2b84bed4ce64aafb5d7ced4 Author: Gerd Hoffmann kra...@redhat.com Date: Thu Oct 11 12:04:33 2012

[Qemu-devel] [Bug 1087974] Re: [regression] vnc tight png produces garbled output

2012-12-11 Thread Tim Hardeck
* make sure that qemu is compiled with --enable-vnc-png * git clone git://github.com/kanaka/noVNC * edit include/rfb.js at line 50 and comment out or remove all encodings above ['TIGHT_PNG',-260 ], * open vnc.html in Firefox or Chrome *apply either my patch to QEMU

[Qemu-devel] [Bug 1087974] Re: [regression] vnc tight png produces garbled output

2012-12-11 Thread Tim Hardeck
** Attachment added: screenshot of the issue https://bugs.launchpad.net/qemu/+bug/1087974/+attachment/3457223/+files/tight-png-compression-issue.png -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

Re: [Qemu-devel] [Bug 1087974] Re: [regression] vnc tight png produces garbled output

2012-12-11 Thread Gerd Hoffmann
On 12/11/12 11:09, Tim Hardeck wrote: * make sure that qemu is compiled with --enable-vnc-png * git clone git://github.com/kanaka/noVNC * edit include/rfb.js at line 50 and comment out or remove all encodings above ['TIGHT_PNG',-260 ], * open vnc.html in Firefox or Chrome *apply

[Qemu-devel] [Bug 1087974] Re: [regression] vnc tight png produces garbled output

2012-12-11 Thread Tim Hardeck
If you had opened vnc.html before the rfb.js might be still in the browser cache, at least I had a similar issue once. I have tested this with Chrome but I think it happened in Firefox too. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to

[Qemu-devel] [Bug 1087974] Re: [regression] vnc tight png produces garbled output

2012-12-10 Thread Tim Hardeck
47683d669f993308c2b84bed4ce64aafb5d7ced4 is the first bad commit commit 47683d669f993308c2b84bed4ce64aafb5d7ced4 Author: Gerd Hoffmann kra...@redhat.com Date: Thu Oct 11 12:04:33 2012 +0200 pixman/vnc: remove rgb_prepare_row* functions Let pixman do it instead. Signed-off-by: Gerd