weston wayland HDMI display issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

weston wayland HDMI display issue

3,518 Views
wangtsungli
Contributor IV

Hi Community,

I'm working on i.MX6 Quad sabre-SD and build weston wayland by yocto project.

Now my HDMI can just show logo and stuck at below picture (Please see attached boot_video.mp4 and log.jpg).

pastedImage_1.jpg

And I had modified weston.ini with the following content.

[core]
idle-time=0

[output]
name=HDMI1
mode=173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync

And I tried to run "/etc/init.d/weston start" then HDMI will display the black screen.

Question:

  1. Why HDMI display cannot work after I execute "/etc/init.d/weston start"? And how can I fix it?
  2. How can I start Weston Wayland desktop automatically, I do not want to execute the command to start Weston every time.

Thanks in Advanced!

1 Reply

2,293 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi tsung,

Please modify /etc/default/weston (note: this only change UI resolution not HDMI output )

Weston config needs to changed to match the panel orientation, in the root file system

DESKTOP_SHELL_WINDOW=1080x1920

Regards