# HG changeset patch # User Pascal Bellard # Date 1315670338 -7200 # Node ID 072bac5bdb6917b81c5c28d38c4bd5322a42663c # Parent 877efcb5711e9574aa4202dbb4226acfdb738b3f fbvnc: add 16 & 32 bpp support (again) diff -r 877efcb5711e -r 072bac5bdb69 fbvnc/receipt --- a/fbvnc/receipt Sat Sep 10 17:46:22 2011 +0200 +++ b/fbvnc/receipt Sat Sep 10 17:58:58 2011 +0200 @@ -40,8 +40,8 @@ *) START="cmdline" ;; esac case "$BPP" in - 16|24|32) ;; - *) BPP=8 ;; + 8|24|32) ;; + *) BPP=16 ;; esac [ -n "$PORT" ] || PORT=5900 cat < + Bits per pixel 8 16