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 use weston 1.5.0 with patches for ivi-shell form the weston_1.5.0.bbappend in meta-ivi-7.0.1 and the hardware is TI J6EVM board.
But when I run ivi-shell, the display cannot show anything, and I found that
while(gRun) {
/* it pause at this place */
wl_display_dispatch(wlCtxCommon.wlDisplay);
}
While when I run desktop-shell, it is ok.
Anybody know what's the problem?
The text was updated successfully, but these errors were encountered:
I use weston 1.5.0 with patches for ivi-shell form the weston_1.5.0.bbappend in meta-ivi-7.0.1 and the hardware is TI J6EVM board.
But when I run ivi-shell, the display cannot show anything, and I found that
while(gRun) {
/* it pause at this place */
wl_display_dispatch(wlCtxCommon.wlDisplay);
}
While when I run desktop-shell, it is ok.
Anybody know what's the problem?
The text was updated successfully, but these errors were encountered: