[Xfce4-commits] [xfce/xfwm4] 13/18: compositor: Blacklist SVGA3D renderer
noreply at xfce.org
noreply at xfce.org
Sat Apr 11 17:58:49 CEST 2020
This is an automated email from the git hooks/post-receive script.
o l i v i e r p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/xfwm4.
commit e0391a3dbac510af13c6df3438b0bfd9ee01dfa8
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Sun Apr 5 16:55:41 2020 +0200
compositor: Blacklist SVGA3D renderer
Bug: 16274
Blacklist the GL renderer "SVGA3D" to disable GL on Virtualbox.
Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
(cherry picked from commit 53bf7bab95f17897d5282de094888ef63696451b)
---
src/compositor.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/compositor.c b/src/compositor.c
index 8aa9991..2e58a2d 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -1061,6 +1061,7 @@ check_glx_renderer (ScreenInfo *screen_info)
"Software Rasterizer",
"Mesa X11",
"llvmpipe",
+ "SVGA3D",
NULL
};
int i;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list