-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I was having some trouble with having no more space left on the sd card, so I'd thought to use the opportunity to also update to debian trixie
(I'm running this on a raspberry pi 3B)
However, I ran into some issues with the labwc container which were not present on bookworm:
00:00:00.149 [INFO] [seatd/server.c:145] New client connected (pid: 1, uid: 1000, gid: 1000)
00:00:00.150 [INFO] [seatd/seat.c:239] Added client 1 to seat0
00:00:00.150 [INFO] [seatd/seat.c:563] Opened client 1 on seat0
libEGL warning: failed to open /dev/dri/renderD128: Permission denied
00:00:00.305 [ERROR] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to load driver"
libEGL warning: failed to open /dev/dri/renderD128: Permission denied
00:00:00.306 [ERROR] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to load driver"
00:00:00.315 [ERROR] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to load driver"
00:00:00.315 [ERROR] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "eglInitialize"
00:00:00.315 [ERROR] [render/egl.c:268] Failed to initialize EGL
00:00:00.315 [ERROR] [render/egl.c:571] Failed to initialize EGL context
00:00:00.315 [ERROR] [render/gles2/renderer.c:499] Could not initialize EGL
00:00:00.315 [ERROR] [render/wlr_renderer.c:272] Could not initialize renderer
00:00:00.315 [ERROR] [../src/server.c:505] unable to create renderer
00:00:00.482 [INFO] [seatd/client.c:496] Client disconnected
00:00:00.000 [INFO] [seatd/seatd.c:167] Removing leftover socket at /run/seatd.sock
00:00:00.001 [INFO] [seatd/seat.c:48] Created VT-bound seat seat0
00:00:00.001 [INFO] [seatd/seatd.c:194] seatd started
failed to connect to display
00:00:00.096 [INFO] [seatd/server.c:145] New client connected (pid: 1, uid: 1000, gid: 1000)
00:00:00.096 [INFO] [seatd/seat.c:239] Added client 1 to seat0
00:00:00.096 [INFO] [seatd/seat.c:563] Opened client 1 on seat0
libEGL warning: failed to open /dev/dri/renderD128: Permission denied
00:00:00.297 [ERROR] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to load driver"
libEGL warning: failed to open /dev/dri/renderD128: Permission denied
00:00:00.297 [ERROR] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to load driver"
00:00:00.342 [ERROR] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to load driver"
00:00:00.342 [ERROR] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "eglInitialize"
00:00:00.342 [ERROR] [render/egl.c:268] Failed to initialize EGL
00:00:00.342 [ERROR] [render/egl.c:571] Failed to initialize EGL context
00:00:00.342 [ERROR] [render/gles2/renderer.c:499] Could not initialize EGL
00:00:00.342 [ERROR] [render/wlr_renderer.c:272] Could not initialize renderer
00:00:00.342 [ERROR] [../src/server.c:505] unable to create renderer
00:00:00.000 [INFO] [seatd/seatd.c:167] Removing leftover socket at /run/seatd.sock
00:00:00.000 [INFO] [seatd/seat.c:48] Created VT-bound seat seat0
00:00:00.000 [INFO] [seatd/seatd.c:194] seatd started
failed to connect to display
failed to connect to display
failed to connect to display
I've tried googling the error, but was unable to pinpoint the exact cause. The error seems pretty common when running labwc inside docker.
Metadata
Metadata
Assignees
Labels
No labels