Posts by Bloksel

    I recently bought an Asrock Beebox N3150 and have the following problem. My Samsung TV has a very slow startup and when I use my Harmony remote to start both the TV and Beebox, the Beebox is faster then the TV and Libreelec v7.0.2 does not seem to get the correct EDID string each first boot. So I see a black screen (No signal). When I connect to Libreelec with VNC, I see that the resolution is 1024x768p, which my TV does not seem to understand. After I reboot Libreelec with the TV on, everything works fine. But I would like not to have to do that.


    I already followed the procedure described here:
    Configuring a Custom xorg.conf - OpenELEC

    Since I could not find extlinux.conf, I changed syslinux.cfg to:

    Code
    DEFAULT linux
    PROMPT 0
     
    LABEL linux
     KERNEL /KERNEL
     APPEND boot=LABEL=System disk=LABEL=Storage  quiet initrd=/edid.cpio drm_kms_helper.edid_firmware=HDMI-A-3:edid/edid.bin video=HDMI-A-3:D

    And above combined with what I found here:
    Forcing a resolution when no TV is connected - Phoronix Forums
    this is my current xorg.conf file:

    Does someone know how I can force Libreelec to a resolution my TV understands even if my TV is off when Libreelec is started?