mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 08:22:31 +01:00
fix: armhf
This commit is contained in:
parent
588b38ca03
commit
35d0080b79
1 changed files with 13 additions and 0 deletions
13
web/novnc-armhf-1.patch
Normal file
13
web/novnc-armhf-1.patch
Normal file
|
|
@ -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);
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue