novnc-armhf-1.patch 579 B

12345678910111213
  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. }