distribution/projects/PC/devices/JELOS/options

35 lines
971 B
Text
Raw Normal View History

2022-07-01 20:17:33 +00:00
# kernel command line
2022-07-01 20:25:26 +00:00
EXTRA_CMDLINE="quiet console=tty0 fbcon=rotate:1 ssh consoleblank=0" # systemd.show_status=0 loglevel=0 panic=20
2022-07-01 20:17:33 +00:00
# Partition label
2022-07-01 18:56:04 +00:00
PARTITION_TABLE="msdos"
# OpenGL(X) implementation to use (mesa / no)
2022-07-01 20:17:33 +00:00
OPENGL="mesa"
2022-07-01 18:56:04 +00:00
# OpenGL-ES implementation to use (mesa / no)
OPENGLES="mesa"
# Vulkan implementation to use (vulkan-loader / no)
2022-07-01 20:17:33 +00:00
VULKAN="vulkan-loader"
2022-07-01 18:56:04 +00:00
2022-07-02 01:39:43 +00:00
# VULKAN_SUPPORT
VULKAN_SUPPORT="yes"
2022-07-01 18:56:04 +00:00
# Displayserver to use (weston / x11 / no)
DISPLAYSERVER="no"
# Windowmanager to use (fluxbox / weston / no)
2022-07-02 01:39:43 +00:00
WINDOWMANAGER="none"
2022-07-01 18:56:04 +00:00
# KODI Player implementation to use (mesa / default)
KODIPLAYER_DRIVER="mesa"
# set the addon project
ADDON_PROJECT="Generic"
# Mesa 3D Graphic drivers to use (all / crocus,i915,iris,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 r300 r600 radeonsi vmware virtio"