mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
distribution/projetcs: updated displayserver & windowmanager opts
- changed x11 to wl as suitable displayserver option for ARM based projects - changed the WINDOWMANAGER var from "none" to "no" if it's not in use to us the same naming scheme as for all other vars - set the WINDOWMANAGER for generic/wayland to weston
This commit is contained in:
parent
2cbf30d3b9
commit
5c5d96605f
@ -105,9 +105,6 @@
|
|||||||
# build and install hfs filesystem utilities (yes / no)
|
# build and install hfs filesystem utilities (yes / no)
|
||||||
HFSTOOLS="no"
|
HFSTOOLS="no"
|
||||||
|
|
||||||
# Windowmanager to use (fluxbox / none)
|
|
||||||
WINDOWMANAGER="none"
|
|
||||||
|
|
||||||
# Xorg Graphic drivers to use (all / r300,r600,nvidia)
|
# Xorg Graphic drivers to use (all / r300,r600,nvidia)
|
||||||
GRAPHIC_DRIVERS="mesa"
|
GRAPHIC_DRIVERS="mesa"
|
||||||
|
|
||||||
@ -147,8 +144,11 @@
|
|||||||
# OpenGL(X) implementation to use (no / mesa)
|
# OpenGL(X) implementation to use (no / mesa)
|
||||||
OPENGL="no"
|
OPENGL="no"
|
||||||
|
|
||||||
# Displayserver to use (x11 / no)
|
# Displayserver to use (wl / no)
|
||||||
DISPLAYSERVER="no"
|
DISPLAYSERVER="no"
|
||||||
|
|
||||||
|
# Windowmanager to use (weston / no)
|
||||||
|
WINDOWMANAGER="no"
|
||||||
|
|
||||||
# additional Firmware to use
|
# additional Firmware to use
|
||||||
FIRMWARE=""
|
FIRMWARE=""
|
||||||
|
@ -37,11 +37,11 @@
|
|||||||
# OpenGL(X) implementation to use (no / mesa)
|
# OpenGL(X) implementation to use (no / mesa)
|
||||||
OPENGL="no"
|
OPENGL="no"
|
||||||
|
|
||||||
# Displayserver to use (x11 / no)
|
# Displayserver to use (wl / no)
|
||||||
DISPLAYSERVER="no"
|
DISPLAYSERVER="no"
|
||||||
|
|
||||||
# Windowmanager to use (ratpoison / fluxbox / none)
|
# Windowmanager to use (weston / no)
|
||||||
WINDOWMANAGER="none"
|
WINDOWMANAGER="no"
|
||||||
|
|
||||||
# Xorg Graphic drivers to use (all / lima,panfrost)
|
# Xorg Graphic drivers to use (all / lima,panfrost)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
@ -46,11 +46,11 @@
|
|||||||
# OpenGL(X) implementation to use (no / mesa)
|
# OpenGL(X) implementation to use (no / mesa)
|
||||||
OPENGL="no"
|
OPENGL="no"
|
||||||
|
|
||||||
# Displayserver to use (x11 / no)
|
# Displayserver to use (wl / no)
|
||||||
DISPLAYSERVER="no"
|
DISPLAYSERVER="no"
|
||||||
|
|
||||||
# Windowmanager to use (fluxbox / none)
|
# Windowmanager to use (weston / no)
|
||||||
WINDOWMANAGER="none"
|
WINDOWMANAGER="no"
|
||||||
|
|
||||||
# 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,
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
# Displayserver to use (weston / x11 / no)
|
# Displayserver to use (weston / x11 / no)
|
||||||
DISPLAYSERVER="no"
|
DISPLAYSERVER="no"
|
||||||
|
|
||||||
# Windowmanager to use (fluxbox / none)
|
# Windowmanager to use (fluxbox / weston / no)
|
||||||
WINDOWMANAGER="none"
|
WINDOWMANAGER="no"
|
||||||
|
|
||||||
# KODI Player implementation to use (mesa / default)
|
# KODI Player implementation to use (mesa / default)
|
||||||
KODIPLAYER_DRIVER="mesa"
|
KODIPLAYER_DRIVER="mesa"
|
||||||
|
@ -4,11 +4,11 @@
|
|||||||
# OpenGL-ES implementation to use (mesa / no)
|
# OpenGL-ES implementation to use (mesa / no)
|
||||||
OPENGLES="mesa"
|
OPENGLES="mesa"
|
||||||
|
|
||||||
# Displayserver to use (weston / x11 / no)
|
# Displayserver to use (wl / x11 / no)
|
||||||
DISPLAYSERVER="weston"
|
DISPLAYSERVER="wl"
|
||||||
|
|
||||||
# Windowmanager to use (fluxbox / none)
|
# Windowmanager to use (fluxbox / weston / no)
|
||||||
WINDOWMANAGER="none"
|
WINDOWMANAGER="weston"
|
||||||
|
|
||||||
# KODI Player implementation to use (mesa / default)
|
# KODI Player implementation to use (mesa / default)
|
||||||
KODIPLAYER_DRIVER="mesa"
|
KODIPLAYER_DRIVER="mesa"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# Displayserver to use (weston / x11 / no)
|
# Displayserver to use (weston / x11 / no)
|
||||||
DISPLAYSERVER="x11"
|
DISPLAYSERVER="x11"
|
||||||
|
|
||||||
# Windowmanager to use (fluxbox / none)
|
# Windowmanager to use (fluxbox / weston / no)
|
||||||
WINDOWMANAGER="fluxbox"
|
WINDOWMANAGER="fluxbox"
|
||||||
|
|
||||||
# KODI Player implementation to use (mesa / default)
|
# KODI Player implementation to use (mesa / default)
|
||||||
|
@ -38,11 +38,11 @@
|
|||||||
# include uvesafb support (yes / no)
|
# include uvesafb support (yes / no)
|
||||||
UVESAFB_SUPPORT="no"
|
UVESAFB_SUPPORT="no"
|
||||||
|
|
||||||
# Displayserver to use (x11 / no)
|
# Displayserver to use (wl / no)
|
||||||
DISPLAYSERVER="no"
|
DISPLAYSERVER="no"
|
||||||
|
|
||||||
# Windowmanager to use (ratpoison / fluxbox / none)
|
# Windowmanager to use (weston / no)
|
||||||
WINDOWMANAGER="none"
|
WINDOWMANAGER="no"
|
||||||
|
|
||||||
# Xorg Graphic drivers to use (all / etnaviv)
|
# Xorg Graphic drivers to use (all / etnaviv)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
@ -66,11 +66,11 @@
|
|||||||
# include uvesafb support (yes / no)
|
# include uvesafb support (yes / no)
|
||||||
UVESAFB_SUPPORT="no"
|
UVESAFB_SUPPORT="no"
|
||||||
|
|
||||||
# Displayserver to use (x11 / no)
|
# Displayserver to use (wl / no)
|
||||||
DISPLAYSERVER="no"
|
DISPLAYSERVER="no"
|
||||||
|
|
||||||
# Windowmanager to use (ratpoison / fluxbox / none)
|
# Windowmanager to use (weston / no)
|
||||||
WINDOWMANAGER="none"
|
WINDOWMANAGER="no"
|
||||||
|
|
||||||
# Xorg Graphic drivers to use (all / freedreno)
|
# Xorg Graphic drivers to use (all / freedreno)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
@ -75,11 +75,11 @@
|
|||||||
# OpenGL-ES implementation to use (no / bcm2835-driver / mesa)
|
# OpenGL-ES implementation to use (no / bcm2835-driver / mesa)
|
||||||
OPENGLES="mesa"
|
OPENGLES="mesa"
|
||||||
|
|
||||||
# Displayserver to use (x11 / no)
|
# Displayserver to use (wl / no)
|
||||||
DISPLAYSERVER="no"
|
DISPLAYSERVER="no"
|
||||||
|
|
||||||
# Windowmanager to use (fluxbox / none)
|
# Windowmanager to use (weston / no)
|
||||||
WINDOWMANAGER="none"
|
WINDOWMANAGER="no"
|
||||||
|
|
||||||
# Xorg Graphic drivers to use (all / vc4 / none)
|
# Xorg Graphic drivers to use (all / vc4 / none)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
@ -44,11 +44,11 @@
|
|||||||
# OpenGL-ES implementation to use (no / libmali / mesa)
|
# OpenGL-ES implementation to use (no / libmali / mesa)
|
||||||
OPENGLES="${OPENGLES:-mesa}"
|
OPENGLES="${OPENGLES:-mesa}"
|
||||||
|
|
||||||
# Displayserver to use (weston / no)
|
# Displayserver to use (wl / no)
|
||||||
DISPLAYSERVER="no"
|
DISPLAYSERVER="no"
|
||||||
|
|
||||||
# Windowmanager to use (fluxbox / none)
|
# Windowmanager to use (weston / no)
|
||||||
WINDOWMANAGER="none"
|
WINDOWMANAGER="no"
|
||||||
|
|
||||||
# Xorg Graphic drivers to use (all / lima,panfrost)
|
# Xorg Graphic drivers to use (all / lima,panfrost)
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
|
@ -48,11 +48,11 @@
|
|||||||
# OpenGL(X) implementation to use (no / mesa)
|
# OpenGL(X) implementation to use (no / mesa)
|
||||||
OPENGL="no"
|
OPENGL="no"
|
||||||
|
|
||||||
# Displayserver to use (x11 / no)
|
# Displayserver to use (wl / no)
|
||||||
DISPLAYSERVER="no"
|
DISPLAYSERVER="no"
|
||||||
|
|
||||||
# Windowmanager to use (fluxbox / none)
|
# Windowmanager to use (weston / no)
|
||||||
WINDOWMANAGER="none"
|
WINDOWMANAGER="no"
|
||||||
|
|
||||||
# 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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user