Weston on the EVB board does not run. Check the error log , it is not find the drm driver. The error log is: no drm device found At present, the following tests have been done to verify: 1. Manually load the DRM driver before Weston starts. Report the s...
[02:53:58.453] no drm device found [02:53:58.453] failed to drop master: Invalid argument [02:53:58.527] fatal: failed to create compositor How do I need to configure weston to make it run? Regards, David Labels: i.MX6_All Tags: wayland yocto ...
[23:09:25.093] input device 'cyttsp6_mt', /dev/input/event0 is a touch device [23:09:25.093] No currently active connector found. [23:09:25.093] failed to create output for /sys/devices/platform/omapdrm.0/drm/card0 [23:09:25.219] fatal: failed to create composito...
failed to load module: /usr/lib/gbm/gbm_dri.so: cannot open shared object file: No such file or directory failed to load module: /usr/lib/gbm/gbm_gallium_drm.so: cannot open shared object file: No such file or directory loaded module : gbm_pvr.so found valid GBM backend : gbm_pvr...
failed to load module: /usr/lib/gbm/gbm_gallium_drm.so: cannot open shared object file: No such file or directory loaded module : gbm_pvr.so found valid GBM backend : gbm_pvr.so [02:15:41.026] warning: either no EGL_EXT_platform_base support or specific platform support; falling back...
下面看下Weston的运行时进程模型。Weston设计时是可以以一般用户运行的,但就需要用weston-launch来启动。当需要进行一些需要root权限的工作,比如关于DRM, TTY, input device的相关操作,就交由weston-launch去做。 Weston会在启动时或按需起一些子进程,它们本质上是Weston的client,它们会通过专用的协议做一些系统应用的工...
is not found, it finally chooses the first DRM device returned byudev(7). Combining multiple graphics devices is not supported yet. The DRM backend also supports virtual outputs that are transmitted over an RTP session as a series of JPEG images (RTP payload type 26) to a remote client. ...
failed to load module: /usr/lib/gbm/gbm_gallium_drm.so: cannot open shared object file: No such file or directory loaded module : gbm_pvr.so found valid GBM backend : gbm_pvr.so Using display 0x1 with EGL version 1.4 EGL Version "1.4 build 1.14@3699939 (MAIN)...
weston_log("libseat: No device with fd %d found\n", fd); close(fd); return; } if (libseat_close_device(wl->seat, dev->device_id) == -1) { weston_log("libseat: Could not close device %d", dev->device_id); } wl_list_remove(&dev->link); free(dev); close(fd); } stat...
command=/usr/bin/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize 1 Kudo Reply 11-20-2019 09:45 AM 16,677 Views furkancanby Contributor I I found the device name at "/var/log/weston.log". And I add these lines to "/etc/xdg/weston/weston....