[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Bug 1087974] Re: [regression] vnc tight png produces g
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [Bug 1087974] Re: [regression] vnc tight png produces garbled output |
Date: |
Tue, 11 Dec 2012 15:50:13 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121116 Thunderbird/10.0.11 |
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 either my patch to QEMU https://lists.nongnu.org/archive/html
> /qemu-devel/2012-12/msg00869.html or use Websockify
> https://github.com/kanaka/websockify to get Websocket support.
>
> * in case of my patch run QEMU with `-vnc :0,websocket` and connect
> with noVNC to port 5700.
>
> * in case of Websockify run QEMU with `./websockify.py 5900 -- qemu-
> system-x86_64 -vnc :0` and connect to port 5900
Hmm, doesn't reproduce here (using websockify proxy).
--- a/include/rfb.js
+++ b/include/rfb.js
@@ -48,8 +48,8 @@ var that = {}, // Public API methods
// In preference order
encodings = [
- ['COPYRECT', 0x01 ],
- ['TIGHT', 0x07 ],
+// ['COPYRECT', 0x01 ],
+// ['TIGHT', 0x07 ],
['TIGHT_PNG', -260 ],
['HEXTILE', 0x05 ],
['RRE', 0x02 ],
cheers,
Gerd
- [Qemu-devel] [PULL 0/6] arm-devs queue, Peter Maydell, 2012/12/11
- [Qemu-devel] [PATCH 1/6] hw/arm_boot, exynos4210, highbank: Fix secondary boot GIC init, Peter Maydell, 2012/12/11
- [Qemu-devel] [PATCH 6/6] exynos4210/mct: Avoid infinite loop on non incremental timers, Peter Maydell, 2012/12/11
- [Qemu-devel] [PATCH 4/6] xilinx_zynq: Add one variable to avoid overwriting QSPI bus, Peter Maydell, 2012/12/11
- [Qemu-devel] [PATCH 5/6] hw/arm_gic: fix target CPUs affected by set enable/pending ops, Peter Maydell, 2012/12/11
- [Qemu-devel] [PATCH 2/6] hw/arm_gic: Fix comparison with priority mask register, Peter Maydell, 2012/12/11
- [Qemu-devel] [PATCH 3/6] hw/arm_gic_common: Correct GICC_PMR reset value for newer GICs, Peter Maydell, 2012/12/11