You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm this issue is resolved on the latest LibreELEC 11 build that incorporates the change from raspberrypi/linux#4808 (Kernel 5.15.13 for RPi)
LibreELEC (community): nightly-20220107-00c51c7 (RPi2.arm)
LibreELEC:~ # uname -a
Linux LibreELEC 5.15.13 #1 SMP Fri Jan 7 15:26:42 CET 2022 armv7l GNU/Linux
LibreELEC:~ # cat /flash/cmdline.txt
boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 quiet video=HDMI-A-1:1920x1080M@60
LibreELEC:~ # grep vc4-kms-v3d /flash/distroconfig.txt
dtoverlay=vc4-kms-v3d
Similar to #1648 and similar reports, I have display issues with
dtoverlay=vc4-kms-v3d
on myRaspberry Pi 3 Model B Plus Rev 1.3
.Switching back to
dtoverlay=vc4-fkms-v3d
(fkms!) makes the RPi boot successfully.My issue is with recent LibreELEC builds. But given the other bug reports, I figured it is OK to file the issue here.
To reproduce
Install
LibreELEC-RPi2.arm-11.0-nightly-20220101-0e04fbf.tar
from https://test.libreelec.tv/Expected behaviour
Actual behaviour
waiting for network
).dmesg
excerptThe mentioned workarounds i.e. adding
video=HDMI-A-1:1920x1080M@60
to cmdline.txt do not work.The only solution is to switch back to
dtoverlay=vc4-fkms-v3d
(fkms!)System
FYI
raspinfo
not available on LibreELEC.Raspberry Pi 3 Model B Plus Rev 1.3
directly connected to aSamsung 43" QLED 4K Q60T (2020)
(identified as "PC").Logs
See above.
The text was updated successfully, but these errors were encountered: