Hi, everyone,
I used Weston desktop on jetson xavier nx, and launch Weston using the following command
sudo weston-lanch -u `user’s name’
And i add xwayland=true
at weston.ini
in the core section.
After, the Weston launch normally, but when i run a Qt simple program,
it shows
libEGL warning: MESA-LOADER: failed to open tegra-udrm: /usr/lib/dri/tegra-udrm_dri.so: cannot open shared object file: No such file or directory
And the terminal log is shows
src/tegra_gbm.c:98: GBM-DRV error (tegra_gbm_bo_create): DRM_IOCTL_TEGRA_GEM_CREATE failed (size=131072)
src/tegra_gbm.c:98: GBM-DRV error (tegra_gbm_bo_create): DRM_IOCTL_TEGRA_GEM_CREATE failed (size=131072)
src/tegra_gbm.c:98: GBM-DRV error (tegra_gbm_bo_create): DRM_IOCTL_TEGRA_GEM_CREATE failed (size=131072)
src/tegra_gbm.c:98: GBM-DRV error (tegra_gbm_bo_create): DRM_IOCTL_TEGRA_GEM_CREATE failed (size=5636096)
src/tegra_gbm.c:98: GBM-DRV error (tegra_gbm_bo_create): DRM_IOCTL_TEGRA_GEM_CREATE failed (size=5373952)
src/tegra_gbm.c:98: GBM-DRV error (tegra_gbm_bo_create): DRM_IOCTL_TEGRA_GEM_CREATE failed (size=131072)
src/tegra_gbm.c:98: GBM-DRV error (tegra_gbm_bo_create): DRM_IOCTL_TEGRA_GEM_CREATE failed (size=131072)
src/tegra_gbm.c:98: GBM-DRV error (tegra_gbm_bo_create): DRM_IOCTL_TEGRA_GEM_CREATE failed (size=131072)
src/tegra_gbm.c:98: GBM-DRV error (tegra_gbm_bo_create): DRM_IOCTL_TEGRA_GEM_CREATE failed (size=131072)
src/tegra_gbm.c:98: GBM-DRV error (tegra_gbm_bo_create): DRM_IOCTL_TEGRA_GEM_CREATE failed (size=131072)
src/tegra_gbm.c:98: GBM-DRV error (tegra_gbm_bo_create): DRM_IOCTL_TEGRA_GEM_CREATE failed (size=131072)
src/tegra_gbm.c:98: GBM-DRV error (tegra_gbm_bo_create): DRM_IOCTL_TEGRA_GEM_CREATE failed (size=131072)
src/tegra_gbm.c:98: GBM-DRV error (tegra_gbm_bo_create): DRM_IOCTL_TEGRA_GEM_CREATE failed (size=131072)
So where is file tegra-udrm_dri.so
Thanks
Best regards,
Ultwcz1997