Posts by chewitt

    Amlogic support in Kodi is/was massively impacted by the VideoPlayer changes in Krypton and it's not far off a ground-up rewrite. It is improving but still quite a bit of effort to be made. It is likely that Generic/Pi devices enter LE beta and maybe even release while Amlogic things continue in Alpha for a while longer and follow their own sub-schedule. The good thing is we have a bunch of people starting to collaborate on Amlogic support instead of the historic situation where WeTek devs do 95% of the effort and others do the remaining 3-4% in isolation from each other. It's all a bit entangled and progress is slow, but we're making progress :)

    LE team are familiar with Lakka and it's main developer is part of our extended collaboration team. Lakka is originally derived from OpenELEC but has emphasis on support for older hardware (e.g. 32-bit x86). The GPU/graphics needs for retroplayer are much lower than Kodi which allows Lakka to run on a wider range of low-cost maker-board devices.

    You should be able to use the installer USB stick to install to another USB stick (it's dumb, don't ask) so you don't disturb the 7.0.2 install. You need to copy the default xorg-nvidia.conf from /etc/X11 to /storage/.config/xorg.conf and edit to set modedebug=true, then reboot and the now-debug and lengthy logfile will be in /var/log/Xorg.0.log.


    libreelec krypton seems to have problems with two gfx cards. i had the same issue, because i have an onboard nvidia 8800 and a amd radeon 4xxx in my htpc.
    after installing krypton i also got the xorg failed to start error (never had this on previous versions), researched and tried for hours. like 1 out of 10 reboots it booted into kodi.
    i created a udev rule for the nvidia onboard gfx card like in this thread claimed and it works for me:
    LibreELEC

    If you wanted to use multiple GPU's in an LE box you'd need identical GPU devices or at least two cards that use the same GPU driver as the Xorg start process doesn't handle multiple active drivers. Even then you'd only get duplicate output as Kodi only outputs video to one display; there's no split screen modes available.

    If you change the setting via xrandr Kodi responds to the Xorg forced change but does not save it. To save it you'll have to force the change to 0xe4 and then go into Kodi settings and set the same 30.00 setting there. It should then be saved; do "systemctl restart kodi.service" and Kodi should start up in 1080p/30 on reboot.

    The kodi-xrandr output looks like a listing of all possible HDMI modes rather than a normal (more limited) EDID based listing of the actual modes supported by the connected TV. Do you have the NUC connected to the TV via an AVR or any kind of video switching device?

    BTRFS has some nice features, but 99.999% of our users would have no clue why they're nice or how to use them, and attempting to expose them in a noob-friendly way requires complexity that we don't need for our "fairly dumb Kodi client" use-case. LE (and OE before) have a long-history of applying the Star Trek principle of "the needs of the many outweigh the needs of the few" when it comes to adding niche things.

    NB: I think we bumped the kernel and other plumbing things several times since the things in @lrusaks repo were compiled, so that's probably why the add-on in his repo stopped working. If you know how to self-build an LE image it should be "PROJECT=Blah ARCH=Blah scripts/create_addon nameofaddon" to create an up-to-date version.