Skip to content
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

X11 desktop application needs extra libraries #10

Open
alexgg opened this issue Feb 19, 2021 · 0 comments
Open

X11 desktop application needs extra libraries #10

alexgg opened this issue Feb 19, 2021 · 0 comments

Comments

@alexgg
Copy link
Collaborator

alexgg commented Feb 19, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant