Page 1 of 1

Dual Monitor Qt Warning

Posted: 31 Mar 2016, 12:12
by 23pointsNorth
Hello,

When using a dual monitor setup on Linux with a scene being loaded, the following warning occurs on the terminal (x8 with different addresses):

Code: Select all

0x276f010 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x221e2d0) ): Attempt to set a screen on a child window.


Switching the system to a single monitor removes the above warning.

Googling returned it is a Qt based error, which can be mitigated by using the QOpenGLWidget.

Thanks,
Daniel

Re: Dual Monitor Qt Warning

Posted: 01 Apr 2016, 11:17
by coppelia
Hello Daniel,

yes, we are aware of that. We will however slowly migrate to an external renderer for more flexibility and speed instead of using QOpenGLWidget (or a combination of that).

Cheers