Skip to content

Commit c571aa5

Browse files
authored
Merge pull request fcwu#192 from 486/set_size
Have set_size use color depth of 24
2 parents 3c7b6dd + beb25ee commit c571aa5

File tree

1 file changed

+1
-1
lines changed
  • rootfs/usr/local/lib/web/backend/vnc

1 file changed

+1
-1
lines changed

rootfs/usr/local/lib/web/backend/vnc/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def set_size(self, w, h):
6565
'sed -i \'s#'
6666
'^exec /usr/bin/Xvfb.*$'
6767
'#'
68-
'exec /usr/bin/Xvfb :1 -screen 0 {}x{}x16'
68+
'exec /usr/bin/Xvfb :1 -screen 0 {}x{}x24'
6969
'#\' /usr/local/bin/xvfb.sh'
7070
).format(w, h), shell=True)
7171
self.size_changed_count += 1

0 commit comments

Comments
 (0)