There was an error while loading. Please reload this page.
2 parents 3c7b6dd + beb25ee commit c571aa5Copy full SHA for c571aa5
rootfs/usr/local/lib/web/backend/vnc/state.py
@@ -65,7 +65,7 @@ def set_size(self, w, h):
65
'sed -i \'s#'
66
'^exec /usr/bin/Xvfb.*$'
67
'#'
68
- 'exec /usr/bin/Xvfb :1 -screen 0 {}x{}x16'
+ 'exec /usr/bin/Xvfb :1 -screen 0 {}x{}x24'
69
'#\' /usr/local/bin/xvfb.sh'
70
).format(w, h), shell=True)
71
self.size_changed_count += 1
0 commit comments