Created
June 6, 2018 21:33
-
-
Save leon-anavi/43a57a621350ba0c2102579e5bf79ab0 to your computer and use it in GitHub Desktop.
eel_5.0.2
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
root@raspberrypi3-64:~# systemctl status -l weston | |
● weston.service - Weston Wayland Compositor | |
Loaded: loaded (/lib/systemd/system/weston.service; enabled; vendor preset: enabled) | |
Active: failed (Result: exit-code) since Wed 2018-06-06 15:16:00 UTC; 14min ago | |
Main PID: 434 (code=exited, status=1/FAILURE) | |
CPU: 42ms | |
Jun 06 15:16:00 raspberrypi3-64 systemd[1]: Started Weston Wayland Compositor. | |
Jun 06 15:16:00 raspberrypi3-64 systemd[1]: weston.service: Main process exited, code=exited, status=1/FAILURE | |
Jun 06 15:16:00 raspberrypi3-64 systemd[1]: weston.service: Unit entered failed state. | |
Jun 06 15:16:00 raspberrypi3-64 systemd[1]: weston.service: Failed with result 'exit-code'. | |
root@raspberrypi3-64:~# cat /run/platform/display/weston.log | |
Date: 2018-06-06 UTC | |
[15:16:00.169] 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) | |
[15:16:00.169] Command line: /usr/bin/weston --idle-time=0 --tty=1 --log=/run/platform/display/weston.log | |
[15:16:00.169] OS: Linux, 4.9.50, #1 SMP PREEMPT Wed Jun 6 18:37:38 EEST 2018, aarch64 | |
[15:16:00.169] 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. | |
[15:16:00.174] Using config file '/etc/xdg/weston/weston.ini' | |
[15:16:00.189] Output repaint window is 7 ms maximum. | |
[15:16:00.192] Loading module '/usr/lib/libweston-2/drm-backend.so' | |
[15:16:00.207] initializing drm backend | |
[15:16:00.316] logind: not running in a systemd session | |
[15:16:00.316] logind: cannot setup systemd-logind helper (-6), using legacy fallback | |
[15:16:00.317] no drm device found | |
[15:16:00.317] fatal: failed to create compositor backend |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment