From 53bf7bab95f17897d5282de094888ef63696451b Mon Sep 17 00:00:00 2001
From: Olivier Fourdan <fourdan@xfce.org>
Date: Sun, 5 Apr 2020 16:55:41 +0200
Subject: [PATCH] compositor: Blacklist SVGA3D renderer

Bug: 16274

Blacklist the GL renderer "SVGA3D" to disable GL on Virtualbox.

Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
---
 src/compositor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/compositor.c b/src/compositor.c
index 087dc0e08..cb3ad94fd 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;
-- 
GitLab