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
Is this the right place for my bug report?
Not sure if this is the right place or if I should report to firmware-nonfree. I am a bit unsure about the difference.
To reproduce
This issue does not happen with every screen, but I have a couple of models that show the issue.
Expected behaviour
Screen should not be black. Other devices connected to the same screen do not seem to show problems.
Actual behaviour
Screen is black, while the rest of the pi is properly working. I can even use the system via VNC, but the screen receives no signal.
System
I experienced this behavior after updating a OS I built using Yocto, but it is reproducible with the regular Raspberry OS as downloaded from the official web site.
Logs
Unfortunately, I could not find any specific error log to show. The system seems to properly work, but the screen is black. Below I attach some info about the screen.
Additional context
As said, this behavior can be reproduced using the current Raspberry Pi OS. However I experienced the issue updating an image which uses Yocto and the BSP from https://github.com/agherzan/meta-raspberrypi. I can "fix" the problem by downgrading firmware-nonfree and firmware. To be clearer, this patch to meta-raspberry fixes the issue:
As you can see, the EDID is identical, as expected, but modetest is not. In a working system (older firmware), 720p mode exists and properly works. I have no idea why the EDID does not seem to show 720p, while it exists and it works properly.
1366x768, which is the preferred mode, seems to only work for one model, but it is unstable due to other reported issues, so I cannot use it anyway (see raspberrypi/linux#3221 and raspberrypi/linux#5780). 720p is the only acceptable option.
Can someone provide info about this issue?
Thank you!
The text was updated successfully, but these errors were encountered:
At a guess your old system has disable_fw_kms_setup=0 and so the firmware has inserted video=HDMI-A-1:1280x720@60 onto the kernel command line, hence 1280x720 being flagged as userdef.
More recent images set disable_fw_kms_setup=1 by default, and therefore it is purely down to the kernel parsing the EDID.
Is this the right place for my bug report?
Not sure if this is the right place or if I should report to firmware-nonfree. I am a bit unsure about the difference.
Describe the bug
After updating https://github.com/raspberrypi/firmware and https://github.com/RPi-Distro/firmware-nonfree, I get black screen on a couple of screen models that I typically use.
To reproduce
This issue does not happen with every screen, but I have a couple of models that show the issue.
Expected behaviour
Screen should not be black. Other devices connected to the same screen do not seem to show problems.
Actual behaviour
Screen is black, while the rest of the pi is properly working. I can even use the system via VNC, but the screen receives no signal.
System
I experienced this behavior after updating a OS I built using Yocto, but it is reproducible with the regular Raspberry OS as downloaded from the official web site.
Logs
Unfortunately, I could not find any specific error log to show. The system seems to properly work, but the screen is black. Below I attach some info about the screen.
Additional context
As said, this behavior can be reproduced using the current Raspberry Pi OS. However I experienced the issue updating an image which uses Yocto and the BSP from https://github.com/agherzan/meta-raspberrypi. I can "fix" the problem by downgrading firmware-nonfree and firmware. To be clearer, this patch to meta-raspberry fixes the issue:
I can provide more info: I downloaded the screen EDID with and without my patch and I can provide the output of the modetest command.
In both systems, tvservice dumps the same EDID: edid.txt.
modetest output in the working system: modetest_ok.txt
modetest output in the "not working" system: modetest_ko.txt
As you can see, the EDID is identical, as expected, but modetest is not. In a working system (older firmware), 720p mode exists and properly works. I have no idea why the EDID does not seem to show 720p, while it exists and it works properly.
1366x768, which is the preferred mode, seems to only work for one model, but it is unstable due to other reported issues, so I cannot use it anyway (see raspberrypi/linux#3221 and raspberrypi/linux#5780). 720p is the only acceptable option.
Can someone provide info about this issue?
Thank you!
The text was updated successfully, but these errors were encountered: