From 8eed17227a2d1541c54abdb8498d69ba25ef0df6 Mon Sep 17 00:00:00 2001 From: Rolf Sievert <26115145+RolfSievert@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:15:46 +0200 Subject: Add `prefer_egl` debug option Some systems have rendering issues when using GLX rather than EGL. While this is usually due to a driver bug, it is helpful to provide a workaround for this by allowing people to prefer EGL over GLX. This patch adds the new `debug.prefer_egl` option to provide this workaround. Closes #7056. --- extra/man/alacritty.5.scd | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'extra/man') diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index 8d44e019..bc2c04f1 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -935,6 +935,13 @@ relied upon. Default: _false_ +*prefer_egl* + + Use EGL as display API if the current platform allows it. Note that + transparency may not work with EGL on Linux/BSD. + + Default: _false_ + # SEE ALSO *alacritty*(1), *alacritty-msg*(1), *alacritty-bindings*(5) -- cgit v1.2.3-54-g00ecf