We are using a Colibri iMX6 with the Viola Carrier Board and the official HDMI adapter. We have connected two different displays, a PC monitor and a 5" HDMI display, the behavior is the same in both cases.
On startup, the monitors show the Torizon boot splash, but the we do not get an image from the kiosk mode browser, the display remains dark. We have used two different docker-compose files, the demo containers that come with a fresh installation, and the grafana example (Using Multiple Containers with TorizonCore | Toradex Developer Center). In both cases, portainer and grafana are accessible via a web browser from a different PC, but fail to show up on the display connected to the module. The display remains dark, but when connecting a mouse, a mouse cursor shows up and can be moved. When stopping these containers, we see a login prompt on the local display.
Here are the logs from starting the demo-containers manually with docker-compose up:
Starting torizon_weston_1 ... done
Starting torizon_portainer_1 ... done
Starting torizon_kiosk_1 ... done
Attaching to torizon_weston_1, torizon_portainer_1, torizon_kiosk_1
weston_1 | Switching to VT 7
weston_1 | Date: 2020-08-03 UTC
weston_1 | [14:45:21.206] weston 5.0.0
weston_1 | https://wayland.freedesktop.org
weston_1 | Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/
weston_1 | Build: unknown (not built from git or tarball)
portainer_1 | 2020/08/03 14:45:23 Warning: the --template-file flag is deprecated and will likely be removed in a future version of Portainer.
portainer_1 | 2020/08/03 14:45:24 Portainer started with the --templates flag. Using external templates, template management will be disabled.
portainer_1 | 2020/08/03 14:45:24 Instance already has defined endpoints. Skipping the endpoint defined via CLI.
portainer_1 | 2020/08/03 14:45:24 server: Reverse tunnelling enabled
portainer_1 | 2020/08/03 14:45:24 server: Fingerprint 91:d8:81:d7:f1:bf:f7:03:c7:fd:7a:9b:98:e1:d1:96
portainer_1 | 2020/08/03 14:45:24 server: Listening on 0.0.0.0:8000...
weston_1 | [14:45:21.206] Command line: /usr/bin/weston --current-mode
weston_1 | [14:45:21.206] OS: Linux, 5.4.43-4.0.0-devel+git.ed141ad4be96, #1-TorizonCore SMP Wed Jul 1 16:19:28 UTC 2020, armv7l
weston_1 | [14:45:21.210] Using config file '/etc/xdg/weston/weston.ini'
portainer_1 | 2020/08/03 14:45:24 Starting Portainer 1.24.0 on :9000
portainer_1 | 2020/08/03 14:45:24 [DEBUG] [chisel, monitoring] [check_interval_seconds: 10.000000] [message: starting tunnel management process]
weston_1 | [14:45:21.215] Output repaint window is 7 ms maximum.
weston_1 | [14:45:21.217] Loading module '/usr/lib/arm-linux-gnueabihf/libweston-5/drm-backend.so'
weston_1 | [14:45:21.246] initializing drm backend
weston_1 | [14:45:21.251] logind: not running in a systemd session
weston_1 | [14:45:21.251] logind: cannot setup systemd-logind helper (-61), using legacy fallback
weston_1 | [14:45:21.278] using /dev/dri/card1
weston_1 | [14:45:21.278] DRM: supports universal planes
weston_1 | [14:45:21.278] DRM: supports atomic modesetting
weston_1 | [14:45:21.279] DRM: supports picture aspect ratio
weston_1 | [14:45:21.280] Loading module '/usr/lib/arm-linux-gnueabihf/libweston-5/gl-renderer.so'
weston_1 | [14:45:22.162] EGL client extensions: EGL_EXT_device_base
weston_1 | EGL_EXT_device_enumeration EGL_EXT_device_query
weston_1 | EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses
weston_1 | EGL_EXT_client_extensions EGL_KHR_debug
weston_1 | EGL_EXT_platform_wayland EGL_EXT_platform_x11
weston_1 | EGL_MESA_platform_gbm EGL_MESA_platform_surfaceless
weston_1 | [14:45:22.174] warning: neither EGL_EXT_swap_buffers_with_damage or EGL_KHR_swap_buffers_with_damage is supported. Performance could be affected.
weston_1 | [14:45:22.175] EGL_KHR_surfaceless_context available
weston_1 | [14:45:22.205] EGL version: 1.4
weston_1 | [14:45:22.205] EGL vendor: Mesa Project
weston_1 | [14:45:22.205] EGL client APIs: OpenGL OpenGL_ES
weston_1 | [14:45:22.205] EGL extensions: EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age
weston_1 | EGL_EXT_image_dma_buf_import
weston_1 | EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2
weston_1 | EGL_KHR_config_attribs EGL_KHR_create_context
weston_1 | EGL_KHR_create_context_no_error EGL_KHR_fence_sync
weston_1 | EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace
weston_1 | EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image
weston_1 | EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image
weston_1 | EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap
weston_1 | EGL_KHR_no_config_context EGL_KHR_reusable_sync
weston_1 | EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float
weston_1 | EGL_KHR_wait_sync EGL_MESA_configless_context
weston_1 | EGL_MESA_drm_image EGL_MESA_image_dma_buf_export
weston_1 | EGL_WL_bind_wayland_display
weston_1 | [14:45:22.208] GL version: OpenGL ES 2.0 Mesa 18.3.6
weston_1 | [14:45:22.208] GLSL version: OpenGL ES GLSL ES 1.0.16
weston_1 | [14:45:22.216] GL vendor: etnaviv
weston_1 | [14:45:22.216] GL renderer: Vivante GC880 rev 5106
weston_1 | [14:45:22.216] GL extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays
weston_1 | GL_EXT_texture_filter_anisotropic
weston_1 | GL_EXT_texture_compression_s3tc GL_EXT_occlusion_query_boolean
weston_1 | GL_EXT_texture_compression_dxt1 GL_EXT_texture_format_BGRA8888
weston_1 | GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24
weston_1 | GL_OES_element_index_uint GL_OES_fbo_render_mipmap
weston_1 | GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives
weston_1 | GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_npot
weston_1 | GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_depth_texture
weston_1 | GL_AMD_performance_monitor GL_OES_packed_depth_stencil
weston_1 | GL_OES_get_program_binary GL_APPLE_texture_max_level
weston_1 | GL_EXT_discard_framebuffer GL_EXT_read_format_bgra
weston_1 | GL_EXT_frag_depth GL_NV_fbo_color_attachments
weston_1 | GL_OES_EGL_image_external GL_OES_EGL_sync
weston_1 | GL_OES_vertex_array_object GL_ANGLE_texture_compression_dxt3
weston_1 | GL_ANGLE_texture_compression_dxt5 GL_EXT_unpack_subimage
weston_1 | GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth
weston_1 | GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers
weston_1 | GL_EXT_map_buffer_range GL_KHR_debug
weston_1 | GL_OES_required_internalformat GL_OES_surfaceless_context
weston_1 | GL_EXT_separate_shader_objects
weston_1 | GL_EXT_compressed_ETC1_RGB8_sub_texture
weston_1 | GL_EXT_draw_elements_base_vertex GL_EXT_texture_border_clamp
weston_1 | GL_KHR_context_flush_control GL_OES_draw_elements_base_vertex
weston_1 | GL_OES_texture_border_clamp GL_KHR_no_error
weston_1 | GL_EXT_disjoint_timer_query
weston_1 | [14:45:22.217] GL ES 2 renderer features:
weston_1 | read-back format: BGRA
weston_1 | wl_shm sub-image to texture: yes
weston_1 | EGL Wayland extension: yes
weston_1 | [14:45:22.285] event3 - gpio-keys: is tagged by udev as: Keyboard
weston_1 | [14:45:22.285] event3 - gpio-keys: device is a keyboard
weston_1 | [14:45:22.375] event1 - Logitech USB Receiver: is tagged by udev as: Mouse
weston_1 | [14:45:22.375] event1 - Logitech USB Receiver: device set to 1000 DPI
weston_1 | [14:45:22.376] event1 - Logitech USB Receiver: device is a pointer
weston_1 | [14:45:22.399] event2 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
weston_1 | [14:45:22.399] event2 - Logitech USB Receiver Consumer Control: device is a keyboard
weston_1 | [14:45:22.418] event0 - stmpe-ts: is tagged by udev as: Touchscreen
weston_1 | [14:45:22.421] event0 - stmpe-ts: device is a touch device
weston_1 | [14:45:22.489] Touchscreen - stmpe-ts - /sys/devices/soc0/soc/2100000.aips-bus/21a4000.i2c/i2c-0/0-0041/stmpe-ts/input/input0/event0
weston_1 | [14:45:22.489] input device event0 has no enabled output associated (none named), skipping calibration for now.
weston_1 | [14:45:22.491] DRM: head 'DPI-1' found, connector 43 is connected, EDID make 'unknown', model 'unknown', serial 'unknown'
weston_1 | [14:45:22.604] DRM: head 'HDMI-A-1' found, connector 45 is connected, EDID make 'MPI', model 'MPI5008', serial 'B3432845'
weston_1 | [14:45:22.604] Registered plugin API 'weston_drm_output_api_v1' of size 12
weston_1 | [14:45:22.605] Chosen EGL config details:
weston_1 | RGBA bits: 8 8 8 0
weston_1 | swap interval range: 1 - 1
weston_1 | [14:45:22.605] No backlight control for output 'DPI-1'
weston_1 | [14:45:22.605] Output DPI-1 (crtc 34) video modes:
weston_1 | 640x480@59.9, preferred, current, 25.2 MHz
weston_1 | [14:45:22.606] associating input device event3 with output DPI-1 (none by udev)
weston_1 | [14:45:22.606] associating input device event1 with output DPI-1 (none by udev)
weston_1 | [14:45:22.606] associating input device event2 with output DPI-1 (none by udev)
weston_1 | [14:45:22.606] associating input device event0 with output DPI-1 (none by udev)
weston_1 | [14:45:22.607] Output 'DPI-1' enabled with head(s) DPI-1
weston_1 | [14:45:22.608] Chosen EGL config details:
weston_1 | RGBA bits: 8 8 8 0
weston_1 | swap interval range: 1 - 1
weston_1 | [14:45:22.608] No backlight control for output 'HDMI-A-1'
weston_1 | [14:45:22.608] Output HDMI-A-1 (crtc 41) video modes:
weston_1 | 800x480@60.0, preferred, 29.6 MHz
weston_1 | 640x480@75.0, current, 31.5 MHz
weston_1 | 640x480@72.8, 31.5 MHz
weston_1 | 640x480@60.0 4:3, 25.2 MHz
weston_1 | 640x480@59.9, 25.2 MHz
weston_1 | 720x400@70.1, 28.3 MHz
weston_1 | [14:45:22.608] Output 'HDMI-A-1' enabled with head(s) HDMI-A-1
weston_1 | [14:45:22.608] Compositor capabilities:
weston_1 | arbitrary surface rotation: yes
weston_1 | screen capture uses y-flip: yes
weston_1 | presentation clock: CLOCK_MONOTONIC, id 1
weston_1 | presentation clock resolution: 0.000000001 s
weston_1 | [14:45:22.616] Loading module '/usr/lib/arm-linux-gnueabihf/weston/desktop-shell.so'
weston_1 | [14:45:22.624] launching '/usr/lib/weston/weston-keyboard'
weston_1 | [14:45:22.639] Loading module '/usr/lib/arm-linux-gnueabihf/libweston-5/xwayland.so'
weston_1 | [14:45:22.876] Registered plugin API 'weston_xwayland_v1' of size 16
weston_1 | [14:45:22.878] Registered plugin API 'weston_xwayland_surface_v1' of size 8
weston_1 | [14:45:22.880] xserver listening on display :1
weston_1 | [14:45:22.880] launching '/usr/lib/weston/weston-desktop-shell'
weston_1 | could not load cursor 'dnd-move'
weston_1 | could not load cursor 'dnd-copy'
weston_1 | could not load cursor 'dnd-none'
weston_1 | could not load cursor 'dnd-move'
weston_1 | could not load cursor 'dnd-copy'
weston_1 | could not load cursor 'dnd-none'
kiosk_1 |
kiosk_1 | (chromium:1): Gtk-WARNING **: 14:45:29.797: cannot open display: :0
torizon_kiosk_1 exited with code 1
And here is the same output for the grafana example:
Starting influxdb ... done
Starting collectd ... done
Starting weston ... done
Starting grafana ... done
Starting kiosk ... done
Attaching to weston, influxdb, collectd, grafana, kiosk
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Starting Grafana" logger=server version=6.7.1 commit=ca6d08d5cb branch=HEAD compiled=2020-03-20T13:13:09+0000
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Config overridden from command line" logger=settings arg="default.paths.data=/var/lib/grafana"
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Config overridden from command line" logger=settings arg="default.paths.logs=/var/log/grafana"
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Config overridden from command line" logger=settings arg="default.paths.plugins=/var/lib/grafana/plugins"
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Config overridden from command line" logger=settings arg="default.paths.provisioning=/etc/grafana/provisioning"
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Config overridden from command line" logger=settings arg="default.log.mode=console"
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana"
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana"
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins"
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning"
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning
weston | Switching to VT 7
weston | Date: 2020-08-03 UTC
weston | [15:01:58.040] weston 5.0.0
weston | https://wayland.freedesktop.org
weston | Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/
weston | Build: unknown (not built from git or tarball)
weston | [15:01:58.041] Command line: /usr/bin/weston --current-mode
weston | [15:01:58.041] OS: Linux, 5.4.43-4.0.0-devel+git.ed141ad4be96, #1-TorizonCore SMP Wed Jul 1 16:19:28 UTC 2020, armv7l
weston | [15:01:58.045] Using config file '/etc/xdg/weston/weston.ini'
weston | [15:01:58.052] Output repaint window is 7 ms maximum.
weston | [15:01:58.052] Loading module '/usr/lib/arm-linux-gnueabihf/libweston-5/drm-backend.so'
weston | [15:01:58.077] initializing drm backend
weston | [15:01:58.083] logind: not running in a systemd session
weston | [15:01:58.083] logind: cannot setup systemd-logind helper (-61), using legacy fallback
weston | [15:01:58.125] using /dev/dri/card1
weston | [15:01:58.126] DRM: supports universal planes
weston | [15:01:58.126] DRM: supports atomic modesetting
weston | [15:01:58.126] DRM: supports picture aspect ratio
weston | [15:01:58.128] Loading module '/usr/lib/arm-linux-gnueabihf/libweston-5/gl-renderer.so'
weston | [15:01:59.007] EGL client extensions: EGL_EXT_device_base
weston | EGL_EXT_device_enumeration EGL_EXT_device_query
weston | EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses
weston | EGL_EXT_client_extensions EGL_KHR_debug
weston | EGL_EXT_platform_wayland EGL_EXT_platform_x11
weston | EGL_MESA_platform_gbm EGL_MESA_platform_surfaceless
weston | [15:01:59.012] warning: neither EGL_EXT_swap_buffers_with_damage or EGL_KHR_swap_buffers_with_damage is supported. Performance could be affected.
weston | [15:01:59.012] EGL_KHR_surfaceless_context available
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="App mode production" logger=settings
weston | [15:01:59.037] EGL version: 1.4
weston | [15:01:59.037] EGL vendor: Mesa Project
weston | [15:01:59.037] EGL client APIs: OpenGL OpenGL_ES
weston | [15:01:59.037] EGL extensions: EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age
weston | EGL_EXT_image_dma_buf_import
weston | EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2
weston | EGL_KHR_config_attribs EGL_KHR_create_context
weston | EGL_KHR_create_context_no_error EGL_KHR_fence_sync
weston | EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace
weston | EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image
weston | EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image
weston | EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap
weston | EGL_KHR_no_config_context EGL_KHR_reusable_sync
weston | EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float
weston | EGL_KHR_wait_sync EGL_MESA_configless_context
weston | EGL_MESA_drm_image EGL_MESA_image_dma_buf_export
weston | EGL_WL_bind_wayland_display
weston | [15:01:59.038] GL version: OpenGL ES 2.0 Mesa 18.3.6
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Initializing SqlStore" logger=server
weston | [15:01:59.038] GLSL version: OpenGL ES GLSL ES 1.0.16
weston | [15:01:59.038] GL vendor: etnaviv
weston | [15:01:59.038] GL renderer: Vivante GC880 rev 5106
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3
weston | [15:01:59.038] GL extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays
weston | GL_EXT_texture_filter_anisotropic
weston | GL_EXT_texture_compression_s3tc GL_EXT_occlusion_query_boolean
weston | GL_EXT_texture_compression_dxt1 GL_EXT_texture_format_BGRA8888
weston | GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24
weston | GL_OES_element_index_uint GL_OES_fbo_render_mipmap
weston | GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives
weston | GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_npot
weston | GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_depth_texture
weston | GL_AMD_performance_monitor GL_OES_packed_depth_stencil
weston | GL_OES_get_program_binary GL_APPLE_texture_max_level
weston | GL_EXT_discard_framebuffer GL_EXT_read_format_bgra
weston | GL_EXT_frag_depth GL_NV_fbo_color_attachments
weston | GL_OES_EGL_image_external GL_OES_EGL_sync
weston | GL_OES_vertex_array_object GL_ANGLE_texture_compression_dxt3
weston | GL_ANGLE_texture_compression_dxt5 GL_EXT_unpack_subimage
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Starting DB migration" logger=migrator
weston | GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth
weston | GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers
weston | GL_EXT_map_buffer_range GL_KHR_debug
weston | GL_OES_required_internalformat GL_OES_surfaceless_context
weston | GL_EXT_separate_shader_objects
weston | GL_EXT_compressed_ETC1_RGB8_sub_texture
weston | GL_EXT_draw_elements_base_vertex GL_EXT_texture_border_clamp
weston | GL_KHR_context_flush_control GL_OES_draw_elements_base_vertex
weston | GL_OES_texture_border_clamp GL_KHR_no_error
weston | GL_EXT_disjoint_timer_query
weston | [15:01:59.039] GL ES 2 renderer features:
weston | read-back format: BGRA
weston | wl_shm sub-image to texture: yes
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Initializing HTTPServer" logger=server
weston | EGL Wayland extension: yes
weston | [15:01:59.101] event3 - gpio-keys: is tagged by udev as: Keyboard
weston | [15:01:59.102] event3 - gpio-keys: device is a keyboard
weston | [15:01:59.185] event1 - Logitech USB Receiver: is tagged by udev as: Mouse
weston | [15:01:59.185] event1 - Logitech USB Receiver: device set to 1000 DPI
weston | [15:01:59.188] event1 - Logitech USB Receiver: device is a pointer
weston | [15:01:59.209] event2 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
weston | [15:01:59.209] event2 - Logitech USB Receiver Consumer Control: device is a keyboard
weston | [15:01:59.238] event0 - stmpe-ts: is tagged by udev as: Touchscreen
weston | [15:01:59.241] event0 - stmpe-ts: device is a touch device
weston | [15:01:59.311] Touchscreen - stmpe-ts - /sys/devices/soc0/soc/2100000.aips-bus/21a4000.i2c/i2c-0/0-0041/stmpe-ts/input/input0/event0
weston | [15:01:59.313] input device event0 has no enabled output associated (none named), skipping calibration for now.
weston | [15:01:59.314] DRM: head 'DPI-1' found, connector 43 is connected, EDID make 'unknown', model 'unknown', serial 'unknown'
weston | [15:01:59.434] DRM: head 'HDMI-A-1' found, connector 45 is connected, EDID make 'MPI', model 'MPI5008', serial 'B3432845'
weston | [15:01:59.434] Registered plugin API 'weston_drm_output_api_v1' of size 12
weston | [15:01:59.435] Chosen EGL config details:
weston | RGBA bits: 8 8 8 0
weston | swap interval range: 1 - 1
weston | [15:01:59.435] No backlight control for output 'DPI-1'
weston | [15:01:59.435] Output DPI-1 (crtc 34) video modes:
weston | 640x480@59.9, preferred, current, 25.2 MHz
weston | [15:01:59.436] associating input device event3 with output DPI-1 (none by udev)
weston | [15:01:59.437] associating input device event1 with output DPI-1 (none by udev)
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Initializing BackendPluginManager" logger=server
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Initializing PluginManager" logger=server
grafana | t=2020-08-03T15:02:06+0000 lvl=info msg="Starting plugin search" logger=plugins
weston | [15:01:59.438] associating input device event2 with output DPI-1 (none by udev)
weston | [15:01:59.438] associating input device event0 with output DPI-1 (none by udev)
weston | [15:01:59.440] Output 'DPI-1' enabled with head(s) DPI-1
weston | [15:01:59.440] Chosen EGL config details:
weston | RGBA bits: 8 8 8 0
weston | swap interval range: 1 - 1
weston | [15:01:59.441] No backlight control for output 'HDMI-A-1'
weston | [15:01:59.441] Output HDMI-A-1 (crtc 41) video modes:
weston | 800x480@60.0, preferred, 29.6 MHz
weston | 640x480@75.0, current, 31.5 MHz
weston | 640x480@72.8, 31.5 MHz
weston | 640x480@60.0 4:3, 25.2 MHz
weston | 640x480@59.9, 25.2 MHz
weston | 720x400@70.1, 28.3 MHz
weston | [15:01:59.441] Output 'HDMI-A-1' enabled with head(s) HDMI-A-1
weston | [15:01:59.441] Compositor capabilities:
weston | arbitrary surface rotation: yes
weston | screen capture uses y-flip: yes
weston | presentation clock: CLOCK_MONOTONIC, id 1
weston | presentation clock resolution: 0.000000001 s
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing HooksService" logger=server
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing OSSLicensingService" logger=server
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing InternalMetricsService" logger=server
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing RemoteCache" logger=server
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing RenderingService" logger=server
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing AlertEngine" logger=server
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing QuotaService" logger=server
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing ServerLockService" logger=server
weston | [15:01:59.447] Loading module '/usr/lib/arm-linux-gnueabihf/weston/desktop-shell.so'
weston | [15:01:59.453] launching '/usr/lib/weston/weston-keyboard'
weston | [15:01:59.459] Loading module '/usr/lib/arm-linux-gnueabihf/libweston-5/xwayland.so'
weston | [15:01:59.633] Registered plugin API 'weston_xwayland_v1' of size 16
weston | [15:01:59.633] Registered plugin API 'weston_xwayland_surface_v1' of size 8
weston | [15:01:59.641] xserver listening on display :1
weston | [15:01:59.641] launching '/usr/lib/weston/weston-desktop-shell'
weston | could not load cursor 'dnd-move'
weston | could not load cursor 'dnd-copy'
weston | could not load cursor 'dnd-none'
weston | could not load cursor 'dnd-move'
weston | could not load cursor 'dnd-copy'
weston | could not load cursor 'dnd-none'
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing LoginService" logger=server
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing SearchService" logger=server
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing TracingService" logger=server
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing UsageStatsService" logger=server
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing CleanUpService" logger=server
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing NotificationService" logger=server
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS
grafana | t=2020-08-03T15:02:07+0000 lvl=warn msg="phantomJS is deprecated and will be removed in a future release. You should consider migrating from phantomJS to grafana-image-renderer plugin. Read more at https://grafana.com/docs/grafana/latest/administration/image_rendering/" logger=rendering renderer=phantomJS
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="Initializing Stream Manager"
grafana | t=2020-08-03T15:02:07+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=http subUrl= socket=
kiosk |
kiosk | (chromium:1): Gtk-WARNING **: 15:02:15.076: cannot open display: :0
kiosk exited with code 1
Thank you for your help. If you need any additional information, please let me know!