eglfs: Unblank on startup
Like linuxfb does. Change-Id: Icba224d710f241d9246450c7d112ce181b992d0e Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
This commit is contained in:
parent
39636e38fe
commit
09f631d787
@ -154,6 +154,10 @@ void QEGLDeviceIntegration::platformInit()
|
|||||||
qWarning("EGLFS: Failed to open %s", fbDev.constData());
|
qWarning("EGLFS: Failed to open %s", fbDev.constData());
|
||||||
qFatal("EGLFS: Can't continue without a display");
|
qFatal("EGLFS: Can't continue without a display");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef FBIOBLANK
|
||||||
|
ioctl(framebuffer, FBIOBLANK, VESA_NO_BLANKING);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void QEGLDeviceIntegration::platformDestroy()
|
void QEGLDeviceIntegration::platformDestroy()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user