Last active
June 6, 2018 14:32
-
-
Save leon-anavi/ca7ca4b16c6c23e0e703dbf19ef539c9 to your computer and use it in GitHub Desktop.
agl-demo-platform-raspberrypi3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 340.892035] vc4-drm soc:gpu: failed to allocate buffer with size 6430720 | |
[ 340.899115] vc4-drm soc:gpu: failed to allocate buffer with size 6430720 | |
[ 340.906024] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: | |
[ 340.913223] [drm] kernel: 8100kb BOs (1) | |
[ 340.919570] [drm] V3D: 198428kb BOs (192) | |
[ 340.926035] [drm] V3D shader: 260kb BOs (65) | |
[ 340.932464] [drm] dumb: 32kb BOs (2) | |
[ 340.938865] [drm] binner: 16384kb BOs (1) | |
[ 340.945161] [drm] RCL: 48kb BOs (6) | |
[ 340.951527] [drm] BCL: 8kb BOs (2) | |
[ 340.957823] [drm] kernel BO cache: 6284kb BOs (2) | |
[ 340.964960] vc4-drm soc:gpu: failed to allocate buffer with size 6430720 | |
[ 341.010219] vc4-drm soc:gpu: failed to allocate buffer with size 6430720 | |
[ 341.017504] vc4-drm soc:gpu: failed to allocate buffer with size 6430720 | |
[ 341.024844] [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA: | |
[ 341.031985] [drm] kernel: 8100kb BOs (1) | |
[ 341.038310] [drm] V3D: 198428kb BOs (191) | |
[ 341.044766] [drm] V3D shader: 260kb BOs (65) | |
[ 341.051204] [drm] dumb: 32kb BOs (2) | |
[ 341.057488] [drm] binner: 16384kb BOs (1) | |
[ 341.063807] [drm] kernel BO cache: 6324kb BOs (9) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[06:42:39.883] weston 2.0.0 | |
http://wayland.freedesktop.org | |
Bug reports to: https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=weston&version=2.0.0 | |
Build: 1.99.94-2-g4c4f13d configure.ac: bump to version 2.0.0 for the official release (2017-02-24 16:19:03 -0800) | |
[06:42:39.883] Command line: /usr/bin/weston --idle-time=0 --tty=1 --log=/run/platform/display/weston.log | |
[06:42:39.884] OS: Linux, 4.9.50, #1 SMP PREEMPT Tue Jun 5 10:14:48 EEST 2018, aarch64 | |
[06:42:39.884] warning: XDG_RUNTIME_DIR "/run/platform/display" is not configured | |
correctly. Unix access mode must be 0700 (current mode is 770), | |
and must be owned by the user (current owner is UID 200). | |
Refer to your distribution on how to get it, or | |
http://www.freedesktop.org/wiki/Specifications/basedir-spec | |
on how to implement it. | |
[06:42:39.886] Using config file '/etc/xdg/weston/weston.ini' | |
[06:42:39.899] Output repaint window is 7 ms maximum. | |
[06:42:39.902] Loading module '/usr/lib/libweston-2/drm-backend.so' | |
[06:42:39.923] initializing drm backend | |
[06:42:39.924] logind: not running in a systemd session | |
[06:42:39.924] logind: cannot setup systemd-logind helper (-6), using legacy fallback | |
[06:42:39.925] no drm device found | |
[06:42:39.926] fatal: failed to create compositor backend |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment