From 4b39614c202c1982ff98efc24976dfcf53003815 Mon Sep 17 00:00:00 2001 From: Gabriele Giacone <1o5g4r8o@gmail.com> Date: Tue, 17 Jun 2014 16:25:43 +0200 Subject: Reduce fake screenshot depth to 8bit, like real ones. --- bin/g-i-installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 59d20f77..34b87b60 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -865,7 +865,7 @@ monitor_system() { rm snapshot_${PRINTF_NR}.jpg else echo "$PRINTF_NR: $(date) - could not take vncsnapshot from $DISPLAY - using a blank fake one instead" - convert -size $VIDEOSIZE xc:none snapshot_${PRINTF_NR}.ppm + convert -size $VIDEOSIZE xc:none -depth 8 snapshot_${PRINTF_NR}.ppm fi # give signal we are still running if [ $(($NR % 14)) -eq 0 ] ; then -- cgit v1.2.3-70-g09d2