commit | 796991360de431308c450dbe8caa2c84426090f4 | [log] [tgz] |
---|---|---|
author | jenkins <jenkins@teamw.in> | Fri May 08 06:04:44 2015 -0400 |
committer | Dees Troy <dees_troy@teamw.in> | Wed Jun 17 23:39:37 2015 +0200 |
tree | 4c5de025c99daa5f0a49931177ae5cb2d9aa825a | |
parent | a163f15eec024127d0b4cfdf1bd2ec5dd09c717d [diff] |
framebuffer: s6 edge takes a little lomger to initialize fb0 Change-Id: I48a5b25a227afb8637fcce7e4a1e2fc6bcc56b03
diff --git a/minuitwrp/graphics.c b/minuitwrp/graphics.c index 1465ce9..704389f 100644 --- a/minuitwrp/graphics.c +++ b/minuitwrp/graphics.c
@@ -167,7 +167,8 @@ void *bits; fd = open("/dev/graphics/fb0", O_RDWR); - while (fd < 0 && index < 10) { + + while (fd < 0 && index < 30) { usleep(1000); fd = open("/dev/graphics/fb0", O_RDWR); index++;