From aace273fb111e4e9aa22a819d46cf95d8b9d9af4 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 29 Oct 2017 12:54:22 +0000 Subject: [PATCH] config/graphic: remove swrast when using the virtual GPU drivers The respective driver is already selected and build. --- config/graphic | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/graphic b/config/graphic index d3f13fea57..10c924a677 100644 --- a/config/graphic +++ b/config/graphic @@ -71,13 +71,11 @@ get_graphicdrivers() { fi if [ "$drv" = "vmware" ]; then - DRI_DRIVERS="$DRI_DRIVERS,swrast" GALLIUM_DRIVERS="$GALLIUM_DRIVERS,svga" XORG_DRIVERS="$XORG_DRIVERS vmware" fi if [ "$drv" = "virtio" ]; then - DRI_DRIVERS="$DRI_DRIVERS,swrast" GALLIUM_DRIVERS="$GALLIUM_DRIVERS,virgl" fi