Posts by HiassofT
-
-
-
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"
CodeLibreELEC:~ # 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:
Code[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
-
ErikSwan the RPi4 HDMI driver exposes standard DRM connector properties to set HDR metadata and colorimetry (BT709/2020) info, like eg Intel and AMD drivers do it, too. This is included in current upstream kernels (since 5.14) and in the downstream 5.10 RPi kernel - I haven't checked with the upstream kernel though.
The driver also exposes a max_bpc connector property to switch from 8bit to 10 or 12bit output, but YCC output (4:4:4 or 4:2:2) selection isn't implemented yet - the driver always outputs in RGB 4:4:4 ATM.
There's a draft PR to allow RGB/YCC selection via another connector property https://github.com/raspberrypi/linux/pull/4201 but ATM it's a bit unclear if it will be implemented that way or if it should be handled internally in the video driver (eg 4kp60 can't output 12bit 4:4:4 due to bandwidth limitations, auto-switching to 4:2:2 may be desirable in that case).
so long,
Hias
-
Just copy the tar file to the Update SMB share (or to /storage/.update/ via ssh/scp) and reboot.
so long,
Hias