Posts by tode

    OK,

    I finally managed to see the low resolution screen with the logs enabled.

    The log is https://paste.libreelec.tv/rational-crane.log

    This is the xrandr output:

    The problem happens randomly, when I start Kodi with AV Receiver and TV off,
    thanks for help,
    tode

    I think is correct now :)

    grub:

    Code
    menuentry "LibreELEC edid" {
       search --no-floppy --set=root --fs-uuid e2a66b6d-8b16-44a0-b051-2396c0db69b3
       linux /KERNEL boot=UUID=e2a66b6d-8b16-44a0-b051-2396c0db69b3 disk=UUID=3310112e-be99-4319-81ac-571af07148af quiet drm.edid_firmware=DP-1:edid/edid.bin video=DP-1:D
       initrd /edid.cpio 
    }

    dmesg:

    Code
    # dmesg | grep edid
    [    0.000000] Command line: BOOT_IMAGE=/KERNEL boot=UUID=e2a66b6d-8b16-44a0-b051-2396c0db69b3 disk=UUID=3310112e-be99-4319-81ac-571af07148af quiet drm.edid_firmware=DP-1:edid/edid.bin video=DP-1:D
    [    0.044354] Kernel command line: root=/dev/ram0 rdinit=/init usbcore.autosuspend=-1 BOOT_IMAGE=/KERNEL boot=UUID=e2a66b6d-8b16-44a0-b051-2396c0db69b3 disk=UUID=3310112e-be99-4319-81ac-571af07148af quiet drm.edid_firmware=DP-1:edid/edid.bin video=DP-1:D
    [    0.635263] [drm] Got external EDID base block and 1 extension from "edid/edid.bin" for connector "DP-1"
    [    0.843937] [drm] Got external EDID base block and 1 extension from "edid/edid.bin" for connector "DP-1"
    [    0.891825] [drm] Got external EDID base block and 1 extension from "edid/edid.bin" for connector "DP-1"
    [    7.939040] [drm] Got external EDID base block and 1 extension from "edid/edid.bin" for connector "DP-1"

    Thank you mglae ,
    I'm going to test it in few days and i'll give feedback,
    tode

    Thanks mglae ,

    in attach my complete dmesg and the edid.cpio I put in "/flash/" dir.

    I also have the "edid.bin" file in "/storage/.config/firmware/edid/edid.bin": I think this is the one found at time 14.104286 in dmesg.

    Code
    # find / | grep edid.bin
    /run/kernel-overlays/firmware/edid/edid.bin
    /storage/cpio/lib/firmware/edid/edid.bin
    /storage/.config/firmware/edid/edid.bin

    The problem I have is occurring randomly: this boot I didn't have the black screen.

    Thanks for help,
    tode

    Hi,

    I have a dual-boot (Ubuntu + LibreElec 11.0.4) NUC8i5BEK system with Yamaha AV Receiver and Sony Full-HD TV.
    When I boot I have all devices turned off: the NUC turn all on via USB-CEC adapter.
    But i get (randomly) a blank screen; to see LE screen I need to reboot (via Kore).

    So I think I need a custom EDID file to load on boot. I followed the official instructions at https://wiki.libreelec.tv/configuration/edid :

    • find connected device (card0-DP-1)
    • create edid.cpio file
    • save edid.cpio in /flash/

    but then I need to load it via grub, configured in ubuntu partition.

    This is my grub setup:

    Code
    menuentry "LibreELEC edid" {
       search --no-floppy --set=root --fs-uuid e2a66b6d-xxxx-2396c0db69b3
       linux /KERNEL boot=UUID=e2a66b6d-xxxx-2396c0db69b3 disk=UUID=3310112e-xxxx-571af07148af quiet initrd=/edid.cpio drm_kms_helper.edid_firmware=DP-1:edid/edid.bin video=DP-1:D
    }

    but the edid file is not loaded.
    This is the dmesg log:

    Any help?

    Thanks a lot,
    tode

    Just connected a Logitech K400 Plus keyboard with touchpad: the touchpad/mouse doesn't work.

    It works with other PC Linux or Windows.

    In attach my dmesg.

    The device is recognized with no problem:

    Code
    [    3.420008] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1/input2
    ...
    [    3.542920] input: Logitech K400 Plus as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:404D.0004/input/input4
    [    3.543011] logitech-hidpp-device 0003:046D:404D.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech K400 Plus] on usb-0000:00:14.0-1:1

    Could it be a conflict with libcec, recognized as mouse?

    Code
    [    3.798435] hid-generic 0003:2548:1002.0005: input,hidraw2: USB HID v1.10 Mouse [Pulse-Eight USB-CEC Adapter] on usb-0000:00:14.0-4/input2

    My configuration:

    • Intel NUC NUC8i5BEK
    • LibreElec 9.2.3 (Generic.x86_64)

    Thanks for help,

    tode