Posts by Da Flex
-
-
Should we guess, or should we analyze the pass-through facts from the log?
-
What's your output on LE audio settings?
-
- Select a fitting sample from here: https://kodi.wiki/view/Samples
- Do the debug setup.
- Play the sample in debug mode.
- Post a link to a log.
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
Seems like your Mini PC uses DisplayPort protocol internally:
CodeDevice 4 m_deviceName : hdmi:CARD=PCH,DEV=0 m_displayName : HDA Intel PCH m_displayNameExtra: SAM SAMSUNG on DisplayPort #0 m_deviceType : AE_DEVTYPE_HDMI m_channels : FL, FR, LFE, FC, BL, BR, BC, BLOC, BROC m_sampleRates : 32000,44100,48000,88200,96000,176400,192000 m_dataFormats : AE_FMT_RAW,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_RAW m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_EAC3,STREAM_TYPE_TRUEHD
It's very likely a DisplayPort issue, which we can't solve. The log looks good (no audio errors).
- Make sure your graphics card driver is up-to-date (might requires Windows). Those drivers also manage DisplayPort.
- In case your graphics card driver is up-to-date, but the issue persists, use S/PDIF for audio.
-
I gave the topic to our devs, because it's beyond my skills. Hopefully they will answer.
-
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
After reading the statement from post #15, I think the DPI mode of the VGA adapter is the problem. To my knowledge, when using the composite adapter on RPi headphone jack, you're not in DPI mode anymore. You can solder a cable RPi composite -> TV SCART.
-
Users don't pay for the artwork, and users don't pay for reliable servers. Then you expect it's a Kodi problem...
-
Sorry, I gave you wrong instructions. Use this to upload the crash log:
cat /storage/.kodi/temp/kodi_crashlog_20250213152626.log | pastebinit
-
You will get better results with the composite adapter. Go to the forums main page, and search for "composite".
PS: Seems like Kodi uses two resolutions with the VGA adapter: 480p for the GUI, and 240p (480p downscaled) for playback. No idea, how to change the latter.
-
Thanks!
CodeFeb 13 15:26:22.437885 LibreELEC-T630 kernel: traps: ActiveAE[2604] trap stack segment ip:151557e sp:7f1453ffe7d0 error:0 in kodi.bin[400000+1888000] Feb 13 15:26:26.884355 LibreELEC-T630 kodi.sh[2544]: Bus error (core dumped) Feb 13 15:26:29.816233 LibreELEC-T630 kodi.sh[2544]: Crash report available at /storage/.kodi/temp/kodi_crashlog_20250213152626.log
Please also upload the corresponding crash log:
pastekodi /storage/.kodi/temp/kodi_crashlog_20250213152626.log -
...when I check the resolution in Kodi it says i'm at 704x240, which I think is 240p? I can't change or adjust the resolution to get 480i.
Don't trust in the Kodi resolution here. It's an exotic adapter, and to my knowledge you're the first VGA 666 user on LE. You said "the VGA-to-SCART adapter expects a 480p signal". So obviously the VGA adapter delivers just that.
-
The VGA adapter makes no sense to me, if your TV has no VGA input. Anyway, do the adapter setup at config.txt:
pinn/README_PINN.md at master · procount/pinnAn enhanced Operating System installer for the Raspberry Pi - procount/pinngithub.com -
I would like to ask, what is the motivation to use OpenGL ES instead of the Core Profile for main Generic x86 build.
Our smaller devices only support OpenGL ES. That means, those calls go directly to GPU (hardware accelerated).
OpenGL Core Profile for x86 would add another branch of development, which doesn't make sense for our needs (though it would make sense for yours).
-
Please post the output of dmesg.
-
Large logs don't crash the system.
Use cat /storage/.kodi/temp/kodi.old.log | pastebinit to get the log from previous session (after crash and reboot).
-