From 3c3261fd1b058610e431c2c6297812ffe974f88b Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 29 Oct 2017 12:59:41 +0000 Subject: [PATCH] config/graphic: enable COMPOSITE for vmwgfx Just like all the other open-source xorg drivers, vmwgfx makes use of the composite extension. --- config/graphic | 1 + 1 file changed, 1 insertion(+) diff --git a/config/graphic b/config/graphic index 10c924a677..b510c3982c 100644 --- a/config/graphic +++ b/config/graphic @@ -73,6 +73,7 @@ get_graphicdrivers() { if [ "$drv" = "vmware" ]; then GALLIUM_DRIVERS="$GALLIUM_DRIVERS,svga" XORG_DRIVERS="$XORG_DRIVERS vmware" + COMPOSITE_SUPPORT="yes" fi if [ "$drv" = "virtio" ]; then