fix: set default color depth to 24 (fix #130)
This commit is contained in:
parent
fb28d897fc
commit
d4d3f867d5
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
exec /usr/bin/Xvfb :1 -screen 0 1024x768x16
|
exec /usr/bin/Xvfb :1 -screen 0 1024x768x24
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue