Looks like we need to wait for an updated nvidia driver - the current one didn't like the update to kernel 6.12.20
so long,
Hias
Hey.
thanks for checking
I will test it when a new nvidia driver is implemented.
Regards
Looks like we need to wait for an updated nvidia driver - the current one didn't like the update to kernel 6.12.20
so long,
Hias
Hey.
thanks for checking
I will test it when a new nvidia driver is implemented.
Regards
Hey.
thanks for checking
I will test it when a new nvidia driver is implemented.
Regards
Hey HiassofT
I tested the new LibreELEC-Generic-legacy.x86_64-13.0-nightly-20250428-17d2e4e.img just now on "Live" usb stick.
I still do not work with the new nvidia driver itsstill "blank screen/no signal"
Edit: forgot logs.
https://paste.libreelec.tv/upward-sheep.log
https://paste.libreelec.tv/eternal-labrador.log
Regards
ChatGPT :
1. Check Kernel Compatibility
The 6.12 kernel may be ahead of NVIDIA’s QA validation curve. Try running with a more conservative, supported kernel version like 6.6.x LTS or 6.7.x to verify stability.
If you must use 6.12, verify that the DKMS or manual installation succeeded without warnings. Run:
Check /var/lib/dkms/nvidia/570.144/build/make.log for errors. If there are symbol mismatches or KMS hook issues, NVIDIA may not yet support 6.12, and you may need to:
Set in modprobe:
echo "options nvidia-drm modeset=0" | sudo tee /etc/modprobe.d/nvidia.conf
sudo update-initramfs -u
Reboot and see if the timeout disappears. This will narrow the issue to modeset interaction with the new kernel's DRM layer.
For deeper kernel debugging, append this to your GRUB:
Then run:
Watch dmesg output for RmLogonRC flags — this can help pinpoint which channel stalls.
Since R515, NVIDIA supports open kernel modules:
============================================================================================================
============================================================================================================
============================================================================================================
and here some suggestions tailored to LE nighties (I'm wondering how much it all makes sense) :
1. Add NVIDIA DRM Modeset Boot Option
LibreELEC lets you append kernel params via cmdline.txt on the /flash partition (accessible from SSH or directly from the SD card/USB):
💡 Purpose: Disables DRM modesetting which causes timeout in some nightly builds.
Quote✅ Highly recommended as first fix to isolate the nvidia-modeset stall.
Some builds may allow fallback to X11 rendering using the x11 variant of the NVIDIA driver.
From SSH, check if GBM is active:
If GBM + KMS is the cause, switching to legacy X11 (if supported in this build) can reduce stalls — but not all LibreELEC nightlies retain this support.
Even though LibreELEC is minimal, you can verify nouveau isn’t mistakenly loaded:
If present, blacklist it permanently via /flash/syslinux.cfg or /flash/extlinux/extlinux.conf (depends on build):
Add to your cmdline.txt (or bootloader config):
In some cases, firmware-based runtime power management causes timing problems on newer kernels.
LibreELEC often omits nvidia-persistenced, but if present:
If not present, ignore — this is only effective in systems that use persistent GPU state management.
Hey Devs.
Hope you have a nice weekend
I wonder if this bug is fixable? Is here a chance to revert nvidia to 570.133.07?
Best regards
570.133.07 working great for me also on 1030 ,black screen with latest nightly as others report.
Regards
Hey heitbaum
Is there any chance to push the "done - nvidia patch for Generic-legacy" from PR #9972 onto nightly build ?
xf86-video-nvidia: update patch for 570.144
Regards
It can be added. But wouldnt expect it to give a different result to current nightly) as it addresses gcc-15 compile and legacy cflags (for kernel 6.24+)
Ohh ok, i didnt know it was just a build thing hehe
Is there any development on the bug that causes all nightlys after 0321to display blank screen on nvidia?
Regards
Hello team
is there something wrong with the address https://test.libreelec.tv/?
update channel LiberELEC-13
I only ever see an empty window
since "days" I have to download the ".img" (https://test.libreelec.tv/13.0/RPi/RPi5/) by hand
and copy it into the update folder
greetings jd
(DeepL)
update channel LiberELEC-13
I only ever see an empty window
I'm experiencing the exact same behaviour. Manually updating didn't solve the issue.
I did some back tracking.
Went back to https://test.libreelec.tv/13.0/RPi/RPi5/…7.img.gz.sha256, which was fine.
Then incrementally updated, and https://test.libreelec.tv/13.0/RPi/RPi5/…-15e53d5.img.gz was fine.
https://test.libreelec.tv/13.0/RPi/RPi5/…-3496752.img.gz is where no more updates are visible.
This change should fix the update process in nightlies https://github.com/LibreELEC/serv…ttings/pull/330
Changes are merged and should appear in nightlies in the next 24h. You will need to manually update to a fixed nightly before the update process will start working again.
I'm having the same problem. Should I just overwrite the OS release file, or how do I integrate the linked GitHub file?