mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
26 lines
746 B
Plaintext
26 lines
746 B
Plaintext
# OpenGL(X) implementation to use (mesa / no)
|
|
OPENGL="mesa"
|
|
|
|
# OpenGL-ES implementation to use (mesa / no)
|
|
OPENGLES="no"
|
|
|
|
# Vulkan implementation to use (vulkan-loader / no)
|
|
VULKAN="no"
|
|
|
|
# Displayserver to use (weston / x11 / no)
|
|
DISPLAYSERVER="x11"
|
|
|
|
# Windowmanager to use (fluxbox / weston / no)
|
|
WINDOWMANAGER="fluxbox"
|
|
|
|
# KODI Player implementation to use (mesa / default)
|
|
KODIPLAYER_DRIVER="default"
|
|
|
|
# set the addon project
|
|
ADDON_PROJECT="Generic-legacy"
|
|
|
|
# Mesa 3D / Xorg Graphic drivers to use (all / crocus,i915,iris,radeonsi,nvidia,vmware,virtio)
|
|
# Space separated list is supported,
|
|
# e.g. GRAPHIC_DRIVERS="crocus i915 iris radeonsi nvidia vmware virtio"
|
|
GRAPHIC_DRIVERS="crocus i915 iris radeonsi nvidia vmware virtio"
|