all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#63237: Sway fails to start
@ 2023-05-02 19:33 Simon Streit
  2023-05-02 20:18 ` Simon Streit
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Streit @ 2023-05-02 19:33 UTC (permalink / raw)
  To: 63237

Since checkout 5bfce83dc4cddfdbb9f4bef06a26dbfe525c2838 sway at version
1.8 fails to start.  GDM's log says:

--8<---------------cut here---------------start------------->8---
libEGL warning: Not allowed to force software rendering when API explicitly selects a hardware device.
libEGL warning: MESA-LOADER: failed to open crocus: /gnu/store/9pypr3c3y379shbwm9ilb4pik9mkfd83-mesa-22.2.4/lib/dri/crocus_dri.so: cannot open shared object file: No such file or directory (search paths /gnu/store/9pypr3c3y379shbwm9ilb4pik9mkfd83-mesa-22.2.4/lib/dri, suffix _dri)

00:00:00.029 [ERROR] [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to load driver"
00:00:00.029 [ERROR] [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "eglInitialize"
00:00:00.029 [ERROR] [wlr] [render/egl.c:264] Failed to initialize EGL
00:00:00.029 [ERROR] [wlr] [render/egl.c:554] Failed to initialize EGL context
00:00:00.029 [ERROR] [wlr] [render/gles2/renderer.c:679] Could not initialize EGL
00:00:00.029 [ERROR] [wlr] [render/wlr_renderer.c:333] Could not initialize renderer
00:00:00.029 [ERROR] [sway/server.c:79] Failed to create renderer
--8<---------------cut here---------------end--------------->8---

Anyone else run into this yet?


Kind regards
Simon




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#63237: Sway fails to start
  2023-05-02 19:33 bug#63237: Sway fails to start Simon Streit
@ 2023-05-02 20:18 ` Simon Streit
  2023-05-02 20:26   ` Jack Hill
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Streit @ 2023-05-02 20:18 UTC (permalink / raw)
  To: 63237

Simon Streit <simon@netpanic.org> writes:

> Since checkout 5bfce83dc4cddfdbb9f4bef06a26dbfe525c2838 sway at version
> 1.8 fails to start.  GDM's log says:

The previous error message is not quite right.  I still had
LIBGL_ALWAYS_SOFTWARE enabled.  The log file now has:

--8<---------------cut here---------------start------------->8---
libEGL warning: MESA-LOADER: failed to open crocus: /gnu/store/9pypr3c3y379shbwm9ilb4pik9mkfd83-mesa-22.2.4/lib/dri/crocus_dri.so: cannot open shared object file: No such file or directory (search paths /gnu/store/9pypr3c3y379shbwm9ilb4pik9mkfd83-mesa-22.2.4/lib/dri, suffix _dri)

00:00:00.029 [ERROR] [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to load driver"
libEGL warning: MESA-LOADER: failed to open crocus: /gnu/store/9pypr3c3y379shbwm9ilb4pik9mkfd83-mesa-22.2.4/lib/dri/crocus_dri.so: cannot open shared object file: No such file or directory (search paths /gnu/store/9pypr3c3y379shbwm9ilb4pik9mkfd83-mesa-22.2.4/lib/dri, suffix _dri)

00:00:00.032 [ERROR] [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to load driver"
00:00:00.032 [ERROR] [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "eglInitialize"
00:00:00.032 [ERROR] [wlr] [render/egl.c:264] Failed to initialize EGL
00:00:00.032 [ERROR] [wlr] [render/egl.c:554] Failed to initialize EGL context
00:00:00.032 [ERROR] [wlr] [render/gles2/renderer.c:679] Could not initialize EGL
00:00:00.032 [ERROR] [wlr] [render/wlr_renderer.c:333] Could not initialize renderer
00:00:00.032 [ERROR] [sway/server.c:79] Failed to create renderer
--8<---------------cut here---------------end--------------->8---




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#63237: Sway fails to start
  2023-05-02 20:18 ` Simon Streit
@ 2023-05-02 20:26   ` Jack Hill
  2023-05-08 18:45     ` [bug#63237] " Simon Streit
  0 siblings, 1 reply; 4+ messages in thread
From: Jack Hill @ 2023-05-02 20:26 UTC (permalink / raw)
  To: Simon Streit; +Cc: 63237

On Tue, 2 May 2023, Simon Streit wrote:

> Simon Streit <simon@netpanic.org> writes:
>
>> Since checkout 5bfce83dc4cddfdbb9f4bef06a26dbfe525c2838 sway at version
>> 1.8 fails to start.  GDM's log says:
>
> The previous error message is not quite right.  I still had
> LIBGL_ALWAYS_SOFTWARE enabled.  The log file now has:
>
> --8<---------------cut here---------------start------------->8---
> libEGL warning: MESA-LOADER: failed to open crocus: /gnu/store/9pypr3c3y379shbwm9ilb4pik9mkfd83-mesa-22.2.4/lib/dri/crocus_dri.so: cannot open shared object file: No such file or directory (search paths /gnu/store/9pypr3c3y379shbwm9ilb4pik9mkfd83-mesa-22.2.4/lib/dri, suffix _dri)

Simon,

Yikes, that sounds like an annoying problem.

Based on the crocus_dri name, I think you might be experiencing a known 
problem. Fortunately, there is a fix [0] awaiting review.

[0] https://issues.guix.gnu.org/63128

Best,
Jack




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#63237] Sway fails to start
  2023-05-02 20:26   ` Jack Hill
@ 2023-05-08 18:45     ` Simon Streit
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Streit @ 2023-05-08 18:45 UTC (permalink / raw)
  To: Jack Hill; +Cc: 63237

Jack Hill <jackhill@jackhill.us> writes:

> On Tue, 2 May 2023, Simon Streit wrote:
>
>> Simon Streit <simon@netpanic.org> writes:
>>
>>> Since checkout 5bfce83dc4cddfdbb9f4bef06a26dbfe525c2838 sway at version
>>> 1.8 fails to start.  GDM's log says:
>>
>> The previous error message is not quite right.  I still had
>> LIBGL_ALWAYS_SOFTWARE enabled.  The log file now has:
>>
>
> Yikes, that sounds like an annoying problem.

Thanks to roll backs and generations it can't be that bad when things
don't work out as expected.  Commit
0be7838105806819f4586ec9130382a66a22880e fixes this.  Sway's back and
finally I can use Gnome too with proper rendering.

This bug can be closed. 

Cheers
Simon 




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-08 18:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-02 19:33 bug#63237: Sway fails to start Simon Streit
2023-05-02 20:18 ` Simon Streit
2023-05-02 20:26   ` Jack Hill
2023-05-08 18:45     ` [bug#63237] " Simon Streit

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.