You are not logged in.
Pages: 1
Hi,
I've been using Alacritty for a while as a regular user but it stopped working a little while ago. Still fine if I run it as root though if I run X, start an xterm, 'sudo bash', and then run alacritty.
The output from glxinfo | grep -i opengl :
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) HD Graphics 5500 (BDW GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.3.2
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6 (Compatibility Profile) Mesa 20.3.2
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.3.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:Logging from alacritty -vvv with a user account:
[2021-01-14 11:38:35.218597949] [INFO ] [alacritty] Welcome to Alacritty
[2021-01-14 11:38:35.218669715] [INFO ] [alacritty] Configuration files loaded from:
"/home/paulhart/.config/alacritty/alacritty.yml"
[2021-01-14 11:38:35.226500708] [TRACE] [crossfont] Number of fonts is 14
[2021-01-14 11:38:35.226556731] [TRACE] [crossfont] Got font path="/home/paulhart/.fonts/TrueType/IBM-Plex-Mono/IBMPlexMono-Regular.ttf", index=0
[2021-01-14 11:38:35.226659332] [DEBUG] [crossfont] Loaded Face Face { ft_face: Font Face: Regular, load_flags: TARGET_LIGHT, render_mode: "Normal", lcd_filter: 1 }
[2021-01-14 11:38:35.227299427] [DEBUG] [alacritty] Estimated DPR: 2.25
[2021-01-14 11:38:35.227326671] [DEBUG] [alacritty] Estimated window size: None
[2021-01-14 11:38:35.227352210] [DEBUG] [alacritty] Estimated cell size: 9 x 20
[2021-01-14 11:38:35.298753814] [ERROR] [alacritty] Alacritty encountered an unrecoverable error:
Error creating GL context; Received multiple errors. Errors: `[NoAvailablePixelFormat, OsError("Couldn\'t setup vsync: expected interval `1` but got `0`")]`I also tried removing the Alacritty config; that didn't make any difference to the results.
Offline
Not sure how this relates to success with root but have you looked at https://github.com/alacritty/alacritty/issues/4491?
Offline
Oooh, that's a weird issue, but yes, creating a ~/.drirc with the vblank_mode set to 1 has resolved it. Thanks!
Offline
Same story here, Alacritty suddenly stopped working. I'm glad I've found a solution after approx. 2 months of figuring out what is wrong. Thanks
Offline
Pages: 1