Update to LE 12.
Posts by Da Flex
-
-
- we only fix bugs on latest LE versions, and yours is outdated
- with sonarr/radarr it's a typical piracy setup, which I will not support
-
We don't work with log snippets. Provide a complete one.
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 -
what is difference between 'video=HDMI-A-2:D' and 'video=HDMI-A-2:d', upper and lower case Dd?
modedb default video mode support — The Linux Kernel documentation
-
Maybe creating new EDID helps:
-
Update to latest LE to get latest Bluetooth drivers. If the problem remains...
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 -
I’ve come to the conclusion that the tv in our RV has an issue outputting the media.
Or you're using a cheap cable over there. Make sure it's conform to HDMI 2.0 / 2.1 standard.
-
when i install the (none legacy) generic will i get HDR?
Yes.
-
I guess your PC has an LSPCon chip to convert from DP to HDMI. Those chips have known driver issues, and such issues are very likely unsolvable by us (search for "LSPCon" on the forum).
Make sure your BIOS is up-to-date. If your hardware support page offers video driver updates, install the latest. They sometimes include firmware for the LSPCon driver. You probably need Windows to install those updates.
-
You probably get your videos from illegal sources, and they aren't encoded correctly:
Code2024-08-02 17:51:35.042 T:881 debug <general>: ActiveAE::SyncStream - average error of 102.118088, start adjusting 2024-08-02 17:51:35.092 T:881 debug <general>: ActiveAE::SyncStream - average error 2.118088 below threshold of 30.000000 ... Feb 27 17:26:21.857301 Lanser kernel: v3d fec00000.v3d: MMU error from client CLE (4) at 0x6dc1000, pte invalid Feb 27 17:26:25.549369 Lanser iwd[410]: invalid HE capabilities Feb 27 17:26:25.549889 Lanser iwd[410]: error parsing non-HT rates -
Does Android use OpenGL or Vulkan for this?
Android supports OpenGLES and Vulkan. I don't think it's used pretty much, because they use a lot of hardware acceleration for video playback. RPi does the opposite: It uses a lot of software decoding, which needs more processing power.
So both platforms might deliver the same performance on different hardware.
-
When using the Generic (non-Legacy) LE, it should work like that:
PostRE: RPi4 GPIO using in LibreELEC
I've been installed a power button and a status LED on my RPi3B+. This works for RPi4B, too. After SSH login, you can use the nano editor to create or edit all necessary files.
Power Button Hardware Part
Use GPIO03 (Pin #05) and the opposite Ground (Pin #06) to connect a push button for power on / off.
Power Button Scripting Part
Add dtoverlay=gpio-shutdown to config.txt.
Switching off will let the shutdown menu appear.
To shutdown instantly instead, create this …
Da FlexAugust 17, 2019 at 11:58 AM -
Replace "keyboard" by "remote" at file name and XML tag.
-
You can change the power button behavior by key mapping. Create a keyboard.xml file. Example:
PostRE: RPi4 GPIO using in LibreELEC
I've been installed a power button and a status LED on my RPi3B+. This works for RPi4B, too. After SSH login, you can use the nano editor to create or edit all necessary files.
Power Button Hardware Part
Use GPIO03 (Pin #05) and the opposite Ground (Pin #06) to connect a push button for power on / off.
Power Button Scripting Part
Add dtoverlay=gpio-shutdown to config.txt.
Switching off will let the shutdown menu appear.
To shutdown instantly instead, create this …
Da FlexAugust 17, 2019 at 11:58 AM -
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 -
So is it some kind of miscommunication between LE and LG TV? Who can tell...
- make sure your HDMI cable is conform to HDMI 2.0 / 2.1 standard
- try other HDMI pots on your TV
-
Add "textmode" to boot options, and the system will start as console.
-
Known issue:
ThreadRaspberry Pi Legacy Tools Add-on
I would like to know the reasons why the RPi.GPIO library was dropped from the Raspberry Pi Tools add-on. In my opinion, this is a mistake. I'll explain. I am the author of the OLEDproc plugin. It depends on several libraries, including the luma.oled and luma.core libraries. And therein lies the trouble. The luma.core library needs the RPi.GPIO library to work. I am convinced that it is unthinkable and also pointless for me to create some clone of the luma.core library, which would use, for…
LuRuJuly 20, 2024 at 9:55 AM Pro tip: Always use the search function from the forums main page before posting anything.