Posts by Knorz

    Hello, you can configure the cec settings via settings -> system -> input devices -> peripherals. Revert any changes and start with the config.txt under /flash

    These are the steps that worked for me:

    Remount /flash as writeable:

    mount -o remount,rw /flash

    Edit the config.txt

    nano /flash/config.txt

    i added hdmi_edid_file=1 and uncomment hdmi_force_hotplug=1 , change or uncommnet nothing else

    exit nano and write changes.

    Next create the edid file with direct connection to your tv:

    tvservice -d edid.dat

    and copy the file to /flash

    cp edid.dat /flash

    make /flash readonly

    mount -o remount,ro /flash

    I have rebooted the pi several times, with tv on/off, avr on/off and have always all needed screenmodes like 24hz.

    Hello, i have exactly the same problem with a raspberry 3 with libreelec 7.0.3 connected to a onkyo tx-nr636 and a Panasonic Cxw804. Have you tried to enter the correct HDMI port under the libcec configuration? In my setup the avr is connected to the TV HDMI port 2. After reboot the raspberry i can select refresh rates like 23,976 ... also the refresh rate now switches to the correct rate that matches the movie fps.

    Have you tried this:

    Raspberry Pi FAQ - Official Kodi Wiki