Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.6.2, 5.9.1
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