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