From 9d8e779ef5e4cae43c885c33f12c67877eed9ddc Mon Sep 17 00:00:00 2001 From: SupervisedThinking Date: Fri, 19 Nov 2021 14:08:43 +0100 Subject: [PATCH] projects/Generic: clean up & add crocus graphic driver --- projects/Generic/devices/Generic-legacy/options | 12 ++++++------ projects/Generic/devices/Generic/options | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/projects/Generic/devices/Generic-legacy/options b/projects/Generic/devices/Generic-legacy/options index e4a7104fa6..539d0b9531 100644 --- a/projects/Generic/devices/Generic-legacy/options +++ b/projects/Generic/devices/Generic-legacy/options @@ -1,19 +1,19 @@ -# OpenGL(X) implementation to use (no / mesa) +# OpenGL(X) implementation to use (mesa / no) OPENGL="mesa" -# OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q) +# OpenGL-ES implementation to use (mesa / no) OPENGLES="no" -# Displayserver to use (x11 / no) +# Displayserver to use (weston / x11 / no) DISPLAYSERVER="x11" -# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap) +# KODI Player implementation to use (mesa / default) KODIPLAYER_DRIVER="default" # set the addon project ADDON_PROJECT="Generic" -# Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia) +# 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 iris i915 i965 nvidia nvidia-legacy vmware virtio" + GRAPHIC_DRIVERS="r300 r600 radeonsi crocus iris i915 i965 nvidia nvidia-legacy vmware virtio" diff --git a/projects/Generic/devices/Generic/options b/projects/Generic/devices/Generic/options index 4498372421..e895d5186d 100644 --- a/projects/Generic/devices/Generic/options +++ b/projects/Generic/devices/Generic/options @@ -1,19 +1,19 @@ -# OpenGL(X) implementation to use (no / mesa) +# OpenGL(X) implementation to use (mesa / no) OPENGL="no" -# OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q) +# OpenGL-ES implementation to use (mesa / no) OPENGLES="mesa" -# Displayserver to use (x11 / no) +# Displayserver to use (weston / x11 / no) DISPLAYSERVER="no" -# KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap) +# KODI Player implementation to use (mesa / default) KODIPLAYER_DRIVER="mesa" # set the addon project ADDON_PROJECT="Generic" -# Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia) +# Mesa 3D Graphic drivers to use (all / crocus,i915,i965,iris,r200,r300,r600,radeonsi,vmware,virtio) # 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" +# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi" + GRAPHIC_DRIVERS="r300 r600 radeonsi crocus iris i915 i965 vmware virtio"