In project folder options script there is X11 and fluxbox selections. There is X11folder in packages folder. Are these options supported in S905 (kszaq) or RPI projects?
Thanks.
In project folder options script there is X11 and fluxbox selections. There is X11folder in packages folder. Are these options supported in S905 (kszaq) or RPI projects?
Thanks.
IIRC, no X11 with Amlogic :
"Amlogic doesn't use X, it uses EGL and there is no xorg nor xrandr."
In project folder options script there is X11 and fluxbox selections. There is X11folder in packages folder. Are these options supported in S905 (kszaq) or RPI projects?Thanks.
Hi!
I think that you are talking about this file:
LibreELEC.tv/options at libreelec-7.0 · kszaq/LibreELEC.tv · GitHub
xorg is usually avoided on LibreELEC builds. Is used on generic and virtual projects.
LibreELEC.tv/options at libreelec-7.0 · kszaq/LibreELEC.tv · GitHub
Hi!
I think that you are talking about this file:LibreELEC.tv/options at libreelec-7.0 · kszaq/LibreELEC.tv · GitHub
xorg is usually avoided on LibreELEC builds. Is used on generic and virtual projects.
LibreELEC.tv/options at libreelec-7.0 · kszaq/LibreELEC.tv · GitHub
Correct. I understand that libreelec does not mean to include X & WM since they are very big in size and LE is for kodi specificly. But if we set these options. Do they compile and work for S905, if anyone has tried?
Correct. I understand that libreelec does not mean to include X & WM since they are very big in size and LE is for kodi specificly. But if we set these options. Do they compile and work for S905, if anyone has tried?
I think that nobody has tried to compile X11 for ARM systems on libreelec/openelec, too many dependencies, maybe a different kernel, ect... and no benefits to normal users that need just enough OS for Kodi.
If you are interested in a full Debian system with X11 server, try this.
Compiling X11 shouldn't be a problem at all, everything is already packaged. Depends if you want to put an effort into learning the build system.
Would probably require different opengles libs as the ones we use are explicitly for use without x11 iirc