diff --git a/minuitwrp/graphics.c b/minuitwrp/graphics.c index 1465ce99..704389fd 100644 --- a/minuitwrp/graphics.c +++ b/minuitwrp/graphics.c @@ -167,7 +167,8 @@ static int get_framebuffer(GGLSurface *fb) 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++;