Posts by leobaillard

    Hi!

    I'm trying to cross-compile a RPi4 version of LibreElec with x11 support (I'd like to be able to use xrandr and other X related stuff for a project I'm working on). I don't know if that's the right approach, but I changed the build options to include x11 by setting DISPLAYSERVER="x11".

    The build was going along nicely until it tried building libxkbcommon and failed. I tried with 9.2.2 and 9.2.1 tags so far, doing a full clean inbetween. Here is the build log output for libxkbcommon:

    I've done a quick search for the error but could not find useful info as of yet.

    I'm open to ideas, an especially if what I'm doing if possible or if I did it wrong!

    Thanks!

    Ok, that's what I feared. Thanks for your answer!

    Is there a possibility to have Kodi run on Xorg instead of framebuffer directly while keeping the rest of LE intact? And if not, do you know if some of the bluetooth control logic that's implemented in LE could be transposed to Raspbian?

    Hi!

    I'm working on a project that uses a Raspberry Pi 4 and LibreELEC. For this project, I'd need to have a duplicated video output through the HDMI ports: the first one is connected to a 7" touchscreen used to control the interface, the second to a pair of video googles.

    I know that this is easily feasible using Xorg and xrandr, but as LibreELEC does not run with an X server on the Pi version, I'd like to know if there's another way. Maybe by duplicating the output of the framebuffer?

    I'm open to all possible solutions as long as I can keep the Kodi experience with LibreELEC management (especially for Bluetooth, WiFi and so on ; meaning I'd like to avoid having to use a desktop like Raspbian).

    Thanks for your ideas!