mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
config/graphic: enable COMPOSITE for vmwgfx
Just like all the other open-source xorg drivers, vmwgfx makes use of the composite extension.
This commit is contained in:
parent
aace273fb1
commit
3c3261fd1b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user