Slow startup due to Loading EGL on my laptop with arch linux #845
Replies: 1 comment 2 replies
-
This sounds like an issue with your EGL installation; the first log line is where wezterm resolves and dlopens the EGL library, the second is printed after it calls the initialize function in that library. The time elapsed is spent by EGL itself and is outside the control of wezterm. I'd suggest checking to make sure that you don't have eg: drivers for graphics cards that are not present on your system installed. I'd suggest trying: |
Beta Was this translation helpful? Give feedback.
-
The important part from the logs is this:
https://gist.github.com/lakinwecker/f97c33f60fb5197ed55801391866ae0a
This is a Dell XPS 15 with nvidia and integrated GPU, but I don't use the nvidia card at all. Other programs I use don't seem to have this issue, notably alacritty starts up very quickly.
Beta Was this translation helpful? Give feedback.
All reactions