Skip to content

Commit d4d3f86

Browse files
author
Doro Wu
committed
fix: set default color depth to 24 (fix fcwu#130)
1 parent fb28d89 commit d4d3f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/usr/local/bin/xvfb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
exec /usr/bin/Xvfb :1 -screen 0 1024x768x16
3+
exec /usr/bin/Xvfb :1 -screen 0 1024x768x24

0 commit comments

Comments
 (0)