mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
config/graphic: adjust for vmware driver
This commit is contained in:
parent
fdcd6db63d
commit
e42704e45d
@ -81,6 +81,9 @@ get_graphicdrivers() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$drv" = "vmware" ]; then
|
if [ "$drv" = "vmware" ]; then
|
||||||
|
DRI_DRIVERS="$DRI_DRIVERS,swrast"
|
||||||
|
GALLIUM_DRIVERS="$GALLIUM_DRIVERS,svga"
|
||||||
|
XORG_DRIVERS="$XORG_DRIVERS vmware"
|
||||||
XINERAMA_SUPPORT="yes"
|
XINERAMA_SUPPORT="yes"
|
||||||
# LLVM_SUPPORT="yes"
|
# LLVM_SUPPORT="yes"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user