mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Separate x11 and GBM Generic devices
This commit is contained in:
parent
85b190b30f
commit
602fa37aea
@ -211,11 +211,6 @@
|
|||||||
# Windowmanager to use (fluxbox / none)
|
# Windowmanager to use (fluxbox / none)
|
||||||
WINDOWMANAGER="fluxbox"
|
WINDOWMANAGER="fluxbox"
|
||||||
|
|
||||||
# Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia)
|
|
||||||
# Space separated list is supported,
|
|
||||||
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia"
|
|
||||||
GRAPHIC_DRIVERS="r300 r600 radeonsi iris i915 i965 nvidia nvidia-legacy vmware virtio"
|
|
||||||
|
|
||||||
# build and install remote support (yes / no)
|
# build and install remote support (yes / no)
|
||||||
REMOTE_SUPPORT="yes"
|
REMOTE_SUPPORT="yes"
|
||||||
|
|
||||||
|
19
projects/Generic/devices/Generic-legacy/options
Normal file
19
projects/Generic/devices/Generic-legacy/options
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# OpenGL(X) implementation to use (no / mesa)
|
||||||
|
OPENGL="mesa"
|
||||||
|
|
||||||
|
# OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q)
|
||||||
|
OPENGLES="no"
|
||||||
|
|
||||||
|
# Displayserver to use (x11 / no)
|
||||||
|
DISPLAYSERVER="x11"
|
||||||
|
|
||||||
|
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||||
|
KODIPLAYER_DRIVER="default"
|
||||||
|
|
||||||
|
# set the addon project
|
||||||
|
ADDON_PROJECT="Generic"
|
||||||
|
|
||||||
|
# Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia)
|
||||||
|
# Space separated list is supported,
|
||||||
|
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia"
|
||||||
|
GRAPHIC_DRIVERS="r300 r600 radeonsi iris i915 i965 nvidia nvidia-legacy vmware virtio"
|
19
projects/Generic/devices/Generic/options
Normal file
19
projects/Generic/devices/Generic/options
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# OpenGL(X) implementation to use (no / mesa)
|
||||||
|
OPENGL="no"
|
||||||
|
|
||||||
|
# OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q)
|
||||||
|
OPENGLES="mesa"
|
||||||
|
|
||||||
|
# Displayserver to use (x11 / no)
|
||||||
|
DISPLAYSERVER="no"
|
||||||
|
|
||||||
|
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
||||||
|
KODIPLAYER_DRIVER="mesa"
|
||||||
|
|
||||||
|
# set the addon project
|
||||||
|
ADDON_PROJECT="Generic"
|
||||||
|
|
||||||
|
# Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia)
|
||||||
|
# Space separated list is supported,
|
||||||
|
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia"
|
||||||
|
GRAPHIC_DRIVERS="r300 r600 radeonsi iris i915 i965 vmware virtio"
|
@ -50,18 +50,6 @@
|
|||||||
# build and install ALSA Audio support (yes / no)
|
# build and install ALSA Audio support (yes / no)
|
||||||
ALSA_SUPPORT="yes"
|
ALSA_SUPPORT="yes"
|
||||||
|
|
||||||
# OpenGL(X) implementation to use (no / mesa)
|
|
||||||
OPENGL="mesa"
|
|
||||||
|
|
||||||
# OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q)
|
|
||||||
OPENGLES="no"
|
|
||||||
|
|
||||||
# Displayserver to use (x11 / no)
|
|
||||||
DISPLAYSERVER="x11"
|
|
||||||
|
|
||||||
# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap)
|
|
||||||
KODIPLAYER_DRIVER="default"
|
|
||||||
|
|
||||||
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
|
# additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware"
|
# e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user