Could not initialize EGLED (0x3001), message: "eglInitialize"o load driver"n"
Describe the bug Could not initialize EGLED (0x3001), message: "eglInitialize"o load driver"n"
To Reproduce I followed https://www.reddit.com/r/voidlinux/s/D91UNQEBjZ
Expected behavior wayfire starting
Screenshots or stacktrace If applicable, add screenshots to help explain your problem. If it is a crash, attach the backtrace (or the whole log file), Wayfire will print it in the end of the log file or stdout. Backtrace with address sanitizer enabled (if possible):
Wayfire version 0.9.0-unknown (Oct 10 2024) branch unknown I got it from xbps-install
Void Linux i5-3570 Nvidia Quadro T1000
Which nvidia drivers are you using and which version?
Also, to avoid confusions, please upload the full wayfire log. I am not sure how you are starting wayfire, if from the command line, you can simply redirect stdout/stderr to a file and upload it here. It includes driver versions and many other relevant pieces of information.
Sorry, here's the screenshot https://imgur.com/a/pxOUa1B
I don't know how to check gpu driver version. I tried glxinfo but it says Error: unable to open display
Are your monitors connected to the intel card only, or on the nvidia card as well?
I have only one monitor and it is plugged into the Nvidia GPU
It looks like your GPU might not support vulkan. You can try forcing Mesa to use the classic OpenGL driver instead of Zink.
In addition to @killown's suggestion you can also try forcing wayfire to ignore the intel gpu (as you don't use it): WLR_DRM_DEVICES=/dev/dri/card0 wayfire, though in all honesty this looks like a failure somewhere in the driver and maybe you'd want to use the nouveau / mesa developers for help here, as the error is lower in the stack, not in wayfire itself.
I get this exact output if I'm not in the 'video' group. what groups are you in and what are the permissions on /dev/dri/card* and /dev/video*?