-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOT2050 Advanced PG2 board Display enumeration #463
Comments
@jan-kiszka Can you please help us to address this issue, This is observed on sokol-omni distro |
Did you try multiple DP adapters or - even better - a native DP cable to a monitor already? |
Yeah, We have tried with multiple cables and multiple displays as well. DP --> DP and DP --> mini DP cable as well |
And is this a regression over previous revisions? |
We can see this failure on 5.10.175 as well, I doubt this behavior is observed in 5.10.104 as well. Kindly refer the logs https://pastebin.alm.mentorg.com/m379ec736 |
You are sharing a link from an internal server. If you can validate a version that used to work, that would be helpful. I will try to reproduce as well, but I don't have hardware in reach ATM. |
ok, I am also bisecting linux kernel now, will share the details shortly, Thanks |
Kindly refer the logs from below link |
I just verified on 5.10.104, the DP works with a HP E243i DP monitor, when the monitor is connected to the IOT after booting, in power-off status, then power on the monitor.
Still verifying the latest master. |
Just verified on latest master head, no issue find... DP works as expected.
Which IOT2050 variant are you on? I am using a PG2 ADVANCED. The Example image is downloaded from https://github.com/siemens/meta-iot2050/actions/runs/5369483547. |
Thanks for the feedback, The board we are using is PG2 advanced:
|
The reported issue is observed on the above image as well, when we have installed lxde desktop. Without X issue was not observed. |
The reported issue is fixed with the below changes
CC: @skrishnakar |
So it is a boot ordering issue? Will you propose a patch that adds a customization recipe for lxde? |
Yeah, Sure will raise a PR shortly |
Add hotplug support for display port. Add lightdm-fb package to lxde.yml by default Fixes: siemens#463 Signed-off-by: Arulpandiyan Vadivel <[email protected]>
PR raised to fix this issue #466 |
Display is not enumerating properly,
How to reproduce the issue
In these scenarios display won't be enumerating properly, even /dev/fb0 won't be available
/dev/fb0
is enumerating only when the display is connected but still the display does not show anything even with or without X installed,This issue is observed on the latest 5.10.184+cip36 kernel as well. on 5.10.175+cip29
The text was updated successfully, but these errors were encountered: