From b080b1867ac329860e14254e200591d177861286 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 18 Apr 2022 18:58:03 +0000 Subject: libreoffice: add Mesa DRI workaround for Intel cards to the profile script --- libreoffice/build/profile.d/libreoffice.csh | 3 +++ libreoffice/build/profile.d/libreoffice.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/libreoffice/build/profile.d/libreoffice.csh b/libreoffice/build/profile.d/libreoffice.csh index 6d9480a5..f189d97f 100755 --- a/libreoffice/build/profile.d/libreoffice.csh +++ b/libreoffice/build/profile.d/libreoffice.csh @@ -7,3 +7,6 @@ #setenv SAL_USE_VCLPLUGIN kf5 #setenv SAL_USE_VCLPLUGIN qt5 +# To work around Mesa DRI issues with Intel GPUs, un-comment this: +#setenv MESA_LOADER_DRIVER_OVERRIDE i965 + diff --git a/libreoffice/build/profile.d/libreoffice.sh b/libreoffice/build/profile.d/libreoffice.sh index 680f2069..a26b6e27 100755 --- a/libreoffice/build/profile.d/libreoffice.sh +++ b/libreoffice/build/profile.d/libreoffice.sh @@ -6,3 +6,6 @@ #export SAL_USE_VCLPLUGIN=gtk3_kde5 #export SAL_USE_VCLPLUGIN=kf5 #export SAL_USE_VCLPLUGIN=qt5 + +# To work around Mesa DRI issues with Intel GPUs, un-comment this: +#MESA_LOADER_DRIVER_OVERRIDE=i965 -- cgit v1.2.3