From 1e389a97ff74b162b59fe5e3d752e46b6926bfc6 Mon Sep 17 00:00:00 2001 From: Grisly Glee <135624069+grislyglee@users.noreply.github.com> Date: Wed, 7 Jun 2023 22:02:54 +0300 Subject: [PATCH] Disable xshm gfx driver by default (#15359) --- qb/config.params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.params.sh b/qb/config.params.sh index 24d7013d36..f10527b3f1 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -151,7 +151,7 @@ HAVE_IMAGEVIEWER=yes # Built-in image viewer support. HAVE_MMAP=auto # MMAP support HAVE_QT=auto # Qt companion support C89_QT=no -HAVE_XSHM=auto # XShm video driver support +HAVE_XSHM=no # XShm video driver support HAVE_CHEEVOS=yes # Retro Achievements HAVE_LUA=no # Lua support (for Retro Achievements) HAVE_DISCORD=yes # Discord Integration