From 9224e953e2f435b647d750cbaf443493f02144fa Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Mon, 26 Jul 2021 14:45:03 +0100 Subject: [PATCH] Revert "X11: enable hardware video acceleration in firefox" This reverts commit 3b34decb42fc4023ed916f9a1cf1b3aefe38c58f. Enabling EGL causes firefox to stop rendering when the compositor is stopped or restarted. Whilst there are supposed performance improvements, those are negated by bugs that make it unusable at the current time. Signed-off-by: Joe Groocock --- X11/xprofile | 2 -- 1 file changed, 2 deletions(-) diff --git a/X11/xprofile b/X11/xprofile index df7b5bb..9abd376 100644 --- a/X11/xprofile +++ b/X11/xprofile @@ -11,8 +11,6 @@ export XDG_CURRENT_DESKTOP="GNOME" # Fixes xdg-open # https://www.reddit.com/r/linux/comments/72mfv8/psa_for_firefox_users_set_moz_use_xinput21_to/ export MOZ_USE_XINPUT2=1 # enable pixel-accurate scrolling in firefox -# https://wiki.archlinux.org/index.php/firefox#Hardware_video_acceleration -export MOZ_X11_EGL=1 # Load Xorg resources and set the DPI