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
The ccimx8x BSP supports xwayland, so the X11-window-manager app needs to be forked to add support for wayland. Currently the errors I see in the log are:
Feb 19 15:28:37 6117090 02e937cc1748[1163]: STARTING X
Feb 19 15:28:37 6117090 02e937cc1748[1163]: xauth: file /root/.Xauthority does not exist
Feb 19 15:28:38 6117090 02e937cc1748[1163]:
Feb 19 15:28:38 6117090 02e937cc1748[1163]:
Feb 19 15:28:38 6117090 02e937cc1748[1163]: X.Org X Server 1.19.2
Feb 19 15:28:38 6117090 02e937cc1748[1163]: Release Date: 2017-03-02
Feb 19 15:28:38 6117090 02e937cc1748[1163]: X Protocol Version 11, Revision 0
Feb 19 15:28:38 6117090 02e937cc1748[1163]: Build Operating System: Linux 4.19.0-13-arm64 aarch64 Debian
Feb 19 15:28:38 6117090 02e937cc1748[1163]: Current Operating System: Linux 6117090 5.4.84-dey+gb097888 #1 SMP PREEMPT Thu Feb 11 11:49:56 UTC 2021 aarch64
Feb 19 15:28:38 6117090 02e937cc1748[1163]: Kernel command line: root=UUID=ba1eadef-9608-4901-9543-cd0457037573
Feb 19 15:28:38 6117090 02e937cc1748[1163]: Build Date: 09 December 2020 10:08:00AM
Feb 19 15:28:38 6117090 02e937cc1748[1163]: xorg-server 2:1.19.2-1+deb9u7 (https://www.debian.org/support)
Feb 19 15:28:38 6117090 02e937cc1748[1163]: Current version of pixman: 0.34.0
Feb 19 15:28:38 6117090 02e937cc1748[1163]: Before reporting problems, check http://wiki.x.org
Feb 19 15:28:38 6117090 02e937cc1748[1163]: to make sure that you have the latest version.
Feb 19 15:28:38 6117090 02e937cc1748[1163]: Markers: (--) probed, (**) from config file, (==) default setting,
Feb 19 15:28:38 6117090 02e937cc1748[1163]: (++) from command line, (!!) notice, (II) informational,
Feb 19 15:28:38 6117090 02e937cc1748[1163]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Feb 19 15:28:38 6117090 02e937cc1748[1163]: (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 19 15:28:38 2021
Feb 19 15:28:38 6117090 02e937cc1748[1163]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Feb 19 15:28:38 6117090 02e937cc1748[1163]: MESA-LOADER: failed to retrieve device information
Feb 19 15:28:38 6117090 02e937cc1748[1163]: gbm: failed to open any driver (search paths /usr/lib/aarch64-linux-gnu/dri:${ORIGIN}/dri:/usr/lib/dri)
Feb 19 15:28:38 6117090 02e937cc1748[1163]: gbm: Last dlopen error: /usr/lib/dri/imx-drm_dri.so: cannot open shared object file: No such file or directory
Feb 19 15:28:38 6117090 02e937cc1748[1163]: failed to load driver: imx-drm
Feb 19 15:28:38 6117090 02e937cc1748[1163]: gbm: failed to open any driver (search paths /usr/lib/aarch64-linux-gnu/dri:${ORIGIN}/dri:/usr/lib/dri)
Feb 19 15:28:38 6117090 02e937cc1748[1163]: gbm: Last dlopen error: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: No such file or directory
Feb 19 15:28:38 6117090 02e937cc1748[1163]: failed to load driver: kms_swrast
Feb 19 15:28:38 6117090 02e937cc1748[1163]: gbm: failed to open any driver (search paths /usr/lib/aarch64-linux-gnu/dri:${ORIGIN}/dri:/usr/lib/dri)
Feb 19 15:28:38 6117090 02e937cc1748[1163]: gbm: Last dlopen error: /usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory
Feb 19 15:28:38 6117090 02e937cc1748[1163]: failed to load swrast driver
Feb 19 15:28:38 6117090 02e937cc1748[1163]: couldn't get display device
The text was updated successfully, but these errors were encountered:
The ccimx8x BSP supports xwayland, so the
X11-window-manager
app needs to be forked to add support for wayland. Currently the errors I see in the log are:The text was updated successfully, but these errors were encountered: