Cris_ your kernel logs, also the one from LE10.0.0, are spammed with HDMI disconnect/connect events.
I highly recommend checking the cabling, reseating the HDMI cable and/or using a different one could do wonders.
so long,
Hias
Cris_ your kernel logs, also the one from LE10.0.0, are spammed with HDMI disconnect/connect events.
I highly recommend checking the cabling, reseating the HDMI cable and/or using a different one could do wonders.
so long,
Hias
On a RPi4, using 1080p hdmi out, the brightness is double what it was under 10.0.0, for both the UI and videos. This causes everything to look washed out.
Note: hdmi0 for video, hdmi1 for audio.
Thanks for the report, I could reproduce this here. It only happens when both HDMI ports are connected, with only one HDMI port connected the picture is fine. It's a bug in the RPi linux kernel, I've created an issue here: https://github.com/raspberrypi/linux/issues/4676
so long,
Hias
Cris_ according to your logs the drm.debug/video kernel command line parameters weren't active. Did you add them to cmdline.txt in a separate line?
Note that everything in cmdline.txt has to be on a single line, please add these after "quiet", separated by a blank, and redo the tests.
While you're at it it would also be interesting to see logs from LE 10.0.0 with drm.debug=0x04
so long,
Hias
Cris_ from your logs it looks like the RPi isn't detecting the AVR - HDMI shows up disconnected in modetest.
Can you try adding drm.debug=0x04 to the end of cmdline.txt?
pastekodi plus modetest outputs from a cold boot (RPi disconnected from power) would be great.
If you don't see the LE splash then ssh in and reboot. Do you see the LE splash now? If yes, please post pastekodi/modetest outputs of that, too.
Also try adding video=HDMI-A-1:1920x1080M@60D (note the "D" at the end) to cmdline.txt. Does this work? Again, pastekodi/modetest outputs would be great.
so long,
Hias
Please ssh in and post the output of "pastekodi" and "modetest | pastebinit" while running LE 10.0.1
so long,
Hias
Latest LE11 nightly RPi2 build from https://test.libreelec.tv/ should start fine on RPi zero 2 (LE10 would also work but we have no RPi2 builds yet).
Note though that 512MB RAM will be quite tight and you may run into out-of-memory issues.
so long,
Hias
Could you please elaborate on both the tinkering process and the drawbacks?
Simulateneous output was great for me with previous version, I'd like to do it again! My pulseaudio skills are limited but I guess that is the way, right?
I've never tried it myself but IIRC there were forum posts from others who did that and reported that audio was significantly delayed. The search function should help you find the posts.
so long,
Hias
YCbCr output isn't implemented in the graphics driver yet, so output will always be RGB 4:4:4, 8bit ATM.
The hdmi settings in config.txt won't have any effect and tvservice is also obsolete - newer tvservice versions will now show a warning instead of printing confusing and wrong info like "TV is off"
LibreELEC:~ # tvservice -s
tvservice is not supported when using the vc4-kms-v3d driver.
Similar features are available with standard linux tools
such as modetest from libdrm-tests.
"modetest" is included in LibreELEC and will show you what modes are available, the EDID read from the TV/monitor, output properties etc.
so long,
Hias
The easiest workaround is to connect the RPi to a similar monitor with non-broken EDID and run "getedid create" via ssh. LE will then permanently use the EDID of that monitor (you can remove that with "getedid delete" later, if needed).
so long,
Hias
Please provide more info, at least we need a pastekodi debug log where you reproduced the issue.
Did you do anything special to trigger this, eg switching resolutions? Is the previous nightly (20211026) OK?
The only way I can trigger that is when switching to 720x480i or 720x576i and then back to eg 1920x1080, but this is a known issue for quite a while (and those modes should better be avoided as they are buggy and result in pixelated output).
so long,
Hias
This is a known issue which is even mentioned in the release notes https://libreelec.tv/2021/08/26/libreelec-matrix-10-0/
Quote4K50/60 output is supported by the driver, but has some known issues (eg “no signal” when TV is put into standby and back on)
It'll be fixed in LE 10.0.1
so long,
Hias
You seem to have replaced config.txt with the old version from LE 9.2 with a high gpu_mem setting - that won't work.
Do a fresh install and keep config.txt as is.
so long,
Hias
Use the forum search function and you'll find this thread RE: Playback issues with YouTube Addon
so long,
Hias
LE 9.0 (and before) use the old openssl 1.0.2 version which is tripping over the DST Root CA X3 expiration end of September - read more about it here: https://www.openssl.org/blog/blog/2021…RootCertExpire/
Fortunately applying the workaround 1 (removing the cert) is quite easy:
First create the directory /storage/.config/system.d/openssl-config.service.d:
then create a file drop-dst-x3.conf in there (full path is /storage/.config/system.d/openssl-config.service.d/drop-dst-x3.conf) with the following content:
[Service]
ExecStartPost=sed -i '/^DST Root CA X3/,/END CERTIFICATE/ d' /run/libreelec/cacert.pem
Now reboot and kodi (and curl etc) should be happy again.
so long,
Hias
The fixes were just merged today and will be in the next nightly and in LE 10.0.1
so long,
Hias