Lakka-LibreELEC/projects/Generic/devices/wayland/options
Demetris Ierokipides 38f415fa13 We now have three x86_64 target images
- GBM for all Radeon/Amd Gpu's and very old and Unsupported Nvidia ones supported by mesa3d
- Wayland for all new Nvidia Gpu's supported by official nvidia driver
- Generic-legacy for all the old nvidia gpus supported the legacy nvidia driver
2022-10-11 21:45:25 +03:00

25 lines
777 B
Text

# OpenGL(X) implementation to use (mesa / no)
OPENGL="no"
# OpenGL-ES implementation to use (mesa / no)
OPENGLES="mesa"
# Vulkan implementation to use (vulkan-loader / no)
VULKAN="vulkan-loader"
# Displayserver to use (wl / x11 / no)
DISPLAYSERVER="wl"
# Windowmanager to use (fluxbox / sway / weston / no)
WINDOWMANAGER="sway"
# KODI Player implementation to use (mesa / default)
KODIPLAYER_DRIVER="mesa"
# set the addon project
ADDON_PROJECT="Generic"
# Mesa 3D Graphic / NVIDIA drivers to use (all / crocus,i915,iris,nvidia-ng,r300,r600,radeonsi,vmware,virtio)
# Space separated list is supported,
# e.g. GRAPHIC_DRIVERS="crocus i915 iris r300 r600 radeonsi vmware virtio"
GRAPHIC_DRIVERS="crocus i915 iris nvidia-ng r300 r600 radeonsi vmware virtio"