Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
fcwu
GitHub Repository: fcwu/docker-ubuntu-vnc-desktop
Path: blob/develop/web/novnc-armhf-1.patch
387 views
1
--- core/rfb.js 2019-02-24 21:17:04.402944311 +0800
2
+++ core/rfb.js 2019-02-24 21:17:34.782484107 +0800
3
@@ -1256,8 +1256,8 @@
4
encs.push(encodings.encodingCopyRect);
5
// Only supported with full depth support
6
if (this._fb_depth == 24) {
7
- encs.push(encodings.encodingTight);
8
- encs.push(encodings.encodingTightPNG);
9
+ // encs.push(encodings.encodingTight);
10
+ // encs.push(encodings.encodingTightPNG);
11
encs.push(encodings.encodingHextile);
12
encs.push(encodings.encodingRRE);
13
}
14
15