Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.6.2, 5.9.1
-
Fix Version/s: 5.13.2
-
Component/s: QPA: KMS, QPA: LinuxFB
-
Labels:
Description
- Boot kernel with consoleblank=0
- Login from Linux console (X server not running)
- cat /sys/module/kernel/parameters/consoleblank
Observe that it is 0 - QT_QPA_PLATFORM=linuxfb qmlscene
- Login to system from remote computer using SSH
- killall qmlscene
- cat /sys/module/kernel/parameters/consoleblank
Observe that it has changed to 900
The issue does not occur if qmlscene is started from an SSH session. It seems to be caused by setTTYCursor in src/platformspport/fbconvenience/qfbvthandler.cpp:
http://code.qt.io/cgit/qt/qtbase.git/tree/src/platformsupport/fbconvenience/qfbvthandler.cpp#n71