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