You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GluonDRM] use GPU at /dev/dri/card1 and display id -1
S0 NOT defined:
[GluonDRM] We have 2 connectors
[GluonDRM] ID for connector[0] = 32, width = 1920 and height = 1080
[GluonDRM] Height was 0 and is now 1080
[GluonDRM] ID for connector[1] = 32, width = 1920 and height = 1080
eglinit ok
eglbind ok
eglCreateWindowSurface called
requested number of screens, return 2
[GluonDRM] getWidth asked, return 1920
[GluonDRM] doGetHeight asked, vs = 0, fbw = 3840, fbh = 1080
[GluonDRM] getWidth asked, return 1920
[GluonDRM] doGetHeight asked, vs = 0, fbw = 3840, fbh = 1080
[NODRM] set cursor to 960, 540
SETCURSORIMAGE! with 1024 bytes
Gluon Commercial Features not unlocked.
Set the environment variable ENABLE_GLUON_COMMERCIAL_EXTENSIONS and
check the file <sdk>/legal/javafx.graphics/gluon.md for license information.
but nothing new is shown on screen (the Console still displays login prompt)
When I do:
export ENABLE_GLUON_COMMERCIAL_EXTENSIONS=true
application starts with:
[GluonDRM] use GPU at /dev/dri/card1 and display id -1
S0 NOT defined:
[GluonDRM] We have 2 connectors
[GluonDRM] ID for connector[0] = 32, width = 1920 and height = 1080
[GluonDRM] Height was 0 and is now 1080
[GluonDRM] ID for connector[1] = 32, width = 1920 and height = 1080
eglinit ok
eglbind ok
eglCreateWindowSurface called
requested number of screens, return 2
[GluonDRM] getWidth asked, return 1920
[GluonDRM] doGetHeight asked, vs = 0, fbw = 3840, fbh = 1080
[GluonDRM] getWidth asked, return 1920
[GluonDRM] doGetHeight asked, vs = 0, fbw = 3840, fbh = 1080
[NODRM] set cursor to 960, 540
SETCURSORIMAGE! with 1024 bytes
Gluon Commercial Features unlocked
but despite console login prompt going away - screen just flashes briefly and nothing is displayed
raspi-config
:raspi-config
:(you have a typo in documentation by the way - it should be
libpango-1.0-0
and notlibpango-1.0.0
)compiled it:
and run it:
application runs:
but nothing new is shown on screen (the Console still displays login prompt)
When I do:
application starts with:
but despite console login prompt going away - screen just flashes briefly and nothing is displayed
Of course, if I download regular SDK:
instead of Monocle, I get:
What can I do to see the app on the screen?
The text was updated successfully, but these errors were encountered: