Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pshchelo/a45304bcc3a078ba9a0db0529ac446ef to your computer and use it in GitHub Desktop.
Save pshchelo/a45304bcc3a078ba9a0db0529ac446ef to your computer and use it in GitHub Desktop.
Patch noVNC to work with iDRAC built-in VNC server
From 1ed89a2c0ebae62e37f390ffd0d1deeca31b83ce Mon Sep 17 00:00:00 2001
From: Pavlo Shchelokovskyy <[email protected]>
Date: Fri, 25 Nov 2016 15:13:20 +0200
Subject: [PATCH] Hack around iDRAC8 VNC support
Bug#712
---
core/rfb.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/rfb.js b/core/rfb.js
index bc1fc61..6af86a4 100644
--- a/core/rfb.js
+++ b/core/rfb.js
@@ -49,7 +49,7 @@
this._encodings = [
['COPYRECT', 0x01 ],
['TIGHT', 0x07 ],
- ['TIGHT_PNG', -260 ],
+ //['TIGHT_PNG', -260 ],
['HEXTILE', 0x05 ],
['RRE', 0x02 ],
['RAW', 0x00 ],
--
2.17.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment