[solved] Unable to start X
#1
Hello together,

I've got some troubles to start X on my Rock64.

So, fist of all I've donwloaded "Debian Stretch Mate Community Build Image [microSD Boot] [0.5.15-136-20171222]", this one: http://files.pine64.org/os/ROCK64/debian...m64.img.xz

After burning the image on sd I've bootet from this and then apt update and apt upgrade.

After reboot I've saw in the console:

Code:
[  OK  ] Started Light Display Manager.
[  OK  ] Stopped Light Display Manager.
[FAILED] Failed to start Light Display Manager.
See 'systemctl status lightdm.service' for details.

Okay, systemctl status lightdm.service says:


Code:
root@rock64:~# systemctl status lightdm.service
● lightdm.service - Light Display Manager
  Loaded: loaded (/lib/systemd/system/lightdm.service; enabled; vendor preset: enabled)
  Active: failed (Result: exit-code) since Mon 2018-07-09 10:46:10 UTC; 1h 58min ago
    Docs: man:lightdm(1)
 Process: 662 ExecStart=/usr/sbin/lightdm (code=exited, status=1/FAILURE)
 Process: 657 ExecStartPre=/bin/sh -c [ "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/sbin/lightdm" ] (code=exited, status=0/SUCCESS)
Main PID: 662 (code=exited, status=1/FAILURE)

Jul 09 10:46:10 rock64 systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jul 09 10:46:10 rock64 systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jul 09 10:46:10 rock64 systemd[1]: Stopped Light Display Manager.
Jul 09 10:46:10 rock64 systemd[1]: lightdm.service: Start request repeated too quickly.
Jul 09 10:46:10 rock64 systemd[1]: Failed to start Light Display Manager.
Jul 09 10:46:10 rock64 systemd[1]: lightdm.service: Unit entered failed state.
Jul 09 10:46:10 rock64 systemd[1]: lightdm.service: Failed with result 'exit-code'.
root@rock64:~#

The manual startx bringt:


Code:
root@rock64:~# startx


X.Org X Server 1.19.2
Release Date: 2017-03-02
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.9.0-4-arm64 aarch64 Debian
Current Operating System: Linux rock64 4.4.126-rockchip-ayufan-239 #1 SMP Sun May 27 18:38:24 UTC 2018 aarch64
Kernel command line: rw root=LABEL=linux-root rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=16:fc:cc:d2:25:67 eth1addr=16:fc:cc:d2:25:87 serial=aa8010ecb10fe21 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
Build Date: 16 October 2017  08:11:43AM
xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support)
Current version of pixman: 0.34.0
       Before reporting problems, check http://wiki.x.org
       to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
       (++) from command line, (!!) notice, (II) informational,
       (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul  9 12:45:33 2018
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) armsoc: module ABI major version (20) doesn't match the server's version (23)
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
        at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.

Okay, the ABI version doesn't match, no problem:

Code:
root@rock64:~# startx -- -ignoreABI


X.Org X Server 1.19.2
Release Date: 2017-03-02
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.9.0-4-arm64 aarch64 Debian
Current Operating System: Linux rock64 4.4.126-rockchip-ayufan-239 #1 SMP Sun May 27 18:38:24 UTC 2018 aarch64
Kernel command line: rw root=LABEL=linux-root rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=16:fc:cc:d2:25:67 eth1addr=16:fc:cc:d2:25:87 serial=aa8010ecb10fe21 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
Build Date: 16 October 2017  08:11:43AM
xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support)
Current version of pixman: 0.34.0
       Before reporting problems, check http://wiki.x.org
       to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
       (++) from command line, (!!) notice, (II) informational,
       (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul  9 12:47:21 2018
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(WW) armsoc: module ABI major version (20) doesn't match the server's version (23)
(EE)
Fatal server error:
(EE) AddScreen/ScreenInit failed for gpu driver 0 -1
(EE)
(EE)
Please consult the The X.Org Foundation support
        at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.

Okay, -ignoreABI is not enougth...

I've attached the log file from X.org.

Any ideas?


Attached Files
.log   Xorg.0.log (Size: 18.39 KB / Downloads: 312)
  Reply


Messages In This Thread
[solved] Unable to start X - by Osiander - 07-09-2018, 06:56 AM
RE: Unable to start X - by zet_lab - 07-09-2018, 11:03 AM
RE: Unable to start X - by t4_4t - 07-09-2018, 05:37 PM
RE: Unable to start X - by pfeerick - 07-09-2018, 06:06 PM
RE: Unable to start X - by t4_4t - 07-09-2018, 09:25 PM
RE: Unable to start X - by Osiander - 07-10-2018, 04:09 AM
RE: Unable to start X - by Falkor - 07-11-2018, 06:52 AM
RE: [solved] Unable to start X - by Osiander - 07-12-2018, 10:46 AM
RE: [solved] Unable to start X - by jovval - 10-03-2018, 03:54 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Display limited to 800x600 [SOLVED] Averell 16 18,717 06-05-2020, 11:07 PM
Last Post: ab1jx
  Unable to boot armbian fchazal 2 3,865 05-19-2020, 06:43 PM
Last Post: Rocklobster
Question [SOLVED] Alpine Linux won't boot rock7 1 5,775 10-22-2019, 04:30 PM
Last Post: rock7
  gstreamer unable to process dvbsrc from ATSC tuner dongle grkblood13 1 2,966 08-31-2019, 09:01 PM
Last Post: grkblood13
  Freeze/reboot/errors when compiling - unable to make - reproducible and not isolated jovval 2 3,897 10-02-2018, 08:10 AM
Last Post: jovval
  If you've messed up your eMMC Card - Solved gregb49 11 16,464 07-11-2018, 02:08 PM
Last Post: gregb49
  rock64/ubuntu start-up pas059 36 41,148 06-28-2018, 08:43 AM
Last Post: pas059
  Any reason why ntp time is 6 minutes slow (Solved) Rocklobster 1 2,540 05-29-2018, 05:27 AM
Last Post: Rocklobster
  [Solved] Open VPN +Wi-Fi hotspot - Debian S3phi40T 1 2,915 05-01-2018, 05:51 AM
Last Post: S3phi40T
  [PROBLEM SOLVED] Distcc Help cooker 2 4,005 05-01-2018, 05:35 AM
Last Post: cooker

Forum Jump:


Users browsing this thread: 2 Guest(s)