From 54811c0c819471fa7afcbf4f4c59882625c94ae4 Mon Sep 17 00:00:00 2001 From: Felix Weber Date: Thu, 31 Jan 2019 14:11:01 +0100 Subject: [PATCH] change SCREEN_DEPTH to 24+32 in noVNC(xvfb) settings --- docker/Emulator_x86 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Emulator_x86 b/docker/Emulator_x86 index 8ce7e0c..99b0ab9 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -135,7 +135,7 @@ ENV DISPLAY=:0 \ SCREEN=0 \ SCREEN_WIDTH=1600 \ SCREEN_HEIGHT=900 \ - SCREEN_DEPTH=16 \ + SCREEN_DEPTH=24+32 \ LOCAL_PORT=5900 \ TARGET_PORT=6080 \ TIMEOUT=1 \