diff --git a/lib/units/device/plugins/vnc/util/connection.js b/lib/units/device/plugins/vnc/util/connection.js index c80870f0..7d7868ae 100644 --- a/lib/units/device/plugins/vnc/util/connection.js +++ b/lib/units/device/plugins/vnc/util/connection.js @@ -25,7 +25,7 @@ function VncConnection(conn, options) { this._serverWidth = this.options.width this._serverHeight = this.options.height this._serverPixelFormat = new PixelFormat({ - bitsPerPixel: 24 + bitsPerPixel: 32 , depth: 24 , bigEndianFlag: os.endianness() == 'BE' ? 1 : 0 , trueColorFlag: 1