From 35d0080b7989c6fcfea42c16229e07f328648702 Mon Sep 17 00:00:00 2001 From: Doro Wu Date: Wed, 20 Mar 2019 22:56:58 +0800 Subject: [PATCH] fix: armhf --- web/novnc-armhf-1.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 web/novnc-armhf-1.patch diff --git a/web/novnc-armhf-1.patch b/web/novnc-armhf-1.patch new file mode 100644 index 0000000..a006fe4 --- /dev/null +++ b/web/novnc-armhf-1.patch @@ -0,0 +1,13 @@ +--- core/rfb.js 2019-02-24 21:17:04.402944311 +0800 ++++ core/rfb.js 2019-02-24 21:17:34.782484107 +0800 +@@ -1256,8 +1256,8 @@ + encs.push(encodings.encodingCopyRect); + // Only supported with full depth support + if (this._fb_depth == 24) { +- encs.push(encodings.encodingTight); +- encs.push(encodings.encodingTightPNG); ++ // encs.push(encodings.encodingTight); ++ // encs.push(encodings.encodingTightPNG); + encs.push(encodings.encodingHextile); + encs.push(encodings.encodingRRE); + }