Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
None
-
5.6.0
-
None
-
CentOS 7.0, Qt-5.6.0, gcc-4.8.3
Description
I run qt opengl example under platform eglfs without X Window System.
If hardware cursor is disabled, I see 2 cursor on the screen (2cursors.jpg).
This happens because there isn't the checking whether to create hardware cursor in QEglFSKmsDevice::createScreens().
I think, the attached patch will solve this problem.